Shades of Guardsman Red #AA283D
Tints of Guardsman Red #AA283D
RGB
CMYK
RGB Variations
Color information
#AA283D (or 0xAA283D) is known color: Guardsman Red. HEX triplet: AA, 28 and 3D. RGB value is (170,40,61). Sum of RGB (Red+Green+Blue) = 170+40+61=271 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.73% from 271); Green value is 40 (16.02% from 255 or 14.76% from 271); Blue value is 61 (24.22% from 255 or 22.51% from 271); Max value from RGB is 170 - color contains mainly: red. Hex color #AA283D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA283D is #55D7C2. Grayscale: #515151. Windows color (decimal): -5625795 or 4008106. OLE color: 4008106.
HSL color Cylindrical-coordinate representation of color #AA283D: hue angle of 350.31º 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 #AA283D is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 40 | 61 | - |
| CMYK | 0 | 0.76 | 0.64 | 0.33 |
| HSL | 350.31º | 0.62% | 0.41% | - |
| HSV(B) | 350.31º | 0.76% | 0.67% | - |
| XYZ | 18.18 | 10.4 | 5.46 | - |
| YUV | 81.26 | 116.57 | 191.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 40 | 61 | 0 | 0.76 | 0.64 | 0.33 | 350.31 | 0.62 | 0.41 |
| Hex | AA | 28 | 3D | 0 | 4C | 40 | 21 | 15E | 3E | 29 |
| Octal | 252 | 50 | 75 | 0 | 114 | 100 | 41 | 536 | 76 | 51 |
| Binary | 10101010 | 101000 | 111101 | 0 | 1001100 | 1000000 | 100001 | 101011110 | 111110 | 101001 |
Color Harmonies of #AA283D
Complementary color
Monochromatic Colors of #AA283D
Black with #AA283D
Text Example
Text Example
White with #AA283D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA283D; }
p { color: rgb(170,40,61); }
H1.HeaderClassName
{
color: #AA283D;
}
.AnyTagClassName
{
color: #AA283D;
}
</style>
background-color css
<style>
a { background-color: #AA283D; }
a { background-color: rgb(170,40,61); }
div.DivClassName
{
background-color: #AA283D;
}
.BgClassName
{
background-color: #AA283D;
}
</style>
border-color css
<style>
span { border-color: #AA283D; }
span { border-color: rgb(170,40,61); }
td.TdClassName
{
border-color: #AA283D;
}
.TagClassName
{
border-color: #AA283D;
}
</style>