Shades of Guardsman Red #AA263A
Tints of Guardsman Red #AA263A
RGB
CMYK
RGB Variations
Color information
#AA263A (or 0xAA263A) is known color: Guardsman Red. HEX triplet: AA, 26 and 3A. RGB value is (170,38,58). Sum of RGB (Red+Green+Blue) = 170+38+58=266 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.91% from 266); Green value is 38 (15.23% from 255 or 14.29% from 266); Blue value is 58 (23.05% from 255 or 21.80% from 266); Max value from RGB is 170 - color contains mainly: red. Hex color #AA263A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA263A is #55D9C5. Grayscale: #4F4F4F. Windows color (decimal): -5626310 or 3810986. OLE color: 3810986.
HSL color Cylindrical-coordinate representation of color #AA263A: hue angle of 350.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 #AA263A is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 38 | 58 | - |
| CMYK | 0 | 0.78 | 0.66 | 0.33 |
| HSL | 350.91º | 0.63% | 0.41% | - |
| HSV(B) | 350.91º | 0.78% | 0.67% | - |
| XYZ | 18.03 | 10.24 | 5.03 | - |
| YUV | 79.75 | 115.73 | 192.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 38 | 58 | 0 | 0.78 | 0.66 | 0.33 | 350.91 | 0.63 | 0.41 |
| Hex | AA | 26 | 3A | 0 | 4E | 42 | 21 | 15F | 3F | 29 |
| Octal | 252 | 46 | 72 | 0 | 116 | 102 | 41 | 537 | 77 | 51 |
| Binary | 10101010 | 100110 | 111010 | 0 | 1001110 | 1000010 | 100001 | 101011111 | 111111 | 101001 |
Color Harmonies of #AA263A
Complementary color
Monochromatic Colors of #AA263A
Black with #AA263A
Text Example
Text Example
White with #AA263A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA263A; }
p { color: rgb(170,38,58); }
H1.HeaderClassName
{
color: #AA263A;
}
.AnyTagClassName
{
color: #AA263A;
}
</style>
background-color css
<style>
a { background-color: #AA263A; }
a { background-color: rgb(170,38,58); }
div.DivClassName
{
background-color: #AA263A;
}
.BgClassName
{
background-color: #AA263A;
}
</style>
border-color css
<style>
span { border-color: #AA263A; }
span { border-color: rgb(170,38,58); }
td.TdClassName
{
border-color: #AA263A;
}
.TagClassName
{
border-color: #AA263A;
}
</style>