Shades of Guardsman Red #A2272E
Tints of Guardsman Red #A2272E
RGB
CMYK
RGB Variations
Color information
#A2272E (or 0xA2272E) is known color: Guardsman Red. HEX triplet: A2, 27 and 2E. RGB value is (162,39,46). Sum of RGB (Red+Green+Blue) = 162+39+46=247 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.59% from 247); Green value is 39 (15.62% from 255 or 15.79% from 247); Blue value is 46 (18.36% from 255 or 18.62% from 247); Max value from RGB is 162 - color contains mainly: red. Hex color #A2272E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2272E is #5DD8D1. Grayscale: #4C4C4C. Windows color (decimal): -6150354 or 3024802. OLE color: 3024802.
HSL color Cylindrical-coordinate representation of color #A2272E: hue angle of 356.59º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A2272E is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 39 | 46 | - |
| CMYK | 0 | 0.76 | 0.72 | 0.36 |
| HSL | 356.59º | 0.61% | 0.39% | - |
| HSV(B) | 356.59º | 0.76% | 0.64% | - |
| XYZ | 16.12 | 9.33 | 3.54 | - |
| YUV | 76.58 | 110.75 | 188.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 39 | 46 | 0 | 0.76 | 0.72 | 0.36 | 356.59 | 0.61 | 0.39 |
| Hex | A2 | 27 | 2E | 0 | 4C | 48 | 24 | 165 | 3D | 27 |
| Octal | 242 | 47 | 56 | 0 | 114 | 110 | 44 | 545 | 75 | 47 |
| Binary | 10100010 | 100111 | 101110 | 0 | 1001100 | 1001000 | 100100 | 101100101 | 111101 | 100111 |
Color Harmonies of #A2272E
Complementary color
Monochromatic Colors of #A2272E
Black with #A2272E
Text Example
Text Example
White with #A2272E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2272E; }
p { color: rgb(162,39,46); }
H1.HeaderClassName
{
color: #A2272E;
}
.AnyTagClassName
{
color: #A2272E;
}
</style>
background-color css
<style>
a { background-color: #A2272E; }
a { background-color: rgb(162,39,46); }
div.DivClassName
{
background-color: #A2272E;
}
.BgClassName
{
background-color: #A2272E;
}
</style>
border-color css
<style>
span { border-color: #A2272E; }
span { border-color: rgb(162,39,46); }
td.TdClassName
{
border-color: #A2272E;
}
.TagClassName
{
border-color: #A2272E;
}
</style>