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