Shades of Guardsman Red #A72D31
Tints of Guardsman Red #A72D31
RGB
CMYK
RGB Variations
Color information
#A72D31 (or 0xA72D31) is known color: Guardsman Red. HEX triplet: A7, 2D and 31. RGB value is (167,45,49). Sum of RGB (Red+Green+Blue) = 167+45+49=261 (34% of max value = 765). Red value is 167 (65.62% from 255 or 63.98% from 261); Green value is 45 (17.97% from 255 or 17.24% from 261); Blue value is 49 (19.53% from 255 or 18.77% from 261); Max value from RGB is 167 - color contains mainly: red. Hex color #A72D31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A72D31 is #58D2CE. Grayscale: #525252. Windows color (decimal): -5821135 or 3222951. OLE color: 3222951.
HSL color Cylindrical-coordinate representation of color #A72D31: hue angle of 358.03º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A72D31 is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 45 | 49 | - |
| CMYK | 0 | 0.73 | 0.71 | 0.35 |
| HSL | 358.03º | 0.58% | 0.42% | - |
| HSV(B) | 358.03º | 0.73% | 0.65% | - |
| XYZ | 17.43 | 10.31 | 3.98 | - |
| YUV | 81.93 | 109.42 | 188.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 45 | 49 | 0 | 0.73 | 0.71 | 0.35 | 358.03 | 0.58 | 0.42 |
| Hex | A7 | 2D | 31 | 0 | 49 | 47 | 23 | 166 | 3A | 2A |
| Octal | 247 | 55 | 61 | 0 | 111 | 107 | 43 | 546 | 72 | 52 |
| Binary | 10100111 | 101101 | 110001 | 0 | 1001001 | 1000111 | 100011 | 101100110 | 111010 | 101010 |
Color Harmonies of #A72D31
Complementary color
Monochromatic Colors of #A72D31
Black with #A72D31
Text Example
Text Example
White with #A72D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72D31; }
p { color: rgb(167,45,49); }
H1.HeaderClassName
{
color: #A72D31;
}
.AnyTagClassName
{
color: #A72D31;
}
</style>
background-color css
<style>
a { background-color: #A72D31; }
a { background-color: rgb(167,45,49); }
div.DivClassName
{
background-color: #A72D31;
}
.BgClassName
{
background-color: #A72D31;
}
</style>
border-color css
<style>
span { border-color: #A72D31; }
span { border-color: rgb(167,45,49); }
td.TdClassName
{
border-color: #A72D31;
}
.TagClassName
{
border-color: #A72D31;
}
</style>