Shades of Guardsman Red #AA2131
Tints of Guardsman Red #AA2131
RGB
CMYK
RGB Variations
Color information
#AA2131 (or 0xAA2131) is known color: Guardsman Red. HEX triplet: AA, 21 and 31. RGB value is (170,33,49). Sum of RGB (Red+Green+Blue) = 170+33+49=252 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.46% from 252); Green value is 33 (13.28% from 255 or 13.10% from 252); Blue value is 49 (19.53% from 255 or 19.44% from 252); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2131 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2131 is #55DECE. Grayscale: #4B4B4B. Windows color (decimal): -5627599 or 3219882. OLE color: 3219882.
HSL color Cylindrical-coordinate representation of color #AA2131: hue angle of 352.99º 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 #AA2131 is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 33 | 49 | - |
| CMYK | 0 | 0.81 | 0.71 | 0.33 |
| HSL | 352.99º | 0.67% | 0.4% | - |
| HSV(B) | 352.99º | 0.81% | 0.67% | - |
| XYZ | 17.68 | 9.86 | 3.88 | - |
| YUV | 75.79 | 112.89 | 195.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 33 | 49 | 0 | 0.81 | 0.71 | 0.33 | 352.99 | 0.67 | 0.4 |
| Hex | AA | 21 | 31 | 0 | 51 | 47 | 21 | 161 | 43 | 28 |
| Octal | 252 | 41 | 61 | 0 | 121 | 107 | 41 | 541 | 103 | 50 |
| Binary | 10101010 | 100001 | 110001 | 0 | 1010001 | 1000111 | 100001 | 101100001 | 1000011 | 101000 |
Color Harmonies of #AA2131
Complementary color
Monochromatic Colors of #AA2131
Black with #AA2131
Text Example
Text Example
White with #AA2131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2131; }
p { color: rgb(170,33,49); }
H1.HeaderClassName
{
color: #AA2131;
}
.AnyTagClassName
{
color: #AA2131;
}
</style>
background-color css
<style>
a { background-color: #AA2131; }
a { background-color: rgb(170,33,49); }
div.DivClassName
{
background-color: #AA2131;
}
.BgClassName
{
background-color: #AA2131;
}
</style>
border-color css
<style>
span { border-color: #AA2131; }
span { border-color: rgb(170,33,49); }
td.TdClassName
{
border-color: #AA2131;
}
.TagClassName
{
border-color: #AA2131;
}
</style>