Shades of Dark Red #A11208
Tints of Dark Red #A11208
RGB
CMYK
RGB Variations
Color information
#A11208 (or 0xA11208) is known color: 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
| RGB | 161 | 18 | 8 | - |
| CMYK | 0 | 0.89 | 0.95 | 0.37 |
| HSL | 3.92º | 0.91% | 0.33% | - |
| HSV(B) | 3.92º | 0.95% | 0.63% | - |
| XYZ | 14.96 | 8.03 | 0.99 | - |
| YUV | 59.62 | 98.88 | 200.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 18 | 8 | 0 | 0.89 | 0.95 | 0.37 | 3.92 | 0.91 | 0.33 |
| Hex | A1 | 12 | 8 | 0 | 59 | 5F | 25 | 4 | 5B | 21 |
| Octal | 241 | 22 | 10 | 0 | 131 | 137 | 45 | 4 | 133 | 41 |
| Binary | 10100001 | 10010 | 1000 | 0 | 1011001 | 1011111 | 100101 | 100 | 1011011 | 100001 |
Color Harmonies of #A11208
Complementary color
Monochromatic Colors of #A11208
Black with #A11208
Text Example
Text Example
White with #A11208
Text Example
Text Example
HTML Codes & Css Web 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>