Shades of Guardsman Red #AA293D
Tints of Guardsman Red #AA293D
RGB
CMYK
RGB Variations
Color information
#AA293D (or 0xAA293D) is known color: Guardsman Red. HEX triplet: AA, 29 and 3D. RGB value is (170,41,61). Sum of RGB (Red+Green+Blue) = 170+41+61=272 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.5% from 272); Green value is 41 (16.41% from 255 or 15.07% from 272); Blue value is 61 (24.22% from 255 or 22.43% from 272); Max value from RGB is 170 - color contains mainly: red. Hex color #AA293D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA293D is #55D6C2. Grayscale: #515151. Windows color (decimal): -5625539 or 4008362. OLE color: 4008362.
HSL color Cylindrical-coordinate representation of color #AA293D: hue angle of 350.7º 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 #AA293D is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 41 | 61 | - |
| CMYK | 0 | 0.76 | 0.64 | 0.33 |
| HSL | 350.7º | 0.61% | 0.41% | - |
| HSV(B) | 350.7º | 0.76% | 0.67% | - |
| XYZ | 18.21 | 10.47 | 5.48 | - |
| YUV | 81.85 | 116.24 | 190.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 41 | 61 | 0 | 0.76 | 0.64 | 0.33 | 350.7 | 0.61 | 0.41 |
| Hex | AA | 29 | 3D | 0 | 4C | 40 | 21 | 15F | 3D | 29 |
| Octal | 252 | 51 | 75 | 0 | 114 | 100 | 41 | 537 | 75 | 51 |
| Binary | 10101010 | 101001 | 111101 | 0 | 1001100 | 1000000 | 100001 | 101011111 | 111101 | 101001 |
Color Harmonies of #AA293D
Complementary color
Monochromatic Colors of #AA293D
Black with #AA293D
Text Example
Text Example
White with #AA293D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA293D; }
p { color: rgb(170,41,61); }
H1.HeaderClassName
{
color: #AA293D;
}
.AnyTagClassName
{
color: #AA293D;
}
</style>
background-color css
<style>
a { background-color: #AA293D; }
a { background-color: rgb(170,41,61); }
div.DivClassName
{
background-color: #AA293D;
}
.BgClassName
{
background-color: #AA293D;
}
</style>
border-color css
<style>
span { border-color: #AA293D; }
span { border-color: rgb(170,41,61); }
td.TdClassName
{
border-color: #AA293D;
}
.TagClassName
{
border-color: #AA293D;
}
</style>