Shades of Guardsman Red #AA2838
Tints of Guardsman Red #AA2838
RGB
CMYK
RGB Variations
Color information
#AA2838 (or 0xAA2838) is known color: Guardsman Red. HEX triplet: AA, 28 and 38. RGB value is (170,40,56). Sum of RGB (Red+Green+Blue) = 170+40+56=266 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.91% from 266); Green value is 40 (16.02% from 255 or 15.04% from 266); Blue value is 56 (22.27% from 255 or 21.05% from 266); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2838 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2838 is #55D7C7. Grayscale: #505050. Windows color (decimal): -5625800 or 3680426. OLE color: 3680426.
HSL color Cylindrical-coordinate representation of color #AA2838: hue angle of 352.62º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA2838 is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 40 | 56 | - |
| CMYK | 0 | 0.76 | 0.67 | 0.33 |
| HSL | 352.62º | 0.62% | 0.41% | - |
| HSV(B) | 352.62º | 0.76% | 0.67% | - |
| XYZ | 18.05 | 10.35 | 4.79 | - |
| YUV | 80.69 | 114.07 | 191.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 40 | 56 | 0 | 0.76 | 0.67 | 0.33 | 352.62 | 0.62 | 0.41 |
| Hex | AA | 28 | 38 | 0 | 4C | 43 | 21 | 161 | 3E | 29 |
| Octal | 252 | 50 | 70 | 0 | 114 | 103 | 41 | 541 | 76 | 51 |
| Binary | 10101010 | 101000 | 111000 | 0 | 1001100 | 1000011 | 100001 | 101100001 | 111110 | 101001 |
Color Harmonies of #AA2838
Complementary color
Monochromatic Colors of #AA2838
Black with #AA2838
Text Example
Text Example
White with #AA2838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2838; }
p { color: rgb(170,40,56); }
H1.HeaderClassName
{
color: #AA2838;
}
.AnyTagClassName
{
color: #AA2838;
}
</style>
background-color css
<style>
a { background-color: #AA2838; }
a { background-color: rgb(170,40,56); }
div.DivClassName
{
background-color: #AA2838;
}
.BgClassName
{
background-color: #AA2838;
}
</style>
border-color css
<style>
span { border-color: #AA2838; }
span { border-color: rgb(170,40,56); }
td.TdClassName
{
border-color: #AA2838;
}
.TagClassName
{
border-color: #AA2838;
}
</style>