Shades of Guardsman Red #AA283A
Tints of Guardsman Red #AA283A
RGB
CMYK
RGB Variations
Color information
#AA283A (or 0xAA283A) is known color: Guardsman Red. HEX triplet: AA, 28 and 3A. RGB value is (170,40,58). Sum of RGB (Red+Green+Blue) = 170+40+58=268 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.43% from 268); Green value is 40 (16.02% from 255 or 14.93% from 268); Blue value is 58 (23.05% from 255 or 21.64% from 268); Max value from RGB is 170 - color contains mainly: red. Hex color #AA283A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA283A is #55D7C5. Grayscale: #505050. Windows color (decimal): -5625798 or 3811498. OLE color: 3811498.
HSL color Cylindrical-coordinate representation of color #AA283A: hue angle of 351.69º 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 #AA283A is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 40 | 58 | - |
| CMYK | 0 | 0.76 | 0.66 | 0.33 |
| HSL | 351.69º | 0.62% | 0.41% | - |
| HSV(B) | 351.69º | 0.76% | 0.67% | - |
| XYZ | 18.1 | 10.37 | 5.05 | - |
| YUV | 80.92 | 115.07 | 191.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 40 | 58 | 0 | 0.76 | 0.66 | 0.33 | 351.69 | 0.62 | 0.41 |
| Hex | AA | 28 | 3A | 0 | 4C | 42 | 21 | 160 | 3E | 29 |
| Octal | 252 | 50 | 72 | 0 | 114 | 102 | 41 | 540 | 76 | 51 |
| Binary | 10101010 | 101000 | 111010 | 0 | 1001100 | 1000010 | 100001 | 101100000 | 111110 | 101001 |
Color Harmonies of #AA283A
Complementary color
Monochromatic Colors of #AA283A
Black with #AA283A
Text Example
Text Example
White with #AA283A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA283A; }
p { color: rgb(170,40,58); }
H1.HeaderClassName
{
color: #AA283A;
}
.AnyTagClassName
{
color: #AA283A;
}
</style>
background-color css
<style>
a { background-color: #AA283A; }
a { background-color: rgb(170,40,58); }
div.DivClassName
{
background-color: #AA283A;
}
.BgClassName
{
background-color: #AA283A;
}
</style>
border-color css
<style>
span { border-color: #AA283A; }
span { border-color: rgb(170,40,58); }
td.TdClassName
{
border-color: #AA283A;
}
.TagClassName
{
border-color: #AA283A;
}
</style>