Shades of Dark Red #A40802
Tints of Dark Red #A40802
RGB
CMYK
RGB Variations
Color information
#A40802 (or 0xA40802) is known color: Dark Red. HEX triplet: A4, 08 and 02. RGB value is (164,8,2). Sum of RGB (Red+Green+Blue) = 164+8+2=174 (23% of max value = 765). Red value is 164 (64.45% from 255 or 94.25% from 174); Green value is 8 (3.52% from 255 or 4.60% from 174); Blue value is 2 (1.17% from 255 or 1.15% from 174); Max value from RGB is 164 - color contains mainly: red. Hex color #A40802 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A40802 is #5BF7FD. Grayscale: #363636. Windows color (decimal): -6027262 or 133284. OLE color: 133284.
HSL color Cylindrical-coordinate representation of color #A40802: hue angle of 2.22º 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 #A40802 is Cyan = 0, Magento = 0.95, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 8 | 2 | - |
| CMYK | 0 | 0.95 | 0.99 | 0.36 |
| HSL | 2.22º | 0.98% | 0.33% | - |
| HSV(B) | 2.22º | 0.99% | 0.64% | - |
| XYZ | 15.41 | 8.07 | 0.8 | - |
| YUV | 53.96 | 98.68 | 206.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 8 | 2 | 0 | 0.95 | 0.99 | 0.36 | 2.22 | 0.98 | 0.33 |
| Hex | A4 | 8 | 2 | 0 | 5F | 63 | 24 | 2 | 62 | 21 |
| Octal | 244 | 10 | 2 | 0 | 137 | 143 | 44 | 2 | 142 | 41 |
| Binary | 10100100 | 1000 | 10 | 0 | 1011111 | 1100011 | 100100 | 10 | 1100010 | 100001 |
Color Harmonies of #A40802
Complementary color
Monochromatic Colors of #A40802
Black with #A40802
Text Example
Text Example
White with #A40802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40802; }
p { color: rgb(164,8,2); }
H1.HeaderClassName
{
color: #A40802;
}
.AnyTagClassName
{
color: #A40802;
}
</style>
background-color css
<style>
a { background-color: #A40802; }
a { background-color: rgb(164,8,2); }
div.DivClassName
{
background-color: #A40802;
}
.BgClassName
{
background-color: #A40802;
}
</style>
border-color css
<style>
span { border-color: #A40802; }
span { border-color: rgb(164,8,2); }
td.TdClassName
{
border-color: #A40802;
}
.TagClassName
{
border-color: #A40802;
}
</style>