Shades of Guardsman Red #A72B32
Tints of Guardsman Red #A72B32
RGB
CMYK
RGB Variations
Color information
#A72B32 (or 0xA72B32) is known color: Guardsman Red. HEX triplet: A7, 2B and 32. RGB value is (167,43,50). Sum of RGB (Red+Green+Blue) = 167+43+50=260 (34% of max value = 765). Red value is 167 (65.62% from 255 or 64.23% from 260); Green value is 43 (17.19% from 255 or 16.54% from 260); Blue value is 50 (19.92% from 255 or 19.23% from 260); Max value from RGB is 167 - color contains mainly: red. Hex color #A72B32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A72B32 is #58D4CD. Grayscale: #505050. Windows color (decimal): -5821646 or 3287975. OLE color: 3287975.
HSL color Cylindrical-coordinate representation of color #A72B32: hue angle of 356.61º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A72B32 is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 43 | 50 | - |
| CMYK | 0 | 0.74 | 0.70 | 0.35 |
| HSL | 356.61º | 0.59% | 0.41% | - |
| HSV(B) | 356.61º | 0.74% | 0.65% | - |
| XYZ | 17.38 | 10.17 | 4.07 | - |
| YUV | 80.87 | 110.58 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 43 | 50 | 0 | 0.74 | 0.70 | 0.35 | 356.61 | 0.59 | 0.41 |
| Hex | A7 | 2B | 32 | 0 | 4A | 46 | 23 | 165 | 3B | 29 |
| Octal | 247 | 53 | 62 | 0 | 112 | 106 | 43 | 545 | 73 | 51 |
| Binary | 10100111 | 101011 | 110010 | 0 | 1001010 | 1000110 | 100011 | 101100101 | 111011 | 101001 |
Color Harmonies of #A72B32
Complementary color
Monochromatic Colors of #A72B32
Black with #A72B32
Text Example
Text Example
White with #A72B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72B32; }
p { color: rgb(167,43,50); }
H1.HeaderClassName
{
color: #A72B32;
}
.AnyTagClassName
{
color: #A72B32;
}
</style>
background-color css
<style>
a { background-color: #A72B32; }
a { background-color: rgb(167,43,50); }
div.DivClassName
{
background-color: #A72B32;
}
.BgClassName
{
background-color: #A72B32;
}
</style>
border-color css
<style>
span { border-color: #A72B32; }
span { border-color: rgb(167,43,50); }
td.TdClassName
{
border-color: #A72B32;
}
.TagClassName
{
border-color: #A72B32;
}
</style>