Shades of Guardsman Red #A72A40
Tints of Guardsman Red #A72A40
RGB
CMYK
RGB Variations
Color information
#A72A40 (or 0xA72A40) is known color: Guardsman Red. HEX triplet: A7, 2A and 40. RGB value is (167,42,64). Sum of RGB (Red+Green+Blue) = 167+42+64=273 (36% of max value = 765). Red value is 167 (65.62% from 255 or 61.17% from 273); Green value is 42 (16.80% from 255 or 15.38% from 273); Blue value is 64 (25.39% from 255 or 23.44% from 273); Max value from RGB is 167 - color contains mainly: red. Hex color #A72A40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A72A40 is #58D5BF. Grayscale: #515151. Windows color (decimal): -5821888 or 4205223. OLE color: 4205223.
HSL color Cylindrical-coordinate representation of color #A72A40: hue angle of 349.44º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A72A40 is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 42 | 64 | - |
| CMYK | 0 | 0.75 | 0.62 | 0.35 |
| HSL | 349.44º | 0.6% | 0.41% | - |
| HSV(B) | 349.44º | 0.75% | 0.65% | - |
| XYZ | 17.69 | 10.24 | 5.89 | - |
| YUV | 81.88 | 117.91 | 188.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 42 | 64 | 0 | 0.75 | 0.62 | 0.35 | 349.44 | 0.6 | 0.41 |
| Hex | A7 | 2A | 40 | 0 | 4B | 3E | 23 | 15D | 3C | 29 |
| Octal | 247 | 52 | 100 | 0 | 113 | 76 | 43 | 535 | 74 | 51 |
| Binary | 10100111 | 101010 | 1000000 | 0 | 1001011 | 111110 | 100011 | 101011101 | 111100 | 101001 |
Color Harmonies of #A72A40
Complementary color
Monochromatic Colors of #A72A40
Black with #A72A40
Text Example
Text Example
White with #A72A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72A40; }
p { color: rgb(167,42,64); }
H1.HeaderClassName
{
color: #A72A40;
}
.AnyTagClassName
{
color: #A72A40;
}
</style>
background-color css
<style>
a { background-color: #A72A40; }
a { background-color: rgb(167,42,64); }
div.DivClassName
{
background-color: #A72A40;
}
.BgClassName
{
background-color: #A72A40;
}
</style>
border-color css
<style>
span { border-color: #A72A40; }
span { border-color: rgb(167,42,64); }
td.TdClassName
{
border-color: #A72A40;
}
.TagClassName
{
border-color: #A72A40;
}
</style>