Shades of Guardsman Red #AA2832
Tints of Guardsman Red #AA2832
RGB
CMYK
RGB Variations
Color information
#AA2832 (or 0xAA2832) is known color: Guardsman Red. HEX triplet: AA, 28 and 32. RGB value is (170,40,50). Sum of RGB (Red+Green+Blue) = 170+40+50=260 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.38% from 260); Green value is 40 (16.02% from 255 or 15.38% from 260); Blue value is 50 (19.92% from 255 or 19.23% from 260); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2832 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2832 is #55D7CD. Grayscale: #505050. Windows color (decimal): -5625806 or 3287210. OLE color: 3287210.
HSL color Cylindrical-coordinate representation of color #AA2832: hue angle of 355.38º degrees, saturation: 0.62, 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 #AA2832 is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 40 | 50 | - |
| CMYK | 0 | 0.76 | 0.71 | 0.33 |
| HSL | 355.38º | 0.62% | 0.41% | - |
| HSV(B) | 355.38º | 0.76% | 0.67% | - |
| XYZ | 17.91 | 10.29 | 4.06 | - |
| YUV | 80.01 | 111.07 | 192.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 40 | 50 | 0 | 0.76 | 0.71 | 0.33 | 355.38 | 0.62 | 0.41 |
| Hex | AA | 28 | 32 | 0 | 4C | 47 | 21 | 163 | 3E | 29 |
| Octal | 252 | 50 | 62 | 0 | 114 | 107 | 41 | 543 | 76 | 51 |
| Binary | 10101010 | 101000 | 110010 | 0 | 1001100 | 1000111 | 100001 | 101100011 | 111110 | 101001 |
Color Harmonies of #AA2832
Complementary color
Monochromatic Colors of #AA2832
Black with #AA2832
Text Example
Text Example
White with #AA2832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2832; }
p { color: rgb(170,40,50); }
H1.HeaderClassName
{
color: #AA2832;
}
.AnyTagClassName
{
color: #AA2832;
}
</style>
background-color css
<style>
a { background-color: #AA2832; }
a { background-color: rgb(170,40,50); }
div.DivClassName
{
background-color: #AA2832;
}
.BgClassName
{
background-color: #AA2832;
}
</style>
border-color css
<style>
span { border-color: #AA2832; }
span { border-color: rgb(170,40,50); }
td.TdClassName
{
border-color: #AA2832;
}
.TagClassName
{
border-color: #AA2832;
}
</style>