Shades of Guardsman Red #AA262E
Tints of Guardsman Red #AA262E
RGB
CMYK
RGB Variations
Color information
#AA262E (or 0xAA262E) is known color: Guardsman Red. HEX triplet: AA, 26 and 2E. RGB value is (170,38,46). Sum of RGB (Red+Green+Blue) = 170+38+46=254 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.93% from 254); Green value is 38 (15.23% from 255 or 14.96% from 254); Blue value is 46 (18.36% from 255 or 18.11% from 254); Max value from RGB is 170 - color contains mainly: red. Hex color #AA262E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA262E is #55D9D1. Grayscale: #4E4E4E. Windows color (decimal): -5626322 or 3024554. OLE color: 3024554.
HSL color Cylindrical-coordinate representation of color #AA262E: hue angle of 356.36º 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 #AA262E is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 38 | 46 | - |
| CMYK | 0 | 0.78 | 0.73 | 0.33 |
| HSL | 356.36º | 0.63% | 0.41% | - |
| HSV(B) | 356.36º | 0.78% | 0.67% | - |
| XYZ | 17.76 | 10.13 | 3.6 | - |
| YUV | 78.38 | 109.73 | 193.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 38 | 46 | 0 | 0.78 | 0.73 | 0.33 | 356.36 | 0.63 | 0.41 |
| Hex | AA | 26 | 2E | 0 | 4E | 49 | 21 | 164 | 3F | 29 |
| Octal | 252 | 46 | 56 | 0 | 116 | 111 | 41 | 544 | 77 | 51 |
| Binary | 10101010 | 100110 | 101110 | 0 | 1001110 | 1001001 | 100001 | 101100100 | 111111 | 101001 |
Color Harmonies of #AA262E
Complementary color
Monochromatic Colors of #AA262E
Black with #AA262E
Text Example
Text Example
White with #AA262E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA262E; }
p { color: rgb(170,38,46); }
H1.HeaderClassName
{
color: #AA262E;
}
.AnyTagClassName
{
color: #AA262E;
}
</style>
background-color css
<style>
a { background-color: #AA262E; }
a { background-color: rgb(170,38,46); }
div.DivClassName
{
background-color: #AA262E;
}
.BgClassName
{
background-color: #AA262E;
}
</style>
border-color css
<style>
span { border-color: #AA262E; }
span { border-color: rgb(170,38,46); }
td.TdClassName
{
border-color: #AA262E;
}
.TagClassName
{
border-color: #AA262E;
}
</style>