Shades of Guardsman Red #AA293A
Tints of Guardsman Red #AA293A
RGB
CMYK
RGB Variations
Color information
#AA293A (or 0xAA293A) is known color: Guardsman Red. HEX triplet: AA, 29 and 3A. RGB value is (170,41,58). Sum of RGB (Red+Green+Blue) = 170+41+58=269 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.20% from 269); Green value is 41 (16.41% from 255 or 15.24% from 269); Blue value is 58 (23.05% from 255 or 21.56% from 269); Max value from RGB is 170 - color contains mainly: red. Hex color #AA293A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA293A is #55D6C5. Grayscale: #515151. Windows color (decimal): -5625542 or 3811754. OLE color: 3811754.
HSL color Cylindrical-coordinate representation of color #AA293A: hue angle of 352.09º 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 #AA293A is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 41 | 58 | - |
| CMYK | 0 | 0.76 | 0.66 | 0.33 |
| HSL | 352.09º | 0.61% | 0.41% | - |
| HSV(B) | 352.09º | 0.76% | 0.67% | - |
| XYZ | 18.13 | 10.44 | 5.06 | - |
| YUV | 81.51 | 114.74 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 41 | 58 | 0 | 0.76 | 0.66 | 0.33 | 352.09 | 0.61 | 0.41 |
| Hex | AA | 29 | 3A | 0 | 4C | 42 | 21 | 160 | 3D | 29 |
| Octal | 252 | 51 | 72 | 0 | 114 | 102 | 41 | 540 | 75 | 51 |
| Binary | 10101010 | 101001 | 111010 | 0 | 1001100 | 1000010 | 100001 | 101100000 | 111101 | 101001 |
Color Harmonies of #AA293A
Complementary color
Monochromatic Colors of #AA293A
Black with #AA293A
Text Example
Text Example
White with #AA293A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA293A; }
p { color: rgb(170,41,58); }
H1.HeaderClassName
{
color: #AA293A;
}
.AnyTagClassName
{
color: #AA293A;
}
</style>
background-color css
<style>
a { background-color: #AA293A; }
a { background-color: rgb(170,41,58); }
div.DivClassName
{
background-color: #AA293A;
}
.BgClassName
{
background-color: #AA293A;
}
</style>
border-color css
<style>
span { border-color: #AA293A; }
span { border-color: rgb(170,41,58); }
td.TdClassName
{
border-color: #AA293A;
}
.TagClassName
{
border-color: #AA293A;
}
</style>