Shades of Guardsman Red #AA3138
Tints of Guardsman Red #AA3138
RGB
CMYK
RGB Variations
Color information
#AA3138 (or 0xAA3138) is known color: Guardsman Red. HEX triplet: AA, 31 and 38. RGB value is (170,49,56). Sum of RGB (Red+Green+Blue) = 170+49+56=275 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.82% from 275); Green value is 49 (19.53% from 255 or 17.82% from 275); Blue value is 56 (22.27% from 255 or 20.36% from 275); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3138 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3138 is #55CEC7. Grayscale: #565656. Windows color (decimal): -5623496 or 3682730. OLE color: 3682730.
HSL color Cylindrical-coordinate representation of color #AA3138: hue angle of 356.53º 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 #AA3138 is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 49 | 56 | - |
| CMYK | 0 | 0.71 | 0.67 | 0.33 |
| HSL | 356.53º | 0.55% | 0.43% | - |
| HSV(B) | 356.53º | 0.71% | 0.67% | - |
| XYZ | 18.39 | 11.03 | 4.9 | - |
| YUV | 85.98 | 111.09 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 49 | 56 | 0 | 0.71 | 0.67 | 0.33 | 356.53 | 0.55 | 0.43 |
| Hex | AA | 31 | 38 | 0 | 47 | 43 | 21 | 165 | 37 | 2B |
| Octal | 252 | 61 | 70 | 0 | 107 | 103 | 41 | 545 | 67 | 53 |
| Binary | 10101010 | 110001 | 111000 | 0 | 1000111 | 1000011 | 100001 | 101100101 | 110111 | 101011 |
Color Harmonies of #AA3138
Complementary color
Monochromatic Colors of #AA3138
Black with #AA3138
Text Example
Text Example
White with #AA3138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3138; }
p { color: rgb(170,49,56); }
H1.HeaderClassName
{
color: #AA3138;
}
.AnyTagClassName
{
color: #AA3138;
}
</style>
background-color css
<style>
a { background-color: #AA3138; }
a { background-color: rgb(170,49,56); }
div.DivClassName
{
background-color: #AA3138;
}
.BgClassName
{
background-color: #AA3138;
}
</style>
border-color css
<style>
span { border-color: #AA3138; }
span { border-color: rgb(170,49,56); }
td.TdClassName
{
border-color: #AA3138;
}
.TagClassName
{
border-color: #AA3138;
}
</style>