Shades of Guardsman Red #A72739
Tints of Guardsman Red #A72739
RGB
CMYK
RGB Variations
Color information
#A72739 (or 0xA72739) is known color: Guardsman Red. HEX triplet: A7, 27 and 39. RGB value is (167,39,57). Sum of RGB (Red+Green+Blue) = 167+39+57=263 (34% of max value = 765). Red value is 167 (65.62% from 255 or 63.50% from 263); Green value is 39 (15.62% from 255 or 14.83% from 263); Blue value is 57 (22.66% from 255 or 21.67% from 263); Max value from RGB is 167 - color contains mainly: red. Hex color #A72739 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A72739 is #58D8C6. Grayscale: #4F4F4F. Windows color (decimal): -5822663 or 3745703. OLE color: 3745703.
HSL color Cylindrical-coordinate representation of color #A72739: hue angle of 351.56º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A72739 is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 39 | 57 | - |
| CMYK | 0 | 0.77 | 0.66 | 0.35 |
| HSL | 351.56º | 0.62% | 0.4% | - |
| HSV(B) | 351.56º | 0.77% | 0.65% | - |
| XYZ | 17.4 | 9.96 | 4.88 | - |
| YUV | 79.32 | 115.41 | 190.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 39 | 57 | 0 | 0.77 | 0.66 | 0.35 | 351.56 | 0.62 | 0.4 |
| Hex | A7 | 27 | 39 | 0 | 4D | 42 | 23 | 160 | 3E | 28 |
| Octal | 247 | 47 | 71 | 0 | 115 | 102 | 43 | 540 | 76 | 50 |
| Binary | 10100111 | 100111 | 111001 | 0 | 1001101 | 1000010 | 100011 | 101100000 | 111110 | 101000 |
Color Harmonies of #A72739
Complementary color
Monochromatic Colors of #A72739
Black with #A72739
Text Example
Text Example
White with #A72739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72739; }
p { color: rgb(167,39,57); }
H1.HeaderClassName
{
color: #A72739;
}
.AnyTagClassName
{
color: #A72739;
}
</style>
background-color css
<style>
a { background-color: #A72739; }
a { background-color: rgb(167,39,57); }
div.DivClassName
{
background-color: #A72739;
}
.BgClassName
{
background-color: #A72739;
}
</style>
border-color css
<style>
span { border-color: #A72739; }
span { border-color: rgb(167,39,57); }
td.TdClassName
{
border-color: #A72739;
}
.TagClassName
{
border-color: #A72739;
}
</style>