Shades of Guardsman Red #A72B3F
Tints of Guardsman Red #A72B3F
RGB
CMYK
RGB Variations
Color information
#A72B3F (or 0xA72B3F) is known color: Guardsman Red. HEX triplet: A7, 2B and 3F. RGB value is (167,43,63). Sum of RGB (Red+Green+Blue) = 167+43+63=273 (36% of max value = 765). Red value is 167 (65.62% from 255 or 61.17% from 273); Green value is 43 (17.19% from 255 or 15.75% from 273); Blue value is 63 (25% from 255 or 23.08% from 273); Max value from RGB is 167 - color contains mainly: red. Hex color #A72B3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A72B3F is #58D4C0. Grayscale: #525252. Windows color (decimal): -5821633 or 4139943. OLE color: 4139943.
HSL color Cylindrical-coordinate representation of color #A72B3F: hue angle of 350.32º 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 #A72B3F is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 43 | 63 | - |
| CMYK | 0 | 0.74 | 0.62 | 0.35 |
| HSL | 350.32º | 0.59% | 0.41% | - |
| HSV(B) | 350.32º | 0.74% | 0.65% | - |
| XYZ | 17.7 | 10.3 | 5.76 | - |
| YUV | 82.36 | 117.08 | 188.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 43 | 63 | 0 | 0.74 | 0.62 | 0.35 | 350.32 | 0.59 | 0.41 |
| Hex | A7 | 2B | 3F | 0 | 4A | 3E | 23 | 15E | 3B | 29 |
| Octal | 247 | 53 | 77 | 0 | 112 | 76 | 43 | 536 | 73 | 51 |
| Binary | 10100111 | 101011 | 111111 | 0 | 1001010 | 111110 | 100011 | 101011110 | 111011 | 101001 |
Color Harmonies of #A72B3F
Complementary color
Monochromatic Colors of #A72B3F
Black with #A72B3F
Text Example
Text Example
White with #A72B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72B3F; }
p { color: rgb(167,43,63); }
H1.HeaderClassName
{
color: #A72B3F;
}
.AnyTagClassName
{
color: #A72B3F;
}
</style>
background-color css
<style>
a { background-color: #A72B3F; }
a { background-color: rgb(167,43,63); }
div.DivClassName
{
background-color: #A72B3F;
}
.BgClassName
{
background-color: #A72B3F;
}
</style>
border-color css
<style>
span { border-color: #A72B3F; }
span { border-color: rgb(167,43,63); }
td.TdClassName
{
border-color: #A72B3F;
}
.TagClassName
{
border-color: #A72B3F;
}
</style>