Shades of Guardsman Red #AE2A33
Tints of Guardsman Red #AE2A33
RGB
CMYK
RGB Variations
Color information
#AE2A33 (or 0xAE2A33) is known color: Guardsman Red. HEX triplet: AE, 2A and 33. RGB value is (174,42,51). Sum of RGB (Red+Green+Blue) = 174+42+51=267 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.17% from 267); Green value is 42 (16.80% from 255 or 15.73% from 267); Blue value is 51 (20.31% from 255 or 19.10% from 267); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2A33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2A33 is #51D5CC. Grayscale: #525252. Windows color (decimal): -5363149 or 3353262. OLE color: 3353262.
HSL color Cylindrical-coordinate representation of color #AE2A33: hue angle of 355.91º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AE2A33 is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 42 | 51 | - |
| CMYK | 0 | 0.76 | 0.71 | 0.32 |
| HSL | 355.91º | 0.61% | 0.42% | - |
| HSV(B) | 355.91º | 0.76% | 0.68% | - |
| XYZ | 18.88 | 10.89 | 4.24 | - |
| YUV | 82.49 | 110.23 | 193.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 42 | 51 | 0 | 0.76 | 0.71 | 0.32 | 355.91 | 0.61 | 0.42 |
| Hex | AE | 2A | 33 | 0 | 4C | 47 | 20 | 164 | 3D | 2A |
| Octal | 256 | 52 | 63 | 0 | 114 | 107 | 40 | 544 | 75 | 52 |
| Binary | 10101110 | 101010 | 110011 | 0 | 1001100 | 1000111 | 100000 | 101100100 | 111101 | 101010 |
Color Harmonies of #AE2A33
Complementary color
Monochromatic Colors of #AE2A33
Black with #AE2A33
Text Example
Text Example
White with #AE2A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2A33; }
p { color: rgb(174,42,51); }
H1.HeaderClassName
{
color: #AE2A33;
}
.AnyTagClassName
{
color: #AE2A33;
}
</style>
background-color css
<style>
a { background-color: #AE2A33; }
a { background-color: rgb(174,42,51); }
div.DivClassName
{
background-color: #AE2A33;
}
.BgClassName
{
background-color: #AE2A33;
}
</style>
border-color css
<style>
span { border-color: #AE2A33; }
span { border-color: rgb(174,42,51); }
td.TdClassName
{
border-color: #AE2A33;
}
.TagClassName
{
border-color: #AE2A33;
}
</style>