Shades of Guardsman Red #AE232C
Tints of Guardsman Red #AE232C
RGB
CMYK
RGB Variations
Color information
#AE232C (or 0xAE232C) is known color: Guardsman Red. HEX triplet: AE, 23 and 2C. RGB value is (174,35,44). Sum of RGB (Red+Green+Blue) = 174+35+44=253 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.77% from 253); Green value is 35 (14.06% from 255 or 13.83% from 253); Blue value is 44 (17.58% from 255 or 17.39% from 253); Max value from RGB is 174 - color contains mainly: red. Hex color #AE232C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE232C is #51DCD3. Grayscale: #4D4D4D. Windows color (decimal): -5364948 or 2892718. OLE color: 2892718.
HSL color Cylindrical-coordinate representation of color #AE232C: hue angle of 356.12º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AE232C is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 35 | 44 | - |
| CMYK | 0 | 0.80 | 0.75 | 0.32 |
| HSL | 356.12º | 0.67% | 0.41% | - |
| HSV(B) | 356.12º | 0.8% | 0.68% | - |
| XYZ | 18.51 | 10.38 | 3.41 | - |
| YUV | 77.59 | 109.05 | 196.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 35 | 44 | 0 | 0.80 | 0.75 | 0.32 | 356.12 | 0.67 | 0.41 |
| Hex | AE | 23 | 2C | 0 | 50 | 4B | 20 | 164 | 43 | 29 |
| Octal | 256 | 43 | 54 | 0 | 120 | 113 | 40 | 544 | 103 | 51 |
| Binary | 10101110 | 100011 | 101100 | 0 | 1010000 | 1001011 | 100000 | 101100100 | 1000011 | 101001 |
Color Harmonies of #AE232C
Complementary color
Monochromatic Colors of #AE232C
Black with #AE232C
Text Example
Text Example
White with #AE232C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE232C; }
p { color: rgb(174,35,44); }
H1.HeaderClassName
{
color: #AE232C;
}
.AnyTagClassName
{
color: #AE232C;
}
</style>
background-color css
<style>
a { background-color: #AE232C; }
a { background-color: rgb(174,35,44); }
div.DivClassName
{
background-color: #AE232C;
}
.BgClassName
{
background-color: #AE232C;
}
</style>
border-color css
<style>
span { border-color: #AE232C; }
span { border-color: rgb(174,35,44); }
td.TdClassName
{
border-color: #AE232C;
}
.TagClassName
{
border-color: #AE232C;
}
</style>