Shades of Guardsman Red #A2272F
Tints of Guardsman Red #A2272F
RGB
CMYK
RGB Variations
Color information
#A2272F (or 0xA2272F) is known color: Guardsman Red. HEX triplet: A2, 27 and 2F. RGB value is (162,39,47). Sum of RGB (Red+Green+Blue) = 162+39+47=248 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.32% from 248); Green value is 39 (15.62% from 255 or 15.73% from 248); Blue value is 47 (18.75% from 255 or 18.95% from 248); Max value from RGB is 162 - color contains mainly: red. Hex color #A2272F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2272F is #5DD8D0. Grayscale: #4C4C4C. Windows color (decimal): -6150353 or 3090338. OLE color: 3090338.
HSL color Cylindrical-coordinate representation of color #A2272F: hue angle of 356.1º 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 #A2272F is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 39 | 47 | - |
| CMYK | 0 | 0.76 | 0.71 | 0.36 |
| HSL | 356.1º | 0.61% | 0.39% | - |
| HSV(B) | 356.1º | 0.76% | 0.64% | - |
| XYZ | 16.14 | 9.34 | 3.64 | - |
| YUV | 76.69 | 111.25 | 188.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 39 | 47 | 0 | 0.76 | 0.71 | 0.36 | 356.1 | 0.61 | 0.39 |
| Hex | A2 | 27 | 2F | 0 | 4C | 47 | 24 | 164 | 3D | 27 |
| Octal | 242 | 47 | 57 | 0 | 114 | 107 | 44 | 544 | 75 | 47 |
| Binary | 10100010 | 100111 | 101111 | 0 | 1001100 | 1000111 | 100100 | 101100100 | 111101 | 100111 |
Color Harmonies of #A2272F
Complementary color
Monochromatic Colors of #A2272F
Black with #A2272F
Text Example
Text Example
White with #A2272F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2272F; }
p { color: rgb(162,39,47); }
H1.HeaderClassName
{
color: #A2272F;
}
.AnyTagClassName
{
color: #A2272F;
}
</style>
background-color css
<style>
a { background-color: #A2272F; }
a { background-color: rgb(162,39,47); }
div.DivClassName
{
background-color: #A2272F;
}
.BgClassName
{
background-color: #A2272F;
}
</style>
border-color css
<style>
span { border-color: #A2272F; }
span { border-color: rgb(162,39,47); }
td.TdClassName
{
border-color: #A2272F;
}
.TagClassName
{
border-color: #A2272F;
}
</style>