COLOR #A50C03

HEX: #A50C03 RGB: (165,12,3)

Color info

#A50C03 contains mainly red color. Web safe color of #A50C03 is #990000 (or #900).

RGB color model

#A50C03 color RGB value is (165,12,3).

RGB: (165,12,3) (65%, 5%, 1%)

RGB channels and saturation

R 165 of 255 = 65%
G 12 of 255 = 5%
B 3 of 255 = 1%

165
12
3

R + G + B ~ 24%. #A50C03 is dark color.

Portions of RGB colors in percentages

R + G + B = 165 + 12 + 3 = 180 (100%)
R 165 of 180 ~ 91.67%
G 12 of 180 ~ 6.67%
B 3 of 180 ~ 1.67'%

%91.67

CMYK color model

#A50C03 color CMYK value is (0,93,98,35).

  • cyan value is 0.00%
  • magenta value is 92.73%
  • yellow value is 98.18%
  • key color value is 35.29%

CMYK: (0,93,98,35)
C0M93Y98K35 (0%, 93%, 98%, 35%)
(0.00 / 0.93 / 0.98 / 0.35)

CMYK percentages

%0
%92.73
%98.18
%35.29

Codes

Color #A50C03 in popluar color models

A5 0C 03
RGB 165 12 3
HSL 96.43% 32.94%
HSB/HSV 98.18% 64.71%
CMYK 0.00% 92.73% 98.18%
35.29%

Color #A50C03 in popluar number systems.

HEX A5 0C 03
Decimal 165 12 3
Binary 10100101 1100 11
Octal 245 14 3

Shades and tints

Shades of #A50C03

#A50C03
(165,12,3)
#960B03
(150,11,3)
#870A03
(135,10,3)
#780903
(120,9,3)
#690803
(105,8,3)
#5A0703
(90,7,3)
#4B0603
(75,6,3)
#3C0503
(60,5,3)
#2D0403
(45,4,3)
#1E0303
(30,3,3)
#0F0203
(15,2,3)
#000000
(0,0,0)

Tints of #A50C03

#A50C03
(165,12,3)
#AD2219
(173,34,25)
#B5382F
(181,56,47)
#BD4E45
(189,78,69)
#C5645B
(197,100,91)
#CD7A71
(205,122,113)
#D59087
(213,144,135)
#DDA69D
(221,166,157)
#E5BCB3
(229,188,179)
#EDD2C9
(237,210,201)
#F5E8DF
(245,232,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A50C03 color. Also use rgb(165,12,3) instead hex code.

Text Font Color

.myTextColor { color: #A50C03; }

<p style="color:#A50C03">This sample text font color is #A50C03.</p>

This text font color is #A50C03.

Background Color

.myBgColor { background-color: #A50C03; }

<div style="background-color:#A50C03">Inner text</div>

This div background color is #A50C03.

Border color

.myBorderColor { border: 1px solid #A50C03; }

<div style="border:3px solid #A50C03">Div</div>

This div border color is #A50C03.

Opacity

.myOpacity80 { color: #A50C03; opacity: 0.8; }

<p style="color:#A50C03;opacity:0.8;">80%</p>

Text with #A50C03 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A50C03;}

<p style="text-shadow: 3px 3px 1px #A50C03">Text here.</p>

This text has shadow with #A50C03 color.


.textShadow {text-shadow: 3px 3px 1px #A50C03', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A50C03, 5px 5px 20px red">Text here.</p>

This text has shadow with #A50C03 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A50C03, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A50C03, Direction=45, Strength=4)">Text</p>

This text has shadow with #A50C03 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A50C03;
-webkit-box-shadow: 1px 1px 3px 2px #A50C03;
box-shadow: 1px 1px 3px 2px #A50C03;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A50C03; -webkit-box-shadow: 1px 1px 3px 2px #A50C03; box-shadow:1px 1px 3px 2px #A50C03;">
Div content here
</div>

This div box has shadow with color #A50C03.

Preview

Color preview on black background

This text has color #A50C03 on black background.


Color preview on white background

This text has color #A50C03 on white background.


Black color preview on #A50C03 background

This text has black color on #A50C03 background.


White color preview on #A50C03 background

This text has white color on #A50C03 background.


Related colors

Complementary color

Complementary color for #hex is #5AF3FC.


I love getcolorcode.com

Triadic colors

1 #03A50C and #0C03A5 with #A50C03 are triadic colors.

2 #030CA5 and #0CA503 with #A50C03 are triadic colors.