Shades of Guardsman Red #AA293C
Tints of Guardsman Red #AA293C
RGB
CMYK
RGB Variations
Color information
#AA293C (or 0xAA293C) is known color: Guardsman Red. HEX triplet: AA, 29 and 3C. RGB value is (170,41,60). Sum of RGB (Red+Green+Blue) = 170+41+60=271 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.73% from 271); Green value is 41 (16.41% from 255 or 15.13% from 271); Blue value is 60 (23.83% from 255 or 22.14% from 271); Max value from RGB is 170 - color contains mainly: red. Hex color #AA293C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA293C is #55D6C3. Grayscale: #515151. Windows color (decimal): -5625540 or 3942826. OLE color: 3942826.
HSL color Cylindrical-coordinate representation of color #AA293C: hue angle of 351.16º 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 #AA293C is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 41 | 60 | - |
| CMYK | 0 | 0.76 | 0.65 | 0.33 |
| HSL | 351.16º | 0.61% | 0.41% | - |
| HSV(B) | 351.16º | 0.76% | 0.67% | - |
| XYZ | 18.19 | 10.46 | 5.34 | - |
| YUV | 81.74 | 115.74 | 190.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 41 | 60 | 0 | 0.76 | 0.65 | 0.33 | 351.16 | 0.61 | 0.41 |
| Hex | AA | 29 | 3C | 0 | 4C | 41 | 21 | 15F | 3D | 29 |
| Octal | 252 | 51 | 74 | 0 | 114 | 101 | 41 | 537 | 75 | 51 |
| Binary | 10101010 | 101001 | 111100 | 0 | 1001100 | 1000001 | 100001 | 101011111 | 111101 | 101001 |
Color Harmonies of #AA293C
Complementary color
Monochromatic Colors of #AA293C
Black with #AA293C
Text Example
Text Example
White with #AA293C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA293C; }
p { color: rgb(170,41,60); }
H1.HeaderClassName
{
color: #AA293C;
}
.AnyTagClassName
{
color: #AA293C;
}
</style>
background-color css
<style>
a { background-color: #AA293C; }
a { background-color: rgb(170,41,60); }
div.DivClassName
{
background-color: #AA293C;
}
.BgClassName
{
background-color: #AA293C;
}
</style>
border-color css
<style>
span { border-color: #AA293C; }
span { border-color: rgb(170,41,60); }
td.TdClassName
{
border-color: #AA293C;
}
.TagClassName
{
border-color: #AA293C;
}
</style>