Shades of Guardsman Red #AA353B
Tints of Guardsman Red #AA353B
RGB
CMYK
RGB Variations
Color information
#AA353B (or 0xAA353B) is known color: Guardsman Red. HEX triplet: AA, 35 and 3B. RGB value is (170,53,59). Sum of RGB (Red+Green+Blue) = 170+53+59=282 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.28% from 282); Green value is 53 (21.09% from 255 or 18.79% from 282); Blue value is 59 (23.44% from 255 or 20.92% from 282); Max value from RGB is 170 - color contains mainly: red. Hex color #AA353B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA353B is #55CAC4. Grayscale: #585858. Windows color (decimal): -5622469 or 3880362. OLE color: 3880362.
HSL color Cylindrical-coordinate representation of color #AA353B: hue angle of 356.92º 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 #AA353B is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 53 | 59 | - |
| CMYK | 0 | 0.69 | 0.65 | 0.33 |
| HSL | 356.92º | 0.52% | 0.44% | - |
| HSV(B) | 356.92º | 0.69% | 0.67% | - |
| XYZ | 18.64 | 11.41 | 5.36 | - |
| YUV | 88.67 | 111.26 | 186.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 53 | 59 | 0 | 0.69 | 0.65 | 0.33 | 356.92 | 0.52 | 0.44 |
| Hex | AA | 35 | 3B | 0 | 45 | 41 | 21 | 165 | 34 | 2C |
| Octal | 252 | 65 | 73 | 0 | 105 | 101 | 41 | 545 | 64 | 54 |
| Binary | 10101010 | 110101 | 111011 | 0 | 1000101 | 1000001 | 100001 | 101100101 | 110100 | 101100 |
Color Harmonies of #AA353B
Complementary color
Monochromatic Colors of #AA353B
Black with #AA353B
Text Example
Text Example
White with #AA353B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA353B; }
p { color: rgb(170,53,59); }
H1.HeaderClassName
{
color: #AA353B;
}
.AnyTagClassName
{
color: #AA353B;
}
</style>
background-color css
<style>
a { background-color: #AA353B; }
a { background-color: rgb(170,53,59); }
div.DivClassName
{
background-color: #AA353B;
}
.BgClassName
{
background-color: #AA353B;
}
</style>
border-color css
<style>
span { border-color: #AA353B; }
span { border-color: rgb(170,53,59); }
td.TdClassName
{
border-color: #AA353B;
}
.TagClassName
{
border-color: #AA353B;
}
</style>