Shades of Guardsman Red #A22532
Tints of Guardsman Red #A22532
RGB
CMYK
RGB Variations
Color information
#A22532 (or 0xA22532) is known color: Guardsman Red. HEX triplet: A2, 25 and 32. RGB value is (162,37,50). Sum of RGB (Red+Green+Blue) = 162+37+50=249 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.06% from 249); Green value is 37 (14.84% from 255 or 14.86% from 249); Blue value is 50 (19.92% from 255 or 20.08% from 249); Max value from RGB is 162 - color contains mainly: red. Hex color #A22532 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22532 is #5DDACD. Grayscale: #4B4B4B. Windows color (decimal): -6150862 or 3286434. OLE color: 3286434.
HSL color Cylindrical-coordinate representation of color #A22532: hue angle of 353.76º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A22532 is Cyan = 0, Magento = 0.77, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 37 | 50 | - |
| CMYK | 0 | 0.77 | 0.69 | 0.36 |
| HSL | 353.76º | 0.63% | 0.39% | - |
| HSV(B) | 353.76º | 0.77% | 0.64% | - |
| XYZ | 16.14 | 9.23 | 3.95 | - |
| YUV | 75.86 | 113.41 | 189.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 37 | 50 | 0 | 0.77 | 0.69 | 0.36 | 353.76 | 0.63 | 0.39 |
| Hex | A2 | 25 | 32 | 0 | 4D | 45 | 24 | 162 | 3F | 27 |
| Octal | 242 | 45 | 62 | 0 | 115 | 105 | 44 | 542 | 77 | 47 |
| Binary | 10100010 | 100101 | 110010 | 0 | 1001101 | 1000101 | 100100 | 101100010 | 111111 | 100111 |
Color Harmonies of #A22532
Complementary color
Monochromatic Colors of #A22532
Black with #A22532
Text Example
Text Example
White with #A22532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22532; }
p { color: rgb(162,37,50); }
H1.HeaderClassName
{
color: #A22532;
}
.AnyTagClassName
{
color: #A22532;
}
</style>
background-color css
<style>
a { background-color: #A22532; }
a { background-color: rgb(162,37,50); }
div.DivClassName
{
background-color: #A22532;
}
.BgClassName
{
background-color: #A22532;
}
</style>
border-color css
<style>
span { border-color: #A22532; }
span { border-color: rgb(162,37,50); }
td.TdClassName
{
border-color: #A22532;
}
.TagClassName
{
border-color: #A22532;
}
</style>