#A11208

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

Shades of Dark Red #A11208

Tints of Dark Red #A11208

Color information

#A11208 (or 0xA11208) is unknown color: approx Dark Red. HEX triplet: A1, 12 and 08. RGB value is (161,18,8). Sum of RGB (Red+Green+Blue) = 161+18+8=187 (24% of max value = 765). Red value is 161 (63.28% from 255 or 86.10% from 187); Green value is 18 (7.42% from 255 or 9.63% from 187); Blue value is 8 (3.52% from 255 or 4.28% from 187); Max value from RGB is 161 - color contains mainly: red. Hex color #A11208 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A11208 is #5EEDF7. Grayscale: #3B3B3B. Windows color (decimal): -6221304 or 529057. OLE color: 529057.

HSL color Cylindrical-coordinate representation of color #A11208: hue angle of 3.92º 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 #A11208 is Cyan = 0, Magento = 0.89, Yellow = 0.95 and Black (K on CMYK) = 0.37.

Color convert

RGB161188-
CMYK00.890.950.37
HSL3.92º90.53%33.14%-
HSV(B)3.92º95.03%63.14%-
XYZ14.968.030.99-
YUV59.6298.88200.31-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 86.10%
GREEN value IS 18 (7.42% from 255) = 9.63%
BLUE value IS 8 (3.52% from 255) = 4.28%
R=86.10%
G=9.63%
B=4.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.95
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16118800.890.950.373.9290.5333.14
HexA11280595F2545b21
Octal2412210013113745413341
Binary101000011001010000101100110111111001011001011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11208; }

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

 H1.HeaderClassName
 {
   color: #A11208;
 }
 .AnyTagClassName
 {
   color: #A11208;
 }
</style>
background-color css

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

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

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

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

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

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