Shades of Guardsman Red #AA282C
Tints of Guardsman Red #AA282C
RGB
CMYK
RGB Variations
Color information
#AA282C (or 0xAA282C) is known color: Guardsman Red. HEX triplet: AA, 28 and 2C. RGB value is (170,40,44). Sum of RGB (Red+Green+Blue) = 170+40+44=254 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.93% from 254); Green value is 40 (16.02% from 255 or 15.75% from 254); Blue value is 44 (17.58% from 255 or 17.32% from 254); Max value from RGB is 170 - color contains mainly: red. Hex color #AA282C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA282C is #55D7D3. Grayscale: #4F4F4F. Windows color (decimal): -5625812 or 2893994. OLE color: 2893994.
HSL color Cylindrical-coordinate representation of color #AA282C: hue angle of 358.15º 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 #AA282C is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 40 | 44 | - |
| CMYK | 0 | 0.76 | 0.74 | 0.33 |
| HSL | 358.15º | 0.62% | 0.41% | - |
| HSV(B) | 358.15º | 0.76% | 0.67% | - |
| XYZ | 17.79 | 10.25 | 3.42 | - |
| YUV | 79.33 | 108.07 | 192.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 40 | 44 | 0 | 0.76 | 0.74 | 0.33 | 358.15 | 0.62 | 0.41 |
| Hex | AA | 28 | 2C | 0 | 4C | 4A | 21 | 166 | 3E | 29 |
| Octal | 252 | 50 | 54 | 0 | 114 | 112 | 41 | 546 | 76 | 51 |
| Binary | 10101010 | 101000 | 101100 | 0 | 1001100 | 1001010 | 100001 | 101100110 | 111110 | 101001 |
Color Harmonies of #AA282C
Complementary color
Monochromatic Colors of #AA282C
Black with #AA282C
Text Example
Text Example
White with #AA282C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA282C; }
p { color: rgb(170,40,44); }
H1.HeaderClassName
{
color: #AA282C;
}
.AnyTagClassName
{
color: #AA282C;
}
</style>
background-color css
<style>
a { background-color: #AA282C; }
a { background-color: rgb(170,40,44); }
div.DivClassName
{
background-color: #AA282C;
}
.BgClassName
{
background-color: #AA282C;
}
</style>
border-color css
<style>
span { border-color: #AA282C; }
span { border-color: rgb(170,40,44); }
td.TdClassName
{
border-color: #AA282C;
}
.TagClassName
{
border-color: #AA282C;
}
</style>