Shades of Dark Red #A31901
Tints of Dark Red #A31901
RGB
CMYK
RGB Variations
Color information
#A31901 (or 0xA31901) is known color: Dark Red. HEX triplet: A3, 19 and 01. RGB value is (163,25,1). Sum of RGB (Red+Green+Blue) = 163+25+1=189 (25% of max value = 765). Red value is 163 (64.06% from 255 or 86.24% from 189); Green value is 25 (10.16% from 255 or 13.23% from 189); Blue value is 1 (0.78% from 255 or 0.53% from 189); Max value from RGB is 163 - color contains mainly: red. Hex color #A31901 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A31901 is #5CE6FE. Grayscale: #3F3F3F. Windows color (decimal): -6088447 or 72099. OLE color: 72099.
HSL color Cylindrical-coordinate representation of color #A31901: hue angle of 8.89º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A31901 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 25 | 1 | - |
| CMYK | 0 | 0.85 | 0.99 | 0.36 |
| HSL | 8.89º | 0.99% | 0.32% | - |
| HSV(B) | 8.89º | 0.99% | 0.64% | - |
| XYZ | 15.46 | 8.48 | 0.85 | - |
| YUV | 63.53 | 92.72 | 198.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 25 | 1 | 0 | 0.85 | 0.99 | 0.36 | 8.89 | 0.99 | 0.32 |
| Hex | A3 | 19 | 1 | 0 | 55 | 63 | 24 | 9 | 63 | 20 |
| Octal | 243 | 31 | 1 | 0 | 125 | 143 | 44 | 11 | 143 | 40 |
| Binary | 10100011 | 11001 | 1 | 0 | 1010101 | 1100011 | 100100 | 1001 | 1100011 | 100000 |
Color Harmonies of #A31901
Complementary color
Monochromatic Colors of #A31901
Black with #A31901
Text Example
Text Example
White with #A31901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31901; }
p { color: rgb(163,25,1); }
H1.HeaderClassName
{
color: #A31901;
}
.AnyTagClassName
{
color: #A31901;
}
</style>
background-color css
<style>
a { background-color: #A31901; }
a { background-color: rgb(163,25,1); }
div.DivClassName
{
background-color: #A31901;
}
.BgClassName
{
background-color: #A31901;
}
</style>
border-color css
<style>
span { border-color: #A31901; }
span { border-color: rgb(163,25,1); }
td.TdClassName
{
border-color: #A31901;
}
.TagClassName
{
border-color: #A31901;
}
</style>