Shades of Guardsman Red #AA313C
Tints of Guardsman Red #AA313C
RGB
CMYK
RGB Variations
Color information
#AA313C (or 0xAA313C) is known color: Guardsman Red. HEX triplet: AA, 31 and 3C. RGB value is (170,49,60). Sum of RGB (Red+Green+Blue) = 170+49+60=279 (36% of max value = 765). Red value is 170 (66.80% from 255 or 60.93% from 279); Green value is 49 (19.53% from 255 or 17.56% from 279); Blue value is 60 (23.83% from 255 or 21.51% from 279); Max value from RGB is 170 - color contains mainly: red. Hex color #AA313C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA313C is #55CEC3. Grayscale: #565656. Windows color (decimal): -5623492 or 3944874. OLE color: 3944874.
HSL color Cylindrical-coordinate representation of color #AA313C: hue angle of 354.55º 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 #AA313C is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 49 | 60 | - |
| CMYK | 0 | 0.71 | 0.65 | 0.33 |
| HSL | 354.55º | 0.55% | 0.43% | - |
| HSV(B) | 354.55º | 0.71% | 0.67% | - |
| XYZ | 18.49 | 11.07 | 5.44 | - |
| YUV | 86.43 | 113.09 | 187.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 49 | 60 | 0 | 0.71 | 0.65 | 0.33 | 354.55 | 0.55 | 0.43 |
| Hex | AA | 31 | 3C | 0 | 47 | 41 | 21 | 163 | 37 | 2B |
| Octal | 252 | 61 | 74 | 0 | 107 | 101 | 41 | 543 | 67 | 53 |
| Binary | 10101010 | 110001 | 111100 | 0 | 1000111 | 1000001 | 100001 | 101100011 | 110111 | 101011 |
Color Harmonies of #AA313C
Complementary color
Monochromatic Colors of #AA313C
Black with #AA313C
Text Example
Text Example
White with #AA313C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA313C; }
p { color: rgb(170,49,60); }
H1.HeaderClassName
{
color: #AA313C;
}
.AnyTagClassName
{
color: #AA313C;
}
</style>
background-color css
<style>
a { background-color: #AA313C; }
a { background-color: rgb(170,49,60); }
div.DivClassName
{
background-color: #AA313C;
}
.BgClassName
{
background-color: #AA313C;
}
</style>
border-color css
<style>
span { border-color: #AA313C; }
span { border-color: rgb(170,49,60); }
td.TdClassName
{
border-color: #AA313C;
}
.TagClassName
{
border-color: #AA313C;
}
</style>