Shades of Guardsman Red #AA2B3D
Tints of Guardsman Red #AA2B3D
RGB
CMYK
RGB Variations
Color information
#AA2B3D (or 0xAA2B3D) is known color: Guardsman Red. HEX triplet: AA, 2B and 3D. RGB value is (170,43,61). Sum of RGB (Red+Green+Blue) = 170+43+61=274 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.04% from 274); Green value is 43 (17.19% from 255 or 15.69% from 274); Blue value is 61 (24.22% from 255 or 22.26% from 274); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2B3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2B3D is #55D4C2. Grayscale: #535353. Windows color (decimal): -5625027 or 4008874. OLE color: 4008874.
HSL color Cylindrical-coordinate representation of color #AA2B3D: hue angle of 351.5º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA2B3D is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 43 | 61 | - |
| CMYK | 0 | 0.75 | 0.64 | 0.33 |
| HSL | 351.5º | 0.6% | 0.42% | - |
| HSV(B) | 351.5º | 0.75% | 0.67% | - |
| XYZ | 18.28 | 10.61 | 5.5 | - |
| YUV | 83.03 | 115.58 | 190.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 43 | 61 | 0 | 0.75 | 0.64 | 0.33 | 351.5 | 0.6 | 0.42 |
| Hex | AA | 2B | 3D | 0 | 4B | 40 | 21 | 15F | 3C | 2A |
| Octal | 252 | 53 | 75 | 0 | 113 | 100 | 41 | 537 | 74 | 52 |
| Binary | 10101010 | 101011 | 111101 | 0 | 1001011 | 1000000 | 100001 | 101011111 | 111100 | 101010 |
Color Harmonies of #AA2B3D
Complementary color
Monochromatic Colors of #AA2B3D
Black with #AA2B3D
Text Example
Text Example
White with #AA2B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2B3D; }
p { color: rgb(170,43,61); }
H1.HeaderClassName
{
color: #AA2B3D;
}
.AnyTagClassName
{
color: #AA2B3D;
}
</style>
background-color css
<style>
a { background-color: #AA2B3D; }
a { background-color: rgb(170,43,61); }
div.DivClassName
{
background-color: #AA2B3D;
}
.BgClassName
{
background-color: #AA2B3D;
}
</style>
border-color css
<style>
span { border-color: #AA2B3D; }
span { border-color: rgb(170,43,61); }
td.TdClassName
{
border-color: #AA2B3D;
}
.TagClassName
{
border-color: #AA2B3D;
}
</style>