Shades of Guardsman Red #A72E3E
Tints of Guardsman Red #A72E3E
RGB
CMYK
RGB Variations
Color information
#A72E3E (or 0xA72E3E) is known color: Guardsman Red. HEX triplet: A7, 2E and 3E. RGB value is (167,46,62). Sum of RGB (Red+Green+Blue) = 167+46+62=275 (36% of max value = 765). Red value is 167 (65.62% from 255 or 60.73% from 275); Green value is 46 (18.36% from 255 or 16.73% from 275); Blue value is 62 (24.61% from 255 or 22.55% from 275); Max value from RGB is 167 - color contains mainly: red. Hex color #A72E3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A72E3E is #58D1C1. Grayscale: #545454. Windows color (decimal): -5820866 or 4075175. OLE color: 4075175.
HSL color Cylindrical-coordinate representation of color #A72E3E: hue angle of 352.07º degrees, saturation: 0.57, 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 #A72E3E is Cyan = 0, Magento = 0.72, Yellow = 0.63 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 46 | 62 | - |
| CMYK | 0 | 0.72 | 0.63 | 0.35 |
| HSL | 352.07º | 0.57% | 0.42% | - |
| HSV(B) | 352.07º | 0.72% | 0.65% | - |
| XYZ | 17.78 | 10.52 | 5.65 | - |
| YUV | 84 | 115.59 | 187.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 46 | 62 | 0 | 0.72 | 0.63 | 0.35 | 352.07 | 0.57 | 0.42 |
| Hex | A7 | 2E | 3E | 0 | 48 | 3F | 23 | 160 | 39 | 2A |
| Octal | 247 | 56 | 76 | 0 | 110 | 77 | 43 | 540 | 71 | 52 |
| Binary | 10100111 | 101110 | 111110 | 0 | 1001000 | 111111 | 100011 | 101100000 | 111001 | 101010 |
Color Harmonies of #A72E3E
Complementary color
Monochromatic Colors of #A72E3E
Black with #A72E3E
Text Example
Text Example
White with #A72E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72E3E; }
p { color: rgb(167,46,62); }
H1.HeaderClassName
{
color: #A72E3E;
}
.AnyTagClassName
{
color: #A72E3E;
}
</style>
background-color css
<style>
a { background-color: #A72E3E; }
a { background-color: rgb(167,46,62); }
div.DivClassName
{
background-color: #A72E3E;
}
.BgClassName
{
background-color: #A72E3E;
}
</style>
border-color css
<style>
span { border-color: #A72E3E; }
span { border-color: rgb(167,46,62); }
td.TdClassName
{
border-color: #A72E3E;
}
.TagClassName
{
border-color: #A72E3E;
}
</style>