Shades of Guardsman Red #AA353A
Tints of Guardsman Red #AA353A
RGB
CMYK
RGB Variations
Color information
#AA353A (or 0xAA353A) is known color: Guardsman Red. HEX triplet: AA, 35 and 3A. RGB value is (170,53,58). Sum of RGB (Red+Green+Blue) = 170+53+58=281 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.50% from 281); Green value is 53 (21.09% from 255 or 18.86% from 281); Blue value is 58 (23.05% from 255 or 20.64% from 281); Max value from RGB is 170 - color contains mainly: red. Hex color #AA353A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA353A is #55CAC5. Grayscale: #585858. Windows color (decimal): -5622470 or 3814826. OLE color: 3814826.
HSL color Cylindrical-coordinate representation of color #AA353A: hue angle of 357.44º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA353A is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 53 | 58 | - |
| CMYK | 0 | 0.69 | 0.66 | 0.33 |
| HSL | 357.44º | 0.52% | 0.44% | - |
| HSV(B) | 357.44º | 0.69% | 0.67% | - |
| XYZ | 18.61 | 11.4 | 5.22 | - |
| YUV | 88.55 | 110.76 | 186.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 53 | 58 | 0 | 0.69 | 0.66 | 0.33 | 357.44 | 0.52 | 0.44 |
| Hex | AA | 35 | 3A | 0 | 45 | 42 | 21 | 165 | 34 | 2C |
| Octal | 252 | 65 | 72 | 0 | 105 | 102 | 41 | 545 | 64 | 54 |
| Binary | 10101010 | 110101 | 111010 | 0 | 1000101 | 1000010 | 100001 | 101100101 | 110100 | 101100 |
Color Harmonies of #AA353A
Complementary color
Monochromatic Colors of #AA353A
Black with #AA353A
Text Example
Text Example
White with #AA353A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA353A; }
p { color: rgb(170,53,58); }
H1.HeaderClassName
{
color: #AA353A;
}
.AnyTagClassName
{
color: #AA353A;
}
</style>
background-color css
<style>
a { background-color: #AA353A; }
a { background-color: rgb(170,53,58); }
div.DivClassName
{
background-color: #AA353A;
}
.BgClassName
{
background-color: #AA353A;
}
</style>
border-color css
<style>
span { border-color: #AA353A; }
span { border-color: rgb(170,53,58); }
td.TdClassName
{
border-color: #AA353A;
}
.TagClassName
{
border-color: #AA353A;
}
</style>