Shades of Guardsman Red #AA313A
Tints of Guardsman Red #AA313A
RGB
CMYK
RGB Variations
Color information
#AA313A (or 0xAA313A) is known color: Guardsman Red. HEX triplet: AA, 31 and 3A. RGB value is (170,49,58). Sum of RGB (Red+Green+Blue) = 170+49+58=277 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.37% from 277); Green value is 49 (19.53% from 255 or 17.69% from 277); Blue value is 58 (23.05% from 255 or 20.94% from 277); Max value from RGB is 170 - color contains mainly: red. Hex color #AA313A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA313A is #55CEC5. Grayscale: #565656. Windows color (decimal): -5623494 or 3813802. OLE color: 3813802.
HSL color Cylindrical-coordinate representation of color #AA313A: hue angle of 355.54º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA313A is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 49 | 58 | - |
| CMYK | 0 | 0.71 | 0.66 | 0.33 |
| HSL | 355.54º | 0.55% | 0.43% | - |
| HSV(B) | 355.54º | 0.71% | 0.67% | - |
| XYZ | 18.44 | 11.05 | 5.16 | - |
| YUV | 86.21 | 112.09 | 187.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 49 | 58 | 0 | 0.71 | 0.66 | 0.33 | 355.54 | 0.55 | 0.43 |
| Hex | AA | 31 | 3A | 0 | 47 | 42 | 21 | 164 | 37 | 2B |
| Octal | 252 | 61 | 72 | 0 | 107 | 102 | 41 | 544 | 67 | 53 |
| Binary | 10101010 | 110001 | 111010 | 0 | 1000111 | 1000010 | 100001 | 101100100 | 110111 | 101011 |
Color Harmonies of #AA313A
Complementary color
Monochromatic Colors of #AA313A
Black with #AA313A
Text Example
Text Example
White with #AA313A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA313A; }
p { color: rgb(170,49,58); }
H1.HeaderClassName
{
color: #AA313A;
}
.AnyTagClassName
{
color: #AA313A;
}
</style>
background-color css
<style>
a { background-color: #AA313A; }
a { background-color: rgb(170,49,58); }
div.DivClassName
{
background-color: #AA313A;
}
.BgClassName
{
background-color: #AA313A;
}
</style>
border-color css
<style>
span { border-color: #AA313A; }
span { border-color: rgb(170,49,58); }
td.TdClassName
{
border-color: #AA313A;
}
.TagClassName
{
border-color: #AA313A;
}
</style>