Shades of Guardsman Red #AA2937
Tints of Guardsman Red #AA2937
RGB
CMYK
RGB Variations
Color information
#AA2937 (or 0xAA2937) is known color: Guardsman Red. HEX triplet: AA, 29 and 37. RGB value is (170,41,55). Sum of RGB (Red+Green+Blue) = 170+41+55=266 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.91% from 266); Green value is 41 (16.41% from 255 or 15.41% from 266); Blue value is 55 (21.88% from 255 or 20.68% from 266); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2937 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2937 is #55D6C8. Grayscale: #515151. Windows color (decimal): -5625545 or 3615146. OLE color: 3615146.
HSL color Cylindrical-coordinate representation of color #AA2937: hue angle of 353.49º 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 #AA2937 is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 41 | 55 | - |
| CMYK | 0 | 0.76 | 0.68 | 0.33 |
| HSL | 353.49º | 0.61% | 0.41% | - |
| HSV(B) | 353.49º | 0.76% | 0.67% | - |
| XYZ | 18.06 | 10.41 | 4.67 | - |
| YUV | 81.17 | 113.24 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 41 | 55 | 0 | 0.76 | 0.68 | 0.33 | 353.49 | 0.61 | 0.41 |
| Hex | AA | 29 | 37 | 0 | 4C | 44 | 21 | 161 | 3D | 29 |
| Octal | 252 | 51 | 67 | 0 | 114 | 104 | 41 | 541 | 75 | 51 |
| Binary | 10101010 | 101001 | 110111 | 0 | 1001100 | 1000100 | 100001 | 101100001 | 111101 | 101001 |
Color Harmonies of #AA2937
Complementary color
Monochromatic Colors of #AA2937
Black with #AA2937
Text Example
Text Example
White with #AA2937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2937; }
p { color: rgb(170,41,55); }
H1.HeaderClassName
{
color: #AA2937;
}
.AnyTagClassName
{
color: #AA2937;
}
</style>
background-color css
<style>
a { background-color: #AA2937; }
a { background-color: rgb(170,41,55); }
div.DivClassName
{
background-color: #AA2937;
}
.BgClassName
{
background-color: #AA2937;
}
</style>
border-color css
<style>
span { border-color: #AA2937; }
span { border-color: rgb(170,41,55); }
td.TdClassName
{
border-color: #AA2937;
}
.TagClassName
{
border-color: #AA2937;
}
</style>