Shades of Guardsman Red #AA2736
Tints of Guardsman Red #AA2736
RGB
CMYK
RGB Variations
Color information
#AA2736 (or 0xAA2736) is known color: Guardsman Red. HEX triplet: AA, 27 and 36. RGB value is (170,39,54). Sum of RGB (Red+Green+Blue) = 170+39+54=263 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.64% from 263); Green value is 39 (15.62% from 255 or 14.83% from 263); Blue value is 54 (21.48% from 255 or 20.53% from 263); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2736 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2736 is #55D8C9. Grayscale: #4F4F4F. Windows color (decimal): -5626058 or 3549098. OLE color: 3549098.
HSL color Cylindrical-coordinate representation of color #AA2736: hue angle of 353.13º 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 #AA2736 is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 39 | 54 | - |
| CMYK | 0 | 0.77 | 0.68 | 0.33 |
| HSL | 353.13º | 0.63% | 0.41% | - |
| HSV(B) | 353.13º | 0.77% | 0.67% | - |
| XYZ | 17.97 | 10.26 | 4.52 | - |
| YUV | 79.88 | 113.4 | 192.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 39 | 54 | 0 | 0.77 | 0.68 | 0.33 | 353.13 | 0.63 | 0.41 |
| Hex | AA | 27 | 36 | 0 | 4D | 44 | 21 | 161 | 3F | 29 |
| Octal | 252 | 47 | 66 | 0 | 115 | 104 | 41 | 541 | 77 | 51 |
| Binary | 10101010 | 100111 | 110110 | 0 | 1001101 | 1000100 | 100001 | 101100001 | 111111 | 101001 |
Color Harmonies of #AA2736
Complementary color
Monochromatic Colors of #AA2736
Black with #AA2736
Text Example
Text Example
White with #AA2736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2736; }
p { color: rgb(170,39,54); }
H1.HeaderClassName
{
color: #AA2736;
}
.AnyTagClassName
{
color: #AA2736;
}
</style>
background-color css
<style>
a { background-color: #AA2736; }
a { background-color: rgb(170,39,54); }
div.DivClassName
{
background-color: #AA2736;
}
.BgClassName
{
background-color: #AA2736;
}
</style>
border-color css
<style>
span { border-color: #AA2736; }
span { border-color: rgb(170,39,54); }
td.TdClassName
{
border-color: #AA2736;
}
.TagClassName
{
border-color: #AA2736;
}
</style>