Shades of Guardsman Red #AA2932
Tints of Guardsman Red #AA2932
RGB
CMYK
RGB Variations
Color information
#AA2932 (or 0xAA2932) is known color: Guardsman Red. HEX triplet: AA, 29 and 32. RGB value is (170,41,50). Sum of RGB (Red+Green+Blue) = 170+41+50=261 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.13% from 261); Green value is 41 (16.41% from 255 or 15.71% from 261); Blue value is 50 (19.92% from 255 or 19.16% from 261); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2932 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2932 is #55D6CD. Grayscale: #505050. Windows color (decimal): -5625550 or 3287466. OLE color: 3287466.
HSL color Cylindrical-coordinate representation of color #AA2932: hue angle of 355.81º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA2932 is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 41 | 50 | - |
| CMYK | 0 | 0.76 | 0.71 | 0.33 |
| HSL | 355.81º | 0.61% | 0.41% | - |
| HSV(B) | 355.81º | 0.76% | 0.67% | - |
| XYZ | 17.95 | 10.36 | 4.07 | - |
| YUV | 80.6 | 110.74 | 191.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 41 | 50 | 0 | 0.76 | 0.71 | 0.33 | 355.81 | 0.61 | 0.41 |
| Hex | AA | 29 | 32 | 0 | 4C | 47 | 21 | 164 | 3D | 29 |
| Octal | 252 | 51 | 62 | 0 | 114 | 107 | 41 | 544 | 75 | 51 |
| Binary | 10101010 | 101001 | 110010 | 0 | 1001100 | 1000111 | 100001 | 101100100 | 111101 | 101001 |
Color Harmonies of #AA2932
Complementary color
Monochromatic Colors of #AA2932
Black with #AA2932
Text Example
Text Example
White with #AA2932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2932; }
p { color: rgb(170,41,50); }
H1.HeaderClassName
{
color: #AA2932;
}
.AnyTagClassName
{
color: #AA2932;
}
</style>
background-color css
<style>
a { background-color: #AA2932; }
a { background-color: rgb(170,41,50); }
div.DivClassName
{
background-color: #AA2932;
}
.BgClassName
{
background-color: #AA2932;
}
</style>
border-color css
<style>
span { border-color: #AA2932; }
span { border-color: rgb(170,41,50); }
td.TdClassName
{
border-color: #AA2932;
}
.TagClassName
{
border-color: #AA2932;
}
</style>