Shades of Guardsman Red #AA293B
Tints of Guardsman Red #AA293B
RGB
CMYK
RGB Variations
Color information
#AA293B (or 0xAA293B) is known color: Guardsman Red. HEX triplet: AA, 29 and 3B. RGB value is (170,41,59). Sum of RGB (Red+Green+Blue) = 170+41+59=270 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.96% from 270); Green value is 41 (16.41% from 255 or 15.19% from 270); Blue value is 59 (23.44% from 255 or 21.85% from 270); Max value from RGB is 170 - color contains mainly: red. Hex color #AA293B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA293B is #55D6C4. Grayscale: #515151. Windows color (decimal): -5625541 or 3877290. OLE color: 3877290.
HSL color Cylindrical-coordinate representation of color #AA293B: hue angle of 351.63º 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 #AA293B is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 41 | 59 | - |
| CMYK | 0 | 0.76 | 0.65 | 0.33 |
| HSL | 351.63º | 0.61% | 0.41% | - |
| HSV(B) | 351.63º | 0.76% | 0.67% | - |
| XYZ | 18.16 | 10.45 | 5.2 | - |
| YUV | 81.62 | 115.24 | 191.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 41 | 59 | 0 | 0.76 | 0.65 | 0.33 | 351.63 | 0.61 | 0.41 |
| Hex | AA | 29 | 3B | 0 | 4C | 41 | 21 | 160 | 3D | 29 |
| Octal | 252 | 51 | 73 | 0 | 114 | 101 | 41 | 540 | 75 | 51 |
| Binary | 10101010 | 101001 | 111011 | 0 | 1001100 | 1000001 | 100001 | 101100000 | 111101 | 101001 |
Color Harmonies of #AA293B
Complementary color
Monochromatic Colors of #AA293B
Black with #AA293B
Text Example
Text Example
White with #AA293B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA293B; }
p { color: rgb(170,41,59); }
H1.HeaderClassName
{
color: #AA293B;
}
.AnyTagClassName
{
color: #AA293B;
}
</style>
background-color css
<style>
a { background-color: #AA293B; }
a { background-color: rgb(170,41,59); }
div.DivClassName
{
background-color: #AA293B;
}
.BgClassName
{
background-color: #AA293B;
}
</style>
border-color css
<style>
span { border-color: #AA293B; }
span { border-color: rgb(170,41,59); }
td.TdClassName
{
border-color: #AA293B;
}
.TagClassName
{
border-color: #AA293B;
}
</style>