Shades of Guardsman Red #A72F35
Tints of Guardsman Red #A72F35
RGB
CMYK
RGB Variations
Color information
#A72F35 (or 0xA72F35) is known color: Guardsman Red. HEX triplet: A7, 2F and 35. RGB value is (167,47,53). Sum of RGB (Red+Green+Blue) = 167+47+53=267 (35% of max value = 765). Red value is 167 (65.62% from 255 or 62.55% from 267); Green value is 47 (18.75% from 255 or 17.60% from 267); Blue value is 53 (21.09% from 255 or 19.85% from 267); Max value from RGB is 167 - color contains mainly: red. Hex color #A72F35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A72F35 is #58D0CA. Grayscale: #535353. Windows color (decimal): -5820619 or 3485607. OLE color: 3485607.
HSL color Cylindrical-coordinate representation of color #A72F35: hue angle of 357º degrees, saturation: 0.56, 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 #A72F35 is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 47 | 53 | - |
| CMYK | 0 | 0.72 | 0.68 | 0.35 |
| HSL | 357º | 0.56% | 0.42% | - |
| HSV(B) | 357º | 0.72% | 0.65% | - |
| XYZ | 17.6 | 10.51 | 4.47 | - |
| YUV | 83.56 | 110.76 | 187.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 47 | 53 | 0 | 0.72 | 0.68 | 0.35 | 357 | 0.56 | 0.42 |
| Hex | A7 | 2F | 35 | 0 | 48 | 44 | 23 | 165 | 38 | 2A |
| Octal | 247 | 57 | 65 | 0 | 110 | 104 | 43 | 545 | 70 | 52 |
| Binary | 10100111 | 101111 | 110101 | 0 | 1001000 | 1000100 | 100011 | 101100101 | 111000 | 101010 |
Color Harmonies of #A72F35
Complementary color
Monochromatic Colors of #A72F35
Black with #A72F35
Text Example
Text Example
White with #A72F35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72F35; }
p { color: rgb(167,47,53); }
H1.HeaderClassName
{
color: #A72F35;
}
.AnyTagClassName
{
color: #A72F35;
}
</style>
background-color css
<style>
a { background-color: #A72F35; }
a { background-color: rgb(167,47,53); }
div.DivClassName
{
background-color: #A72F35;
}
.BgClassName
{
background-color: #A72F35;
}
</style>
border-color css
<style>
span { border-color: #A72F35; }
span { border-color: rgb(167,47,53); }
td.TdClassName
{
border-color: #A72F35;
}
.TagClassName
{
border-color: #A72F35;
}
</style>