Shades of Guardsman Red #AA2132
Tints of Guardsman Red #AA2132
RGB
CMYK
RGB Variations
Color information
#AA2132 (or 0xAA2132) is known color: Guardsman Red. HEX triplet: AA, 21 and 32. RGB value is (170,33,50). Sum of RGB (Red+Green+Blue) = 170+33+50=253 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.19% from 253); Green value is 33 (13.28% from 255 or 13.04% from 253); Blue value is 50 (19.92% from 255 or 19.76% from 253); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2132 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2132 is #55DECD. Grayscale: #4B4B4B. Windows color (decimal): -5627598 or 3285418. OLE color: 3285418.
HSL color Cylindrical-coordinate representation of color #AA2132: hue angle of 352.55º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA2132 is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 33 | 50 | - |
| CMYK | 0 | 0.81 | 0.71 | 0.33 |
| HSL | 352.55º | 0.67% | 0.4% | - |
| HSV(B) | 352.55º | 0.81% | 0.67% | - |
| XYZ | 17.7 | 9.86 | 3.99 | - |
| YUV | 75.9 | 113.39 | 195.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 33 | 50 | 0 | 0.81 | 0.71 | 0.33 | 352.55 | 0.67 | 0.4 |
| Hex | AA | 21 | 32 | 0 | 51 | 47 | 21 | 161 | 43 | 28 |
| Octal | 252 | 41 | 62 | 0 | 121 | 107 | 41 | 541 | 103 | 50 |
| Binary | 10101010 | 100001 | 110010 | 0 | 1010001 | 1000111 | 100001 | 101100001 | 1000011 | 101000 |
Color Harmonies of #AA2132
Complementary color
Monochromatic Colors of #AA2132
Black with #AA2132
Text Example
Text Example
White with #AA2132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2132; }
p { color: rgb(170,33,50); }
H1.HeaderClassName
{
color: #AA2132;
}
.AnyTagClassName
{
color: #AA2132;
}
</style>
background-color css
<style>
a { background-color: #AA2132; }
a { background-color: rgb(170,33,50); }
div.DivClassName
{
background-color: #AA2132;
}
.BgClassName
{
background-color: #AA2132;
}
</style>
border-color css
<style>
span { border-color: #AA2132; }
span { border-color: rgb(170,33,50); }
td.TdClassName
{
border-color: #AA2132;
}
.TagClassName
{
border-color: #AA2132;
}
</style>