Shades of Dark Red #A40502
Tints of Dark Red #A40502
RGB
CMYK
RGB Variations
Color information
#A40502 (or 0xA40502) is known color: Dark Red. HEX triplet: A4, 05 and 02. RGB value is (164,5,2). Sum of RGB (Red+Green+Blue) = 164+5+2=171 (22% of max value = 765). Red value is 164 (64.45% from 255 or 95.91% from 171); Green value is 5 (2.34% from 255 or 2.92% from 171); Blue value is 2 (1.17% from 255 or 1.17% from 171); Max value from RGB is 164 - color contains mainly: red. Hex color #A40502 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A40502 is #5BFAFD. Grayscale: #343434. Windows color (decimal): -6028030 or 132516. OLE color: 132516.
HSL color Cylindrical-coordinate representation of color #A40502: hue angle of 1.11º 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 #A40502 is Cyan = 0, Magento = 0.97, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 5 | 2 | - |
| CMYK | 0 | 0.97 | 0.99 | 0.36 |
| HSL | 1.11º | 0.98% | 0.33% | - |
| HSV(B) | 1.11º | 0.99% | 0.64% | - |
| XYZ | 15.38 | 8.01 | 0.79 | - |
| YUV | 52.2 | 99.68 | 207.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 5 | 2 | 0 | 0.97 | 0.99 | 0.36 | 1.11 | 0.98 | 0.33 |
| Hex | A4 | 5 | 2 | 0 | 61 | 63 | 24 | 1 | 62 | 21 |
| Octal | 244 | 5 | 2 | 0 | 141 | 143 | 44 | 1 | 142 | 41 |
| Binary | 10100100 | 101 | 10 | 0 | 1100001 | 1100011 | 100100 | 1 | 1100010 | 100001 |
Color Harmonies of #A40502
Complementary color
Monochromatic Colors of #A40502
Black with #A40502
Text Example
Text Example
White with #A40502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40502; }
p { color: rgb(164,5,2); }
H1.HeaderClassName
{
color: #A40502;
}
.AnyTagClassName
{
color: #A40502;
}
</style>
background-color css
<style>
a { background-color: #A40502; }
a { background-color: rgb(164,5,2); }
div.DivClassName
{
background-color: #A40502;
}
.BgClassName
{
background-color: #A40502;
}
</style>
border-color css
<style>
span { border-color: #A40502; }
span { border-color: rgb(164,5,2); }
td.TdClassName
{
border-color: #A40502;
}
.TagClassName
{
border-color: #A40502;
}
</style>