Shades of Guardsman Red #AA353F
Tints of Guardsman Red #AA353F
RGB
CMYK
RGB Variations
Color information
#AA353F (or 0xAA353F) is known color: Guardsman Red. HEX triplet: AA, 35 and 3F. RGB value is (170,53,63). Sum of RGB (Red+Green+Blue) = 170+53+63=286 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.44% from 286); Green value is 53 (21.09% from 255 or 18.53% from 286); Blue value is 63 (25% from 255 or 22.03% from 286); Max value from RGB is 170 - color contains mainly: red. Hex color #AA353F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA353F is #55CAC0. Grayscale: #595959. Windows color (decimal): -5622465 or 4142506. OLE color: 4142506.
HSL color Cylindrical-coordinate representation of color #AA353F: hue angle of 354.87º 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 #AA353F is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 53 | 63 | - |
| CMYK | 0 | 0.69 | 0.63 | 0.33 |
| HSL | 354.87º | 0.52% | 0.44% | - |
| HSV(B) | 354.87º | 0.69% | 0.67% | - |
| XYZ | 18.75 | 11.45 | 5.92 | - |
| YUV | 89.12 | 113.26 | 185.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 53 | 63 | 0 | 0.69 | 0.63 | 0.33 | 354.87 | 0.52 | 0.44 |
| Hex | AA | 35 | 3F | 0 | 45 | 3F | 21 | 163 | 34 | 2C |
| Octal | 252 | 65 | 77 | 0 | 105 | 77 | 41 | 543 | 64 | 54 |
| Binary | 10101010 | 110101 | 111111 | 0 | 1000101 | 111111 | 100001 | 101100011 | 110100 | 101100 |
Color Harmonies of #AA353F
Complementary color
Monochromatic Colors of #AA353F
Black with #AA353F
Text Example
Text Example
White with #AA353F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA353F; }
p { color: rgb(170,53,63); }
H1.HeaderClassName
{
color: #AA353F;
}
.AnyTagClassName
{
color: #AA353F;
}
</style>
background-color css
<style>
a { background-color: #AA353F; }
a { background-color: rgb(170,53,63); }
div.DivClassName
{
background-color: #AA353F;
}
.BgClassName
{
background-color: #AA353F;
}
</style>
border-color css
<style>
span { border-color: #AA353F; }
span { border-color: rgb(170,53,63); }
td.TdClassName
{
border-color: #AA353F;
}
.TagClassName
{
border-color: #AA353F;
}
</style>