Shades of Guardsman Red #AA282B
Tints of Guardsman Red #AA282B
RGB
CMYK
RGB Variations
Color information
#AA282B (or 0xAA282B) is known color: Guardsman Red. HEX triplet: AA, 28 and 2B. RGB value is (170,40,43). Sum of RGB (Red+Green+Blue) = 170+40+43=253 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.19% from 253); Green value is 40 (16.02% from 255 or 15.81% from 253); Blue value is 43 (17.19% from 255 or 17.00% from 253); Max value from RGB is 170 - color contains mainly: red. Hex color #AA282B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA282B is #55D7D4. Grayscale: #4F4F4F. Windows color (decimal): -5625813 or 2828458. OLE color: 2828458.
HSL color Cylindrical-coordinate representation of color #AA282B: hue angle of 358.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 #AA282B is Cyan = 0, Magento = 0.76, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 40 | 43 | - |
| CMYK | 0 | 0.76 | 0.75 | 0.33 |
| HSL | 358.62º | 0.62% | 0.41% | - |
| HSV(B) | 358.62º | 0.76% | 0.67% | - |
| XYZ | 17.77 | 10.24 | 3.32 | - |
| YUV | 79.21 | 107.57 | 192.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 40 | 43 | 0 | 0.76 | 0.75 | 0.33 | 358.62 | 0.62 | 0.41 |
| Hex | AA | 28 | 2B | 0 | 4C | 4B | 21 | 167 | 3E | 29 |
| Octal | 252 | 50 | 53 | 0 | 114 | 113 | 41 | 547 | 76 | 51 |
| Binary | 10101010 | 101000 | 101011 | 0 | 1001100 | 1001011 | 100001 | 101100111 | 111110 | 101001 |
Color Harmonies of #AA282B
Complementary color
Monochromatic Colors of #AA282B
Black with #AA282B
Text Example
Text Example
White with #AA282B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA282B; }
p { color: rgb(170,40,43); }
H1.HeaderClassName
{
color: #AA282B;
}
.AnyTagClassName
{
color: #AA282B;
}
</style>
background-color css
<style>
a { background-color: #AA282B; }
a { background-color: rgb(170,40,43); }
div.DivClassName
{
background-color: #AA282B;
}
.BgClassName
{
background-color: #AA282B;
}
</style>
border-color css
<style>
span { border-color: #AA282B; }
span { border-color: rgb(170,40,43); }
td.TdClassName
{
border-color: #AA282B;
}
.TagClassName
{
border-color: #AA282B;
}
</style>