Shades of Dark Red #A51802
Tints of Dark Red #A51802
RGB
CMYK
RGB Variations
Color information
#A51802 (or 0xA51802) is known color: Dark Red. HEX triplet: A5, 18 and 02. RGB value is (165,24,2). Sum of RGB (Red+Green+Blue) = 165+24+2=191 (25% of max value = 765). Red value is 165 (64.84% from 255 or 86.39% from 191); Green value is 24 (9.77% from 255 or 12.57% from 191); Blue value is 2 (1.17% from 255 or 1.05% from 191); Max value from RGB is 165 - color contains mainly: red. Hex color #A51802 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A51802 is #5AE7FD. Grayscale: #3F3F3F. Windows color (decimal): -5957630 or 137381. OLE color: 137381.
HSL color Cylindrical-coordinate representation of color #A51802: hue angle of 8.1º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A51802 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 24 | 2 | - |
| CMYK | 0 | 0.85 | 0.99 | 0.35 |
| HSL | 8.1º | 0.98% | 0.33% | - |
| HSV(B) | 8.1º | 0.99% | 0.65% | - |
| XYZ | 15.85 | 8.66 | 0.89 | - |
| YUV | 63.65 | 93.21 | 200.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 24 | 2 | 0 | 0.85 | 0.99 | 0.35 | 8.1 | 0.98 | 0.33 |
| Hex | A5 | 18 | 2 | 0 | 55 | 63 | 23 | 8 | 62 | 21 |
| Octal | 245 | 30 | 2 | 0 | 125 | 143 | 43 | 10 | 142 | 41 |
| Binary | 10100101 | 11000 | 10 | 0 | 1010101 | 1100011 | 100011 | 1000 | 1100010 | 100001 |
Color Harmonies of #A51802
Complementary color
Monochromatic Colors of #A51802
Black with #A51802
Text Example
Text Example
White with #A51802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51802; }
p { color: rgb(165,24,2); }
H1.HeaderClassName
{
color: #A51802;
}
.AnyTagClassName
{
color: #A51802;
}
</style>
background-color css
<style>
a { background-color: #A51802; }
a { background-color: rgb(165,24,2); }
div.DivClassName
{
background-color: #A51802;
}
.BgClassName
{
background-color: #A51802;
}
</style>
border-color css
<style>
span { border-color: #A51802; }
span { border-color: rgb(165,24,2); }
td.TdClassName
{
border-color: #A51802;
}
.TagClassName
{
border-color: #A51802;
}
</style>