#A11008

Color #A11008 Dark Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Red #A11008

Tints of Dark Red #A11008

Color information

#A11008 (or 0xA11008) is unknown color: approx 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

RGB161168-
CMYK00.900.950.37
HSL3.14º90.53%33.14%-
HSV(B)3.14º95.03%63.14%-
XYZ14.937.970.98-
YUV58.4499.54201.15-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.95
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16116800.900.950.373.1490.5333.14
HexA110805A5F2535b21
Octal2412010013213745313341
Binary10100001100001000010110101011111100101111011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>