Shades of Guardsman Red #AA262F
Tints of Guardsman Red #AA262F
RGB
CMYK
RGB Variations
Color information
#AA262F (or 0xAA262F) is known color: Guardsman Red. HEX triplet: AA, 26 and 2F. RGB value is (170,38,47). Sum of RGB (Red+Green+Blue) = 170+38+47=255 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.67% from 255); Green value is 38 (15.23% from 255 or 14.90% from 255); Blue value is 47 (18.75% from 255 or 18.43% from 255); Max value from RGB is 170 - color contains mainly: red. Hex color #AA262F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA262F is #55D9D0. Grayscale: #4E4E4E. Windows color (decimal): -5626321 or 3090090. OLE color: 3090090.
HSL color Cylindrical-coordinate representation of color #AA262F: hue angle of 355.91º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA262F is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 38 | 47 | - |
| CMYK | 0 | 0.78 | 0.72 | 0.33 |
| HSL | 355.91º | 0.63% | 0.41% | - |
| HSV(B) | 355.91º | 0.78% | 0.67% | - |
| XYZ | 17.78 | 10.14 | 3.71 | - |
| YUV | 78.49 | 110.23 | 193.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 38 | 47 | 0 | 0.78 | 0.72 | 0.33 | 355.91 | 0.63 | 0.41 |
| Hex | AA | 26 | 2F | 0 | 4E | 48 | 21 | 164 | 3F | 29 |
| Octal | 252 | 46 | 57 | 0 | 116 | 110 | 41 | 544 | 77 | 51 |
| Binary | 10101010 | 100110 | 101111 | 0 | 1001110 | 1001000 | 100001 | 101100100 | 111111 | 101001 |
Color Harmonies of #AA262F
Complementary color
Monochromatic Colors of #AA262F
Black with #AA262F
Text Example
Text Example
White with #AA262F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA262F; }
p { color: rgb(170,38,47); }
H1.HeaderClassName
{
color: #AA262F;
}
.AnyTagClassName
{
color: #AA262F;
}
</style>
background-color css
<style>
a { background-color: #AA262F; }
a { background-color: rgb(170,38,47); }
div.DivClassName
{
background-color: #AA262F;
}
.BgClassName
{
background-color: #AA262F;
}
</style>
border-color css
<style>
span { border-color: #AA262F; }
span { border-color: rgb(170,38,47); }
td.TdClassName
{
border-color: #AA262F;
}
.TagClassName
{
border-color: #AA262F;
}
</style>