Shades of Guardsman Red #AA2730
Tints of Guardsman Red #AA2730
RGB
CMYK
RGB Variations
Color information
#AA2730 (or 0xAA2730) is known color: Guardsman Red. HEX triplet: AA, 27 and 30. RGB value is (170,39,48). Sum of RGB (Red+Green+Blue) = 170+39+48=257 (34% of max value = 765). Red value is 170 (66.80% from 255 or 66.15% from 257); Green value is 39 (15.62% from 255 or 15.18% from 257); Blue value is 48 (19.14% from 255 or 18.68% from 257); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2730 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2730 is #55D8CF. Grayscale: #4F4F4F. Windows color (decimal): -5626064 or 3155882. OLE color: 3155882.
HSL color Cylindrical-coordinate representation of color #AA2730: hue angle of 355.88º 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 #AA2730 is Cyan = 0, Magento = 0.77, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 39 | 48 | - |
| CMYK | 0 | 0.77 | 0.72 | 0.33 |
| HSL | 355.88º | 0.63% | 0.41% | - |
| HSV(B) | 355.88º | 0.77% | 0.67% | - |
| XYZ | 17.84 | 10.21 | 3.83 | - |
| YUV | 79.2 | 110.4 | 192.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 39 | 48 | 0 | 0.77 | 0.72 | 0.33 | 355.88 | 0.63 | 0.41 |
| Hex | AA | 27 | 30 | 0 | 4D | 48 | 21 | 164 | 3F | 29 |
| Octal | 252 | 47 | 60 | 0 | 115 | 110 | 41 | 544 | 77 | 51 |
| Binary | 10101010 | 100111 | 110000 | 0 | 1001101 | 1001000 | 100001 | 101100100 | 111111 | 101001 |
Color Harmonies of #AA2730
Complementary color
Monochromatic Colors of #AA2730
Black with #AA2730
Text Example
Text Example
White with #AA2730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2730; }
p { color: rgb(170,39,48); }
H1.HeaderClassName
{
color: #AA2730;
}
.AnyTagClassName
{
color: #AA2730;
}
</style>
background-color css
<style>
a { background-color: #AA2730; }
a { background-color: rgb(170,39,48); }
div.DivClassName
{
background-color: #AA2730;
}
.BgClassName
{
background-color: #AA2730;
}
</style>
border-color css
<style>
span { border-color: #AA2730; }
span { border-color: rgb(170,39,48); }
td.TdClassName
{
border-color: #AA2730;
}
.TagClassName
{
border-color: #AA2730;
}
</style>