Shades of Guardsman Red #AA2739
Tints of Guardsman Red #AA2739
RGB
CMYK
RGB Variations
Color information
#AA2739 (or 0xAA2739) is known color: Guardsman Red. HEX triplet: AA, 27 and 39. RGB value is (170,39,57). Sum of RGB (Red+Green+Blue) = 170+39+57=266 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.91% from 266); Green value is 39 (15.62% from 255 or 14.66% from 266); Blue value is 57 (22.66% from 255 or 21.43% from 266); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2739 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2739 is #55D8C6. Grayscale: #505050. Windows color (decimal): -5626055 or 3745706. OLE color: 3745706.
HSL color Cylindrical-coordinate representation of color #AA2739: hue angle of 351.76º 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 #AA2739 is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 39 | 57 | - |
| CMYK | 0 | 0.77 | 0.66 | 0.33 |
| HSL | 351.76º | 0.63% | 0.41% | - |
| HSV(B) | 351.76º | 0.77% | 0.67% | - |
| XYZ | 18.04 | 10.29 | 4.91 | - |
| YUV | 80.22 | 114.9 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 39 | 57 | 0 | 0.77 | 0.66 | 0.33 | 351.76 | 0.63 | 0.41 |
| Hex | AA | 27 | 39 | 0 | 4D | 42 | 21 | 160 | 3F | 29 |
| Octal | 252 | 47 | 71 | 0 | 115 | 102 | 41 | 540 | 77 | 51 |
| Binary | 10101010 | 100111 | 111001 | 0 | 1001101 | 1000010 | 100001 | 101100000 | 111111 | 101001 |
Color Harmonies of #AA2739
Complementary color
Monochromatic Colors of #AA2739
Black with #AA2739
Text Example
Text Example
White with #AA2739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2739; }
p { color: rgb(170,39,57); }
H1.HeaderClassName
{
color: #AA2739;
}
.AnyTagClassName
{
color: #AA2739;
}
</style>
background-color css
<style>
a { background-color: #AA2739; }
a { background-color: rgb(170,39,57); }
div.DivClassName
{
background-color: #AA2739;
}
.BgClassName
{
background-color: #AA2739;
}
</style>
border-color css
<style>
span { border-color: #AA2739; }
span { border-color: rgb(170,39,57); }
td.TdClassName
{
border-color: #AA2739;
}
.TagClassName
{
border-color: #AA2739;
}
</style>