Html Css Color HEX #A11008 Dark Red

📋 copy color: '#A11008'

red 161 ◦ green 16 ◦ blue 8

#A11008
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Red #A11008

Tints of Dark Red #A11008

RGB

 RED value IS 161 (63.28% from 255) = 87.03%

 GREEN value IS 16 (6.64% from 255) = 8.65%

 BLUE value IS 8 (3.52% from 255) = 4.32%

R = 87.03%
G = 8.65%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.95

 K value IS 0.37

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A11008 (or 0xA11008) is known color: Dark Red. HEX triplet: A1, 10 and 08. RGB value is (161,16,8). Sum of RGB (Red+Green+Blue) = 161+16+8=185 (24% of max value = 765). Red value is 161 (63.28% from 255 or 87.03% from 185); Green value is 16 (6.64% from 255 or 8.65% from 185); Blue value is 8 (3.52% from 255 or 4.32% from 185); Max value from RGB is 161 - color contains mainly: red. Hex color #A11008 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A11008 is #5EEFF7. Grayscale: #3A3A3A. Windows color (decimal): -6221816 or 528545. OLE color: 528545.

HSL color Cylindrical-coordinate representation of color #A11008: hue angle of 3.14º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A11008 is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 16 8 -
CMYK 0 0.90 0.95 0.37
HSL 3.14º 0.91% 0.33% -
HSV(B) 3.14º 0.95% 0.63% -
XYZ 14.93 7.97 0.98 -
YUV 58.44 99.54 201.15 -
System Red Green Blue C M Y K H S L
Decimal 161 16 8 0 0.90 0.95 0.37 3.14 0.91 0.33
Hex A1 10 8 0 5A 5F 25 3 5B 21
Octal 241 20 10 0 132 137 45 3 133 41
Binary 10100001 10000 1000 0 1011010 1011111 100101 11 1011011 100001

Color Harmonies of #A11008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11008

Black with #A11008

Text Example


Text Example

White with #A11008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11008; }

 p { color: rgb(161,16,8); }

 H1.HeaderClassName
 {
   color: #A11008;
 }
 .AnyTagClassName
 {
   color: #A11008;
 }
</style>

background-color css

<style>
 a { background-color: #A11008; }

 a { background-color: rgb(161,16,8); }

 div.DivClassName
 {
   background-color: #A11008;
 }
 .BgClassName
 {
   background-color: #A11008;
 }
</style>

border-color css

<style>
 span { border-color: #A11008; }

 span { border-color: rgb(161,16,8); }

 td.TdClassName
 {
   border-color: #A11008;
 }
 .TagClassName
 {
   border-color: #A11008;
 }
</style>