Shades of Guardsman Red #A72839
Tints of Guardsman Red #A72839
RGB
CMYK
RGB Variations
Color information
#A72839 (or 0xA72839) is known color: Guardsman Red. HEX triplet: A7, 28 and 39. RGB value is (167,40,57). Sum of RGB (Red+Green+Blue) = 167+40+57=264 (34% of max value = 765). Red value is 167 (65.62% from 255 or 63.26% from 264); Green value is 40 (16.02% from 255 or 15.15% from 264); Blue value is 57 (22.66% from 255 or 21.59% from 264); Max value from RGB is 167 - color contains mainly: red. Hex color #A72839 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A72839 is #58D7C6. Grayscale: #4F4F4F. Windows color (decimal): -5822407 or 3745959. OLE color: 3745959.
HSL color Cylindrical-coordinate representation of color #A72839: hue angle of 351.97º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A72839 is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 40 | 57 | - |
| CMYK | 0 | 0.76 | 0.66 | 0.35 |
| HSL | 351.97º | 0.61% | 0.41% | - |
| HSV(B) | 351.97º | 0.76% | 0.65% | - |
| XYZ | 17.43 | 10.03 | 4.89 | - |
| YUV | 79.91 | 115.08 | 190.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 40 | 57 | 0 | 0.76 | 0.66 | 0.35 | 351.97 | 0.61 | 0.41 |
| Hex | A7 | 28 | 39 | 0 | 4C | 42 | 23 | 160 | 3D | 29 |
| Octal | 247 | 50 | 71 | 0 | 114 | 102 | 43 | 540 | 75 | 51 |
| Binary | 10100111 | 101000 | 111001 | 0 | 1001100 | 1000010 | 100011 | 101100000 | 111101 | 101001 |
Color Harmonies of #A72839
Complementary color
Monochromatic Colors of #A72839
Black with #A72839
Text Example
Text Example
White with #A72839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72839; }
p { color: rgb(167,40,57); }
H1.HeaderClassName
{
color: #A72839;
}
.AnyTagClassName
{
color: #A72839;
}
</style>
background-color css
<style>
a { background-color: #A72839; }
a { background-color: rgb(167,40,57); }
div.DivClassName
{
background-color: #A72839;
}
.BgClassName
{
background-color: #A72839;
}
</style>
border-color css
<style>
span { border-color: #A72839; }
span { border-color: rgb(167,40,57); }
td.TdClassName
{
border-color: #A72839;
}
.TagClassName
{
border-color: #A72839;
}
</style>