Shades of Dark Red #A01907
Tints of Dark Red #A01907
RGB
CMYK
RGB Variations
Color information
#A01907 (or 0xA01907) is known color: Dark Red. HEX triplet: A0, 19 and 07. RGB value is (160,25,7). Sum of RGB (Red+Green+Blue) = 160+25+7=192 (25% of max value = 765). Red value is 160 (62.89% from 255 or 83.33% from 192); Green value is 25 (10.16% from 255 or 13.02% from 192); Blue value is 7 (3.12% from 255 or 3.65% from 192); Max value from RGB is 160 - color contains mainly: red. Hex color #A01907 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A01907 is #5FE6F8. Grayscale: #3F3F3F. Windows color (decimal): -6285049 or 465312. OLE color: 465312.
HSL color Cylindrical-coordinate representation of color #A01907: hue angle of 7.06º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A01907 is Cyan = 0, Magento = 0.84, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 25 | 7 | - |
| CMYK | 0 | 0.84 | 0.96 | 0.37 |
| HSL | 7.06º | 0.92% | 0.33% | - |
| HSV(B) | 7.06º | 0.96% | 0.63% | - |
| XYZ | 14.88 | 8.18 | 1 | - |
| YUV | 63.31 | 96.23 | 196.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 25 | 7 | 0 | 0.84 | 0.96 | 0.37 | 7.06 | 0.92 | 0.33 |
| Hex | A0 | 19 | 7 | 0 | 54 | 60 | 25 | 7 | 5C | 21 |
| Octal | 240 | 31 | 7 | 0 | 124 | 140 | 45 | 7 | 134 | 41 |
| Binary | 10100000 | 11001 | 111 | 0 | 1010100 | 1100000 | 100101 | 111 | 1011100 | 100001 |
Color Harmonies of #A01907
Complementary color
Monochromatic Colors of #A01907
Black with #A01907
Text Example
Text Example
White with #A01907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01907; }
p { color: rgb(160,25,7); }
H1.HeaderClassName
{
color: #A01907;
}
.AnyTagClassName
{
color: #A01907;
}
</style>
background-color css
<style>
a { background-color: #A01907; }
a { background-color: rgb(160,25,7); }
div.DivClassName
{
background-color: #A01907;
}
.BgClassName
{
background-color: #A01907;
}
</style>
border-color css
<style>
span { border-color: #A01907; }
span { border-color: rgb(160,25,7); }
td.TdClassName
{
border-color: #A01907;
}
.TagClassName
{
border-color: #A01907;
}
</style>