Shades of Guardsman Red #AA272A
Tints of Guardsman Red #AA272A
RGB
CMYK
RGB Variations
Color information
#AA272A (or 0xAA272A) is known color: Guardsman Red. HEX triplet: AA, 27 and 2A. RGB value is (170,39,42). Sum of RGB (Red+Green+Blue) = 170+39+42=251 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.73% from 251); Green value is 39 (15.62% from 255 or 15.54% from 251); Blue value is 42 (16.80% from 255 or 16.73% from 251); Max value from RGB is 170 - color contains mainly: red. Hex color #AA272A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA272A is #55D8D5. Grayscale: #4E4E4E. Windows color (decimal): -5626070 or 2762666. OLE color: 2762666.
HSL color Cylindrical-coordinate representation of color #AA272A: hue angle of 358.63º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AA272A is Cyan = 0, Magento = 0.77, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 39 | 42 | - |
| CMYK | 0 | 0.77 | 0.75 | 0.33 |
| HSL | 358.63º | 0.63% | 0.41% | - |
| HSV(B) | 358.63º | 0.77% | 0.67% | - |
| XYZ | 17.72 | 10.16 | 3.22 | - |
| YUV | 78.51 | 107.4 | 193.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 39 | 42 | 0 | 0.77 | 0.75 | 0.33 | 358.63 | 0.63 | 0.41 |
| Hex | AA | 27 | 2A | 0 | 4D | 4B | 21 | 167 | 3F | 29 |
| Octal | 252 | 47 | 52 | 0 | 115 | 113 | 41 | 547 | 77 | 51 |
| Binary | 10101010 | 100111 | 101010 | 0 | 1001101 | 1001011 | 100001 | 101100111 | 111111 | 101001 |
Color Harmonies of #AA272A
Complementary color
Monochromatic Colors of #AA272A
Black with #AA272A
Text Example
Text Example
White with #AA272A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA272A; }
p { color: rgb(170,39,42); }
H1.HeaderClassName
{
color: #AA272A;
}
.AnyTagClassName
{
color: #AA272A;
}
</style>
background-color css
<style>
a { background-color: #AA272A; }
a { background-color: rgb(170,39,42); }
div.DivClassName
{
background-color: #AA272A;
}
.BgClassName
{
background-color: #AA272A;
}
</style>
border-color css
<style>
span { border-color: #AA272A; }
span { border-color: rgb(170,39,42); }
td.TdClassName
{
border-color: #AA272A;
}
.TagClassName
{
border-color: #AA272A;
}
</style>