Shades of Dark Red #A00A08
Tints of Dark Red #A00A08
RGB
CMYK
RGB Variations
Color information
#A00A08 (or 0xA00A08) is known color: Dark Red. HEX triplet: A0, 0A and 08. RGB value is (160,10,8). Sum of RGB (Red+Green+Blue) = 160+10+8=178 (23% of max value = 765). Red value is 160 (62.89% from 255 or 89.89% from 178); Green value is 10 (4.30% from 255 or 5.62% from 178); Blue value is 8 (3.52% from 255 or 4.49% from 178); Max value from RGB is 160 - color contains mainly: red. Hex color #A00A08 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00A08 is #5FF5F7. Grayscale: #363636. Windows color (decimal): -6288888 or 527008. OLE color: 527008.
HSL color Cylindrical-coordinate representation of color #A00A08: hue angle of 0.79º 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 #A00A08 is Cyan = 0, Magento = 0.94, Yellow = 0.95 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 10 | 8 | - |
| CMYK | 0 | 0.94 | 0.95 | 0.37 |
| HSL | 0.79º | 0.9% | 0.33% | - |
| HSV(B) | 0.79º | 0.95% | 0.63% | - |
| XYZ | 14.65 | 7.71 | 0.95 | - |
| YUV | 54.62 | 101.7 | 203.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 10 | 8 | 0 | 0.94 | 0.95 | 0.37 | 0.79 | 0.9 | 0.33 |
| Hex | A0 | A | 8 | 0 | 5E | 5F | 25 | 1 | 5A | 21 |
| Octal | 240 | 12 | 10 | 0 | 136 | 137 | 45 | 1 | 132 | 41 |
| Binary | 10100000 | 1010 | 1000 | 0 | 1011110 | 1011111 | 100101 | 1 | 1011010 | 100001 |
Color Harmonies of #A00A08
Complementary color
Monochromatic Colors of #A00A08
Black with #A00A08
Text Example
Text Example
White with #A00A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00A08; }
p { color: rgb(160,10,8); }
H1.HeaderClassName
{
color: #A00A08;
}
.AnyTagClassName
{
color: #A00A08;
}
</style>
background-color css
<style>
a { background-color: #A00A08; }
a { background-color: rgb(160,10,8); }
div.DivClassName
{
background-color: #A00A08;
}
.BgClassName
{
background-color: #A00A08;
}
</style>
border-color css
<style>
span { border-color: #A00A08; }
span { border-color: rgb(160,10,8); }
td.TdClassName
{
border-color: #A00A08;
}
.TagClassName
{
border-color: #A00A08;
}
</style>