Shades of Guardsman Red #A22C32
Tints of Guardsman Red #A22C32
RGB
CMYK
RGB Variations
Color information
#A22C32 (or 0xA22C32) is known color: Guardsman Red. HEX triplet: A2, 2C and 32. RGB value is (162,44,50). Sum of RGB (Red+Green+Blue) = 162+44+50=256 (33% of max value = 765). Red value is 162 (63.67% from 255 or 63.28% from 256); Green value is 44 (17.58% from 255 or 17.19% from 256); Blue value is 50 (19.92% from 255 or 19.53% from 256); Max value from RGB is 162 - color contains mainly: red. Hex color #A22C32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22C32 is #5DD3CD. Grayscale: #505050. Windows color (decimal): -6149070 or 3288226. OLE color: 3288226.
HSL color Cylindrical-coordinate representation of color #A22C32: hue angle of 356.95º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A22C32 is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 44 | 50 | - |
| CMYK | 0 | 0.73 | 0.69 | 0.36 |
| HSL | 356.95º | 0.57% | 0.4% | - |
| HSV(B) | 356.95º | 0.73% | 0.64% | - |
| XYZ | 16.38 | 9.71 | 4.03 | - |
| YUV | 79.97 | 111.09 | 186.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 44 | 50 | 0 | 0.73 | 0.69 | 0.36 | 356.95 | 0.57 | 0.4 |
| Hex | A2 | 2C | 32 | 0 | 49 | 45 | 24 | 165 | 39 | 28 |
| Octal | 242 | 54 | 62 | 0 | 111 | 105 | 44 | 545 | 71 | 50 |
| Binary | 10100010 | 101100 | 110010 | 0 | 1001001 | 1000101 | 100100 | 101100101 | 111001 | 101000 |
Color Harmonies of #A22C32
Complementary color
Monochromatic Colors of #A22C32
Black with #A22C32
Text Example
Text Example
White with #A22C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22C32; }
p { color: rgb(162,44,50); }
H1.HeaderClassName
{
color: #A22C32;
}
.AnyTagClassName
{
color: #A22C32;
}
</style>
background-color css
<style>
a { background-color: #A22C32; }
a { background-color: rgb(162,44,50); }
div.DivClassName
{
background-color: #A22C32;
}
.BgClassName
{
background-color: #A22C32;
}
</style>
border-color css
<style>
span { border-color: #A22C32; }
span { border-color: rgb(162,44,50); }
td.TdClassName
{
border-color: #A22C32;
}
.TagClassName
{
border-color: #A22C32;
}
</style>