Shades of Dark Red #A00E08
Tints of Dark Red #A00E08
RGB
CMYK
RGB Variations
Color information
#A00E08 (or 0xA00E08) is known color: Dark Red. HEX triplet: A0, 0E and 08. RGB value is (160,14,8). Sum of RGB (Red+Green+Blue) = 160+14+8=182 (24% of max value = 765). Red value is 160 (62.89% from 255 or 87.91% from 182); Green value is 14 (5.86% from 255 or 7.69% from 182); Blue value is 8 (3.52% from 255 or 4.40% from 182); Max value from RGB is 160 - color contains mainly: red. Hex color #A00E08 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00E08 is #5FF1F7. Grayscale: #393939. Windows color (decimal): -6287864 or 528032. OLE color: 528032.
HSL color Cylindrical-coordinate representation of color #A00E08: hue angle of 2.37º 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 #A00E08 is Cyan = 0, Magento = 0.91, Yellow = 0.95 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 14 | 8 | - |
| CMYK | 0 | 0.91 | 0.95 | 0.37 |
| HSL | 2.37º | 0.9% | 0.33% | - |
| HSV(B) | 2.37º | 0.95% | 0.63% | - |
| XYZ | 14.7 | 7.81 | 0.96 | - |
| YUV | 56.97 | 100.37 | 201.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 14 | 8 | 0 | 0.91 | 0.95 | 0.37 | 2.37 | 0.9 | 0.33 |
| Hex | A0 | E | 8 | 0 | 5B | 5F | 25 | 2 | 5A | 21 |
| Octal | 240 | 16 | 10 | 0 | 133 | 137 | 45 | 2 | 132 | 41 |
| Binary | 10100000 | 1110 | 1000 | 0 | 1011011 | 1011111 | 100101 | 10 | 1011010 | 100001 |
Color Harmonies of #A00E08
Complementary color
Monochromatic Colors of #A00E08
Black with #A00E08
Text Example
Text Example
White with #A00E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00E08; }
p { color: rgb(160,14,8); }
H1.HeaderClassName
{
color: #A00E08;
}
.AnyTagClassName
{
color: #A00E08;
}
</style>
background-color css
<style>
a { background-color: #A00E08; }
a { background-color: rgb(160,14,8); }
div.DivClassName
{
background-color: #A00E08;
}
.BgClassName
{
background-color: #A00E08;
}
</style>
border-color css
<style>
span { border-color: #A00E08; }
span { border-color: rgb(160,14,8); }
td.TdClassName
{
border-color: #A00E08;
}
.TagClassName
{
border-color: #A00E08;
}
</style>