Shades of Dark Red #A00A00
Tints of Dark Red #A00A00
RGB
CMYK
RGB Variations
Color information
#A00A00 (or 0xA00A00) is known color: Dark Red. HEX triplet: A0, 0A and 00. RGB value is (160,10,0). Sum of RGB (Red+Green+Blue) = 160+10+0=170 (22% of max value = 765). Red value is 160 (62.89% from 255 or 94.12% from 170); Green value is 10 (4.30% from 255 or 5.88% from 170); Blue value is 0 (0.39% from 255 or 0% from 170); Max value from RGB is 160 - color contains mainly: red. Hex color #A00A00 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00A00 is #5FF5FF. Grayscale: #353535. Windows color (decimal): -6288896 or 2720. OLE color: 2720.
HSL color Cylindrical-coordinate representation of color #A00A00: hue angle of 3.75º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A00A00 is Cyan = 0, Magento = 0.94, Yellow = 1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 10 | 0 | - |
| CMYK | 0 | 0.94 | 1 | 0.37 |
| HSL | 3.75º | 1% | 0.31% | - |
| HSV(B) | 3.75º | 1% | 0.63% | - |
| XYZ | 14.61 | 7.69 | 0.71 | - |
| YUV | 53.71 | 97.7 | 203.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 10 | 0 | 0 | 0.94 | 1 | 0.37 | 3.75 | 1 | 0.31 |
| Hex | A0 | A | 0 | 0 | 5E | 64 | 25 | 4 | 64 | 1F |
| Octal | 240 | 12 | 0 | 0 | 136 | 144 | 45 | 4 | 144 | 37 |
| Binary | 10100000 | 1010 | 0 | 0 | 1011110 | 1100100 | 100101 | 100 | 1100100 | 11111 |
Color Harmonies of #A00A00
Complementary color
Monochromatic Colors of #A00A00
Black with #A00A00
Text Example
Text Example
White with #A00A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00A00; }
p { color: rgb(160,10,0); }
H1.HeaderClassName
{
color: #A00A00;
}
.AnyTagClassName
{
color: #A00A00;
}
</style>
background-color css
<style>
a { background-color: #A00A00; }
a { background-color: rgb(160,10,0); }
div.DivClassName
{
background-color: #A00A00;
}
.BgClassName
{
background-color: #A00A00;
}
</style>
border-color css
<style>
span { border-color: #A00A00; }
span { border-color: rgb(160,10,0); }
td.TdClassName
{
border-color: #A00A00;
}
.TagClassName
{
border-color: #A00A00;
}
</style>