Shades of Dark Red #A00D08
Tints of Dark Red #A00D08
RGB
CMYK
RGB Variations
Color information
#A00D08 (or 0xA00D08) is known color: Dark Red. HEX triplet: A0, 0D and 08. RGB value is (160,13,8). Sum of RGB (Red+Green+Blue) = 160+13+8=181 (23% of max value = 765). Red value is 160 (62.89% from 255 or 88.40% from 181); Green value is 13 (5.47% from 255 or 7.18% from 181); Blue value is 8 (3.52% from 255 or 4.42% from 181); Max value from RGB is 160 - color contains mainly: red. Hex color #A00D08 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00D08 is #5FF2F7. Grayscale: #383838. Windows color (decimal): -6288120 or 527776. OLE color: 527776.
HSL color Cylindrical-coordinate representation of color #A00D08: hue angle of 1.97º degrees, saturation: 0.9, 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 #A00D08 is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 13 | 8 | - |
| CMYK | 0 | 0.92 | 0.95 | 0.37 |
| HSL | 1.97º | 0.9% | 0.33% | - |
| HSV(B) | 1.97º | 0.95% | 0.63% | - |
| XYZ | 14.68 | 7.78 | 0.96 | - |
| YUV | 56.38 | 100.7 | 201.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 13 | 8 | 0 | 0.92 | 0.95 | 0.37 | 1.97 | 0.9 | 0.33 |
| Hex | A0 | D | 8 | 0 | 5C | 5F | 25 | 2 | 5A | 21 |
| Octal | 240 | 15 | 10 | 0 | 134 | 137 | 45 | 2 | 132 | 41 |
| Binary | 10100000 | 1101 | 1000 | 0 | 1011100 | 1011111 | 100101 | 10 | 1011010 | 100001 |
Color Harmonies of #A00D08
Complementary color
Monochromatic Colors of #A00D08
Black with #A00D08
Text Example
Text Example
White with #A00D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00D08; }
p { color: rgb(160,13,8); }
H1.HeaderClassName
{
color: #A00D08;
}
.AnyTagClassName
{
color: #A00D08;
}
</style>
background-color css
<style>
a { background-color: #A00D08; }
a { background-color: rgb(160,13,8); }
div.DivClassName
{
background-color: #A00D08;
}
.BgClassName
{
background-color: #A00D08;
}
</style>
border-color css
<style>
span { border-color: #A00D08; }
span { border-color: rgb(160,13,8); }
td.TdClassName
{
border-color: #A00D08;
}
.TagClassName
{
border-color: #A00D08;
}
</style>