Shades of Guardsman Red #AA2732
Tints of Guardsman Red #AA2732
RGB
CMYK
RGB Variations
Color information
#AA2732 (or 0xAA2732) is known color: Guardsman Red. HEX triplet: AA, 27 and 32. RGB value is (170,39,50). Sum of RGB (Red+Green+Blue) = 170+39+50=259 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.64% from 259); Green value is 39 (15.62% from 255 or 15.06% from 259); Blue value is 50 (19.92% from 255 or 19.31% from 259); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2732 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2732 is #55D8CD. Grayscale: #4F4F4F. Windows color (decimal): -5626062 or 3286954. OLE color: 3286954.
HSL color Cylindrical-coordinate representation of color #AA2732: hue angle of 354.96º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AA2732 is Cyan = 0, Magento = 0.77, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 39 | 50 | - |
| CMYK | 0 | 0.77 | 0.71 | 0.33 |
| HSL | 354.96º | 0.63% | 0.41% | - |
| HSV(B) | 354.96º | 0.77% | 0.67% | - |
| XYZ | 17.88 | 10.23 | 4.05 | - |
| YUV | 79.42 | 111.4 | 192.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 39 | 50 | 0 | 0.77 | 0.71 | 0.33 | 354.96 | 0.63 | 0.41 |
| Hex | AA | 27 | 32 | 0 | 4D | 47 | 21 | 163 | 3F | 29 |
| Octal | 252 | 47 | 62 | 0 | 115 | 107 | 41 | 543 | 77 | 51 |
| Binary | 10101010 | 100111 | 110010 | 0 | 1001101 | 1000111 | 100001 | 101100011 | 111111 | 101001 |
Color Harmonies of #AA2732
Complementary color
Monochromatic Colors of #AA2732
Black with #AA2732
Text Example
Text Example
White with #AA2732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2732; }
p { color: rgb(170,39,50); }
H1.HeaderClassName
{
color: #AA2732;
}
.AnyTagClassName
{
color: #AA2732;
}
</style>
background-color css
<style>
a { background-color: #AA2732; }
a { background-color: rgb(170,39,50); }
div.DivClassName
{
background-color: #AA2732;
}
.BgClassName
{
background-color: #AA2732;
}
</style>
border-color css
<style>
span { border-color: #AA2732; }
span { border-color: rgb(170,39,50); }
td.TdClassName
{
border-color: #AA2732;
}
.TagClassName
{
border-color: #AA2732;
}
</style>