Shades of Guardsman Red #A72B40
Tints of Guardsman Red #A72B40
RGB
CMYK
RGB Variations
Color information
#A72B40 (or 0xA72B40) is known color: Guardsman Red. HEX triplet: A7, 2B and 40. RGB value is (167,43,64). Sum of RGB (Red+Green+Blue) = 167+43+64=274 (36% of max value = 765). Red value is 167 (65.62% from 255 or 60.95% from 274); Green value is 43 (17.19% from 255 or 15.69% from 274); Blue value is 64 (25.39% from 255 or 23.36% from 274); Max value from RGB is 167 - color contains mainly: red. Hex color #A72B40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A72B40 is #58D4BF. Grayscale: #525252. Windows color (decimal): -5821632 or 4205479. OLE color: 4205479.
HSL color Cylindrical-coordinate representation of color #A72B40: hue angle of 349.84º 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 #A72B40 is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 43 | 64 | - |
| CMYK | 0 | 0.74 | 0.62 | 0.35 |
| HSL | 349.84º | 0.59% | 0.41% | - |
| HSV(B) | 349.84º | 0.74% | 0.65% | - |
| XYZ | 17.73 | 10.31 | 5.91 | - |
| YUV | 82.47 | 117.58 | 188.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 43 | 64 | 0 | 0.74 | 0.62 | 0.35 | 349.84 | 0.59 | 0.41 |
| Hex | A7 | 2B | 40 | 0 | 4A | 3E | 23 | 15E | 3B | 29 |
| Octal | 247 | 53 | 100 | 0 | 112 | 76 | 43 | 536 | 73 | 51 |
| Binary | 10100111 | 101011 | 1000000 | 0 | 1001010 | 111110 | 100011 | 101011110 | 111011 | 101001 |
Color Harmonies of #A72B40
Complementary color
Monochromatic Colors of #A72B40
Black with #A72B40
Text Example
Text Example
White with #A72B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72B40; }
p { color: rgb(167,43,64); }
H1.HeaderClassName
{
color: #A72B40;
}
.AnyTagClassName
{
color: #A72B40;
}
</style>
background-color css
<style>
a { background-color: #A72B40; }
a { background-color: rgb(167,43,64); }
div.DivClassName
{
background-color: #A72B40;
}
.BgClassName
{
background-color: #A72B40;
}
</style>
border-color css
<style>
span { border-color: #A72B40; }
span { border-color: rgb(167,43,64); }
td.TdClassName
{
border-color: #A72B40;
}
.TagClassName
{
border-color: #A72B40;
}
</style>