Shades of Dark Red #A31802
Tints of Dark Red #A31802
RGB
CMYK
RGB Variations
Color information
#A31802 (or 0xA31802) is known color: Dark Red. HEX triplet: A3, 18 and 02. RGB value is (163,24,2). Sum of RGB (Red+Green+Blue) = 163+24+2=189 (25% of max value = 765). Red value is 163 (64.06% from 255 or 86.24% from 189); Green value is 24 (9.77% from 255 or 12.70% from 189); Blue value is 2 (1.17% from 255 or 1.06% from 189); Max value from RGB is 163 - color contains mainly: red. Hex color #A31802 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A31802 is #5CE7FD. Grayscale: #3F3F3F. Windows color (decimal): -6088702 or 137379. OLE color: 137379.
HSL color Cylindrical-coordinate representation of color #A31802: hue angle of 8.2º 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 #A31802 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 24 | 2 | - |
| CMYK | 0 | 0.85 | 0.99 | 0.36 |
| HSL | 8.2º | 0.98% | 0.32% | - |
| HSV(B) | 8.2º | 0.99% | 0.64% | - |
| XYZ | 15.44 | 8.44 | 0.87 | - |
| YUV | 63.05 | 93.55 | 199.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 24 | 2 | 0 | 0.85 | 0.99 | 0.36 | 8.2 | 0.98 | 0.32 |
| Hex | A3 | 18 | 2 | 0 | 55 | 63 | 24 | 8 | 62 | 20 |
| Octal | 243 | 30 | 2 | 0 | 125 | 143 | 44 | 10 | 142 | 40 |
| Binary | 10100011 | 11000 | 10 | 0 | 1010101 | 1100011 | 100100 | 1000 | 1100010 | 100000 |
Color Harmonies of #A31802
Complementary color
Monochromatic Colors of #A31802
Black with #A31802
Text Example
Text Example
White with #A31802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31802; }
p { color: rgb(163,24,2); }
H1.HeaderClassName
{
color: #A31802;
}
.AnyTagClassName
{
color: #A31802;
}
</style>
background-color css
<style>
a { background-color: #A31802; }
a { background-color: rgb(163,24,2); }
div.DivClassName
{
background-color: #A31802;
}
.BgClassName
{
background-color: #A31802;
}
</style>
border-color css
<style>
span { border-color: #A31802; }
span { border-color: rgb(163,24,2); }
td.TdClassName
{
border-color: #A31802;
}
.TagClassName
{
border-color: #A31802;
}
</style>