Shades of Dark Red #A01009
Tints of Dark Red #A01009
RGB
CMYK
RGB Variations
Color information
#A01009 (or 0xA01009) is known color: Dark Red. HEX triplet: A0, 10 and 09. RGB value is (160,16,9). Sum of RGB (Red+Green+Blue) = 160+16+9=185 (24% of max value = 765). Red value is 160 (62.89% from 255 or 86.49% from 185); Green value is 16 (6.64% from 255 or 8.65% from 185); Blue value is 9 (3.91% from 255 or 4.86% from 185); Max value from RGB is 160 - color contains mainly: red. Hex color #A01009 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A01009 is #5FEFF6. Grayscale: #3A3A3A. Windows color (decimal): -6287351 or 594080. OLE color: 594080.
HSL color Cylindrical-coordinate representation of color #A01009: hue angle of 2.78º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A01009 is Cyan = 0, Magento = 0.9, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 16 | 9 | - |
| CMYK | 0 | 0.9 | 0.94 | 0.37 |
| HSL | 2.78º | 0.89% | 0.33% | - |
| HSV(B) | 2.78º | 0.94% | 0.63% | - |
| XYZ | 14.73 | 7.86 | 1 | - |
| YUV | 58.26 | 100.21 | 200.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 16 | 9 | 0 | 0.9 | 0.94 | 0.37 | 2.78 | 0.89 | 0.33 |
| Hex | A0 | 10 | 9 | 0 | 5A | 5E | 25 | 3 | 59 | 21 |
| Octal | 240 | 20 | 11 | 0 | 132 | 136 | 45 | 3 | 131 | 41 |
| Binary | 10100000 | 10000 | 1001 | 0 | 1011010 | 1011110 | 100101 | 11 | 1011001 | 100001 |
Color Harmonies of #A01009
Complementary color
Monochromatic Colors of #A01009
Black with #A01009
Text Example
Text Example
White with #A01009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01009; }
p { color: rgb(160,16,9); }
H1.HeaderClassName
{
color: #A01009;
}
.AnyTagClassName
{
color: #A01009;
}
</style>
background-color css
<style>
a { background-color: #A01009; }
a { background-color: rgb(160,16,9); }
div.DivClassName
{
background-color: #A01009;
}
.BgClassName
{
background-color: #A01009;
}
</style>
border-color css
<style>
span { border-color: #A01009; }
span { border-color: rgb(160,16,9); }
td.TdClassName
{
border-color: #A01009;
}
.TagClassName
{
border-color: #A01009;
}
</style>