Shades of Dark Red #A40602
Tints of Dark Red #A40602
RGB
CMYK
RGB Variations
Color information
#A40602 (or 0xA40602) is known color: Dark Red. HEX triplet: A4, 06 and 02. RGB value is (164,6,2). Sum of RGB (Red+Green+Blue) = 164+6+2=172 (22% of max value = 765). Red value is 164 (64.45% from 255 or 95.35% from 172); Green value is 6 (2.73% from 255 or 3.49% from 172); Blue value is 2 (1.17% from 255 or 1.16% from 172); Max value from RGB is 164 - color contains mainly: red. Hex color #A40602 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A40602 is #5BF9FD. Grayscale: #343434. Windows color (decimal): -6027774 or 132772. OLE color: 132772.
HSL color Cylindrical-coordinate representation of color #A40602: hue angle of 1.48º 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 #A40602 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 6 | 2 | - |
| CMYK | 0 | 0.96 | 0.99 | 0.36 |
| HSL | 1.48º | 0.98% | 0.33% | - |
| HSV(B) | 1.48º | 0.99% | 0.64% | - |
| XYZ | 15.39 | 8.03 | 0.8 | - |
| YUV | 52.79 | 99.35 | 207.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 6 | 2 | 0 | 0.96 | 0.99 | 0.36 | 1.48 | 0.98 | 0.33 |
| Hex | A4 | 6 | 2 | 0 | 60 | 63 | 24 | 1 | 62 | 21 |
| Octal | 244 | 6 | 2 | 0 | 140 | 143 | 44 | 1 | 142 | 41 |
| Binary | 10100100 | 110 | 10 | 0 | 1100000 | 1100011 | 100100 | 1 | 1100010 | 100001 |
Color Harmonies of #A40602
Complementary color
Monochromatic Colors of #A40602
Black with #A40602
Text Example
Text Example
White with #A40602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40602; }
p { color: rgb(164,6,2); }
H1.HeaderClassName
{
color: #A40602;
}
.AnyTagClassName
{
color: #A40602;
}
</style>
background-color css
<style>
a { background-color: #A40602; }
a { background-color: rgb(164,6,2); }
div.DivClassName
{
background-color: #A40602;
}
.BgClassName
{
background-color: #A40602;
}
</style>
border-color css
<style>
span { border-color: #A40602; }
span { border-color: rgb(164,6,2); }
td.TdClassName
{
border-color: #A40602;
}
.TagClassName
{
border-color: #A40602;
}
</style>