Shades of Dark Red #A31902
Tints of Dark Red #A31902
RGB
CMYK
RGB Variations
Color information
#A31902 (or 0xA31902) is known color: Dark Red. HEX triplet: A3, 19 and 02. RGB value is (163,25,2). Sum of RGB (Red+Green+Blue) = 163+25+2=190 (25% of max value = 765). Red value is 163 (64.06% from 255 or 85.79% from 190); Green value is 25 (10.16% from 255 or 13.16% from 190); Blue value is 2 (1.17% from 255 or 1.05% from 190); Max value from RGB is 163 - color contains mainly: red. Hex color #A31902 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A31902 is #5CE6FD. Grayscale: #3F3F3F. Windows color (decimal): -6088446 or 137635. OLE color: 137635.
HSL color Cylindrical-coordinate representation of color #A31902: hue angle of 8.57º degrees, saturation: 0.98, 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 #A31902 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 25 | 2 | - |
| CMYK | 0 | 0.85 | 0.99 | 0.36 |
| HSL | 8.57º | 0.98% | 0.32% | - |
| HSV(B) | 8.57º | 0.99% | 0.64% | - |
| XYZ | 15.46 | 8.49 | 0.88 | - |
| YUV | 63.64 | 93.22 | 198.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 25 | 2 | 0 | 0.85 | 0.99 | 0.36 | 8.57 | 0.98 | 0.32 |
| Hex | A3 | 19 | 2 | 0 | 55 | 63 | 24 | 9 | 62 | 20 |
| Octal | 243 | 31 | 2 | 0 | 125 | 143 | 44 | 11 | 142 | 40 |
| Binary | 10100011 | 11001 | 10 | 0 | 1010101 | 1100011 | 100100 | 1001 | 1100010 | 100000 |
Color Harmonies of #A31902
Complementary color
Monochromatic Colors of #A31902
Black with #A31902
Text Example
Text Example
White with #A31902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31902; }
p { color: rgb(163,25,2); }
H1.HeaderClassName
{
color: #A31902;
}
.AnyTagClassName
{
color: #A31902;
}
</style>
background-color css
<style>
a { background-color: #A31902; }
a { background-color: rgb(163,25,2); }
div.DivClassName
{
background-color: #A31902;
}
.BgClassName
{
background-color: #A31902;
}
</style>
border-color css
<style>
span { border-color: #A31902; }
span { border-color: rgb(163,25,2); }
td.TdClassName
{
border-color: #A31902;
}
.TagClassName
{
border-color: #A31902;
}
</style>