Shades of Guardsman Red #AA292B
Tints of Guardsman Red #AA292B
RGB
CMYK
RGB Variations
Color information
#AA292B (or 0xAA292B) is known color: Guardsman Red. HEX triplet: AA, 29 and 2B. RGB value is (170,41,43). Sum of RGB (Red+Green+Blue) = 170+41+43=254 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.93% from 254); Green value is 41 (16.41% from 255 or 16.14% from 254); Blue value is 43 (17.19% from 255 or 16.93% from 254); Max value from RGB is 170 - color contains mainly: red. Hex color #AA292B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA292B is #55D6D4. Grayscale: #4F4F4F. Windows color (decimal): -5625557 or 2828714. OLE color: 2828714.
HSL color Cylindrical-coordinate representation of color #AA292B: hue angle of 359.07º degrees, saturation: 0.61, 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 #AA292B is Cyan = 0, Magento = 0.76, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 41 | 43 | - |
| CMYK | 0 | 0.76 | 0.75 | 0.33 |
| HSL | 359.07º | 0.61% | 0.41% | - |
| HSV(B) | 359.07º | 0.76% | 0.67% | - |
| XYZ | 17.81 | 10.31 | 3.34 | - |
| YUV | 79.8 | 107.24 | 192.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 41 | 43 | 0 | 0.76 | 0.75 | 0.33 | 359.07 | 0.61 | 0.41 |
| Hex | AA | 29 | 2B | 0 | 4C | 4B | 21 | 167 | 3D | 29 |
| Octal | 252 | 51 | 53 | 0 | 114 | 113 | 41 | 547 | 75 | 51 |
| Binary | 10101010 | 101001 | 101011 | 0 | 1001100 | 1001011 | 100001 | 101100111 | 111101 | 101001 |
Color Harmonies of #AA292B
Complementary color
Monochromatic Colors of #AA292B
Black with #AA292B
Text Example
Text Example
White with #AA292B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA292B; }
p { color: rgb(170,41,43); }
H1.HeaderClassName
{
color: #AA292B;
}
.AnyTagClassName
{
color: #AA292B;
}
</style>
background-color css
<style>
a { background-color: #AA292B; }
a { background-color: rgb(170,41,43); }
div.DivClassName
{
background-color: #AA292B;
}
.BgClassName
{
background-color: #AA292B;
}
</style>
border-color css
<style>
span { border-color: #AA292B; }
span { border-color: rgb(170,41,43); }
td.TdClassName
{
border-color: #AA292B;
}
.TagClassName
{
border-color: #AA292B;
}
</style>