Shades of Guardsman Red #AA373B
Tints of Guardsman Red #AA373B
RGB
CMYK
RGB Variations
Color information
#AA373B (or 0xAA373B) is known color: Guardsman Red. HEX triplet: AA, 37 and 3B. RGB value is (170,55,59). Sum of RGB (Red+Green+Blue) = 170+55+59=284 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.86% from 284); Green value is 55 (21.88% from 255 or 19.37% from 284); Blue value is 59 (23.44% from 255 or 20.77% from 284); Max value from RGB is 170 - color contains mainly: red. Hex color #AA373B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA373B is #55C8C4. Grayscale: #595959. Windows color (decimal): -5621957 or 3880874. OLE color: 3880874.
HSL color Cylindrical-coordinate representation of color #AA373B: hue angle of 357.91º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA373B is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 55 | 59 | - |
| CMYK | 0 | 0.68 | 0.65 | 0.33 |
| HSL | 357.91º | 0.51% | 0.44% | - |
| HSV(B) | 357.91º | 0.68% | 0.67% | - |
| XYZ | 18.73 | 11.59 | 5.39 | - |
| YUV | 89.84 | 110.6 | 185.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 55 | 59 | 0 | 0.68 | 0.65 | 0.33 | 357.91 | 0.51 | 0.44 |
| Hex | AA | 37 | 3B | 0 | 44 | 41 | 21 | 166 | 33 | 2C |
| Octal | 252 | 67 | 73 | 0 | 104 | 101 | 41 | 546 | 63 | 54 |
| Binary | 10101010 | 110111 | 111011 | 0 | 1000100 | 1000001 | 100001 | 101100110 | 110011 | 101100 |
Color Harmonies of #AA373B
Complementary color
Monochromatic Colors of #AA373B
Black with #AA373B
Text Example
Text Example
White with #AA373B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA373B; }
p { color: rgb(170,55,59); }
H1.HeaderClassName
{
color: #AA373B;
}
.AnyTagClassName
{
color: #AA373B;
}
</style>
background-color css
<style>
a { background-color: #AA373B; }
a { background-color: rgb(170,55,59); }
div.DivClassName
{
background-color: #AA373B;
}
.BgClassName
{
background-color: #AA373B;
}
</style>
border-color css
<style>
span { border-color: #AA373B; }
span { border-color: rgb(170,55,59); }
td.TdClassName
{
border-color: #AA373B;
}
.TagClassName
{
border-color: #AA373B;
}
</style>