Shades of Guardsman Red #AA282F
Tints of Guardsman Red #AA282F
RGB
CMYK
RGB Variations
Color information
#AA282F (or 0xAA282F) is known color: Guardsman Red. HEX triplet: AA, 28 and 2F. RGB value is (170,40,47). Sum of RGB (Red+Green+Blue) = 170+40+47=257 (34% of max value = 765). Red value is 170 (66.80% from 255 or 66.15% from 257); Green value is 40 (16.02% from 255 or 15.56% from 257); Blue value is 47 (18.75% from 255 or 18.29% from 257); Max value from RGB is 170 - color contains mainly: red. Hex color #AA282F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA282F is #55D7D0. Grayscale: #4F4F4F. Windows color (decimal): -5625809 or 3090602. OLE color: 3090602.
HSL color Cylindrical-coordinate representation of color #AA282F: hue angle of 356.77º 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 #AA282F is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 40 | 47 | - |
| CMYK | 0 | 0.76 | 0.72 | 0.33 |
| HSL | 356.77º | 0.62% | 0.41% | - |
| HSV(B) | 356.77º | 0.76% | 0.67% | - |
| XYZ | 17.85 | 10.27 | 3.73 | - |
| YUV | 79.67 | 109.57 | 192.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 40 | 47 | 0 | 0.76 | 0.72 | 0.33 | 356.77 | 0.62 | 0.41 |
| Hex | AA | 28 | 2F | 0 | 4C | 48 | 21 | 165 | 3E | 29 |
| Octal | 252 | 50 | 57 | 0 | 114 | 110 | 41 | 545 | 76 | 51 |
| Binary | 10101010 | 101000 | 101111 | 0 | 1001100 | 1001000 | 100001 | 101100101 | 111110 | 101001 |
Color Harmonies of #AA282F
Complementary color
Monochromatic Colors of #AA282F
Black with #AA282F
Text Example
Text Example
White with #AA282F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA282F; }
p { color: rgb(170,40,47); }
H1.HeaderClassName
{
color: #AA282F;
}
.AnyTagClassName
{
color: #AA282F;
}
</style>
background-color css
<style>
a { background-color: #AA282F; }
a { background-color: rgb(170,40,47); }
div.DivClassName
{
background-color: #AA282F;
}
.BgClassName
{
background-color: #AA282F;
}
</style>
border-color css
<style>
span { border-color: #AA282F; }
span { border-color: rgb(170,40,47); }
td.TdClassName
{
border-color: #AA282F;
}
.TagClassName
{
border-color: #AA282F;
}
</style>