Shades of Guardsman Red #A72E31
Tints of Guardsman Red #A72E31
RGB
CMYK
RGB Variations
Color information
#A72E31 (or 0xA72E31) is known color: Guardsman Red. HEX triplet: A7, 2E and 31. RGB value is (167,46,49). Sum of RGB (Red+Green+Blue) = 167+46+49=262 (34% of max value = 765). Red value is 167 (65.62% from 255 or 63.74% from 262); Green value is 46 (18.36% from 255 or 17.56% from 262); Blue value is 49 (19.53% from 255 or 18.70% from 262); Max value from RGB is 167 - color contains mainly: red. Hex color #A72E31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A72E31 is #58D1CE. Grayscale: #525252. Windows color (decimal): -5820879 or 3223207. OLE color: 3223207.
HSL color Cylindrical-coordinate representation of color #A72E31: hue angle of 358.51º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A72E31 is Cyan = 0, Magento = 0.72, Yellow = 0.71 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 46 | 49 | - |
| CMYK | 0 | 0.72 | 0.71 | 0.35 |
| HSL | 358.51º | 0.57% | 0.42% | - |
| HSV(B) | 358.51º | 0.72% | 0.65% | - |
| XYZ | 17.47 | 10.39 | 3.99 | - |
| YUV | 82.52 | 109.09 | 188.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 46 | 49 | 0 | 0.72 | 0.71 | 0.35 | 358.51 | 0.57 | 0.42 |
| Hex | A7 | 2E | 31 | 0 | 48 | 47 | 23 | 167 | 39 | 2A |
| Octal | 247 | 56 | 61 | 0 | 110 | 107 | 43 | 547 | 71 | 52 |
| Binary | 10100111 | 101110 | 110001 | 0 | 1001000 | 1000111 | 100011 | 101100111 | 111001 | 101010 |
Color Harmonies of #A72E31
Complementary color
Monochromatic Colors of #A72E31
Black with #A72E31
Text Example
Text Example
White with #A72E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72E31; }
p { color: rgb(167,46,49); }
H1.HeaderClassName
{
color: #A72E31;
}
.AnyTagClassName
{
color: #A72E31;
}
</style>
background-color css
<style>
a { background-color: #A72E31; }
a { background-color: rgb(167,46,49); }
div.DivClassName
{
background-color: #A72E31;
}
.BgClassName
{
background-color: #A72E31;
}
</style>
border-color css
<style>
span { border-color: #A72E31; }
span { border-color: rgb(167,46,49); }
td.TdClassName
{
border-color: #A72E31;
}
.TagClassName
{
border-color: #A72E31;
}
</style>