Shades of Dark Red #A41802
Tints of Dark Red #A41802
RGB
CMYK
RGB Variations
Color information
#A41802 (or 0xA41802) is known color: Dark Red. HEX triplet: A4, 18 and 02. RGB value is (164,24,2). Sum of RGB (Red+Green+Blue) = 164+24+2=190 (25% of max value = 765). Red value is 164 (64.45% from 255 or 86.32% from 190); Green value is 24 (9.77% from 255 or 12.63% from 190); Blue value is 2 (1.17% from 255 or 1.05% from 190); Max value from RGB is 164 - color contains mainly: red. Hex color #A41802 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A41802 is #5BE7FD. Grayscale: #3F3F3F. Windows color (decimal): -6023166 or 137380. OLE color: 137380.
HSL color Cylindrical-coordinate representation of color #A41802: hue angle of 8.15º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A41802 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 24 | 2 | - |
| CMYK | 0 | 0.85 | 0.99 | 0.36 |
| HSL | 8.15º | 0.98% | 0.33% | - |
| HSV(B) | 8.15º | 0.99% | 0.64% | - |
| XYZ | 15.65 | 8.55 | 0.88 | - |
| YUV | 63.35 | 93.38 | 199.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 24 | 2 | 0 | 0.85 | 0.99 | 0.36 | 8.15 | 0.98 | 0.33 |
| Hex | A4 | 18 | 2 | 0 | 55 | 63 | 24 | 8 | 62 | 21 |
| Octal | 244 | 30 | 2 | 0 | 125 | 143 | 44 | 10 | 142 | 41 |
| Binary | 10100100 | 11000 | 10 | 0 | 1010101 | 1100011 | 100100 | 1000 | 1100010 | 100001 |
Color Harmonies of #A41802
Complementary color
Monochromatic Colors of #A41802
Black with #A41802
Text Example
Text Example
White with #A41802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41802; }
p { color: rgb(164,24,2); }
H1.HeaderClassName
{
color: #A41802;
}
.AnyTagClassName
{
color: #A41802;
}
</style>
background-color css
<style>
a { background-color: #A41802; }
a { background-color: rgb(164,24,2); }
div.DivClassName
{
background-color: #A41802;
}
.BgClassName
{
background-color: #A41802;
}
</style>
border-color css
<style>
span { border-color: #A41802; }
span { border-color: rgb(164,24,2); }
td.TdClassName
{
border-color: #A41802;
}
.TagClassName
{
border-color: #A41802;
}
</style>