Shades of Guardsman Red #AA2829
Tints of Guardsman Red #AA2829
RGB
CMYK
RGB Variations
Color information
#AA2829 (or 0xAA2829) is known color: Guardsman Red. HEX triplet: AA, 28 and 29. RGB value is (170,40,41). Sum of RGB (Red+Green+Blue) = 170+40+41=251 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.73% from 251); Green value is 40 (16.02% from 255 or 15.94% from 251); Blue value is 41 (16.41% from 255 or 16.33% from 251); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2829 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2829 is #55D7D6. Grayscale: #4F4F4F. Windows color (decimal): -5625815 or 2697386. OLE color: 2697386.
HSL color Cylindrical-coordinate representation of color #AA2829: hue angle of 359.54º 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 #AA2829 is Cyan = 0, Magento = 0.76, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 40 | 41 | - |
| CMYK | 0 | 0.76 | 0.76 | 0.33 |
| HSL | 359.54º | 0.62% | 0.41% | - |
| HSV(B) | 359.54º | 0.76% | 0.67% | - |
| XYZ | 17.74 | 10.22 | 3.14 | - |
| YUV | 78.98 | 106.57 | 192.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 40 | 41 | 0 | 0.76 | 0.76 | 0.33 | 359.54 | 0.62 | 0.41 |
| Hex | AA | 28 | 29 | 0 | 4C | 4C | 21 | 168 | 3E | 29 |
| Octal | 252 | 50 | 51 | 0 | 114 | 114 | 41 | 550 | 76 | 51 |
| Binary | 10101010 | 101000 | 101001 | 0 | 1001100 | 1001100 | 100001 | 101101000 | 111110 | 101001 |
Color Harmonies of #AA2829
Complementary color
Monochromatic Colors of #AA2829
Black with #AA2829
Text Example
Text Example
White with #AA2829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2829; }
p { color: rgb(170,40,41); }
H1.HeaderClassName
{
color: #AA2829;
}
.AnyTagClassName
{
color: #AA2829;
}
</style>
background-color css
<style>
a { background-color: #AA2829; }
a { background-color: rgb(170,40,41); }
div.DivClassName
{
background-color: #AA2829;
}
.BgClassName
{
background-color: #AA2829;
}
</style>
border-color css
<style>
span { border-color: #AA2829; }
span { border-color: rgb(170,40,41); }
td.TdClassName
{
border-color: #AA2829;
}
.TagClassName
{
border-color: #AA2829;
}
</style>