Shades of Dark Red #A01709
Tints of Dark Red #A01709
RGB
CMYK
RGB Variations
Color information
#A01709 (or 0xA01709) is known color: Dark Red. HEX triplet: A0, 17 and 09. RGB value is (160,23,9). Sum of RGB (Red+Green+Blue) = 160+23+9=192 (25% of max value = 765). Red value is 160 (62.89% from 255 or 83.33% from 192); Green value is 23 (9.38% from 255 or 11.98% from 192); Blue value is 9 (3.91% from 255 or 4.69% from 192); Max value from RGB is 160 - color contains mainly: red. Hex color #A01709 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A01709 is #5FE8F6. Grayscale: #3E3E3E. Windows color (decimal): -6285559 or 595872. OLE color: 595872.
HSL color Cylindrical-coordinate representation of color #A01709: hue angle of 5.56º 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 #A01709 is Cyan = 0, Magento = 0.86, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 23 | 9 | - |
| CMYK | 0 | 0.86 | 0.94 | 0.37 |
| HSL | 5.56º | 0.89% | 0.33% | - |
| HSV(B) | 5.56º | 0.94% | 0.63% | - |
| XYZ | 14.85 | 8.11 | 1.04 | - |
| YUV | 62.37 | 97.89 | 197.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 23 | 9 | 0 | 0.86 | 0.94 | 0.37 | 5.56 | 0.89 | 0.33 |
| Hex | A0 | 17 | 9 | 0 | 56 | 5E | 25 | 6 | 59 | 21 |
| Octal | 240 | 27 | 11 | 0 | 126 | 136 | 45 | 6 | 131 | 41 |
| Binary | 10100000 | 10111 | 1001 | 0 | 1010110 | 1011110 | 100101 | 110 | 1011001 | 100001 |
Color Harmonies of #A01709
Complementary color
Monochromatic Colors of #A01709
Black with #A01709
Text Example
Text Example
White with #A01709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01709; }
p { color: rgb(160,23,9); }
H1.HeaderClassName
{
color: #A01709;
}
.AnyTagClassName
{
color: #A01709;
}
</style>
background-color css
<style>
a { background-color: #A01709; }
a { background-color: rgb(160,23,9); }
div.DivClassName
{
background-color: #A01709;
}
.BgClassName
{
background-color: #A01709;
}
</style>
border-color css
<style>
span { border-color: #A01709; }
span { border-color: rgb(160,23,9); }
td.TdClassName
{
border-color: #A01709;
}
.TagClassName
{
border-color: #A01709;
}
</style>