Shades of Guardsman Red #AA373A
Tints of Guardsman Red #AA373A
RGB
CMYK
RGB Variations
Color information
#AA373A (or 0xAA373A) is known color: Guardsman Red. HEX triplet: AA, 37 and 3A. RGB value is (170,55,58). Sum of RGB (Red+Green+Blue) = 170+55+58=283 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.07% from 283); Green value is 55 (21.88% from 255 or 19.43% from 283); Blue value is 58 (23.05% from 255 or 20.49% from 283); Max value from RGB is 170 - color contains mainly: red. Hex color #AA373A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA373A is #55C8C5. Grayscale: #595959. Windows color (decimal): -5621958 or 3815338. OLE color: 3815338.
HSL color Cylindrical-coordinate representation of color #AA373A: hue angle of 358.43º 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 #AA373A is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 55 | 58 | - |
| CMYK | 0 | 0.68 | 0.66 | 0.33 |
| HSL | 358.43º | 0.51% | 0.44% | - |
| HSV(B) | 358.43º | 0.68% | 0.67% | - |
| XYZ | 18.71 | 11.58 | 5.25 | - |
| YUV | 89.73 | 110.1 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 55 | 58 | 0 | 0.68 | 0.66 | 0.33 | 358.43 | 0.51 | 0.44 |
| Hex | AA | 37 | 3A | 0 | 44 | 42 | 21 | 166 | 33 | 2C |
| Octal | 252 | 67 | 72 | 0 | 104 | 102 | 41 | 546 | 63 | 54 |
| Binary | 10101010 | 110111 | 111010 | 0 | 1000100 | 1000010 | 100001 | 101100110 | 110011 | 101100 |
Color Harmonies of #AA373A
Complementary color
Monochromatic Colors of #AA373A
Black with #AA373A
Text Example
Text Example
White with #AA373A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA373A; }
p { color: rgb(170,55,58); }
H1.HeaderClassName
{
color: #AA373A;
}
.AnyTagClassName
{
color: #AA373A;
}
</style>
background-color css
<style>
a { background-color: #AA373A; }
a { background-color: rgb(170,55,58); }
div.DivClassName
{
background-color: #AA373A;
}
.BgClassName
{
background-color: #AA373A;
}
</style>
border-color css
<style>
span { border-color: #AA373A; }
span { border-color: rgb(170,55,58); }
td.TdClassName
{
border-color: #AA373A;
}
.TagClassName
{
border-color: #AA373A;
}
</style>