Shades of Guardsman Red #AE242D
Tints of Guardsman Red #AE242D
RGB
CMYK
RGB Variations
Color information
#AE242D (or 0xAE242D) is known color: Guardsman Red. HEX triplet: AE, 24 and 2D. RGB value is (174,36,45). Sum of RGB (Red+Green+Blue) = 174+36+45=255 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.24% from 255); Green value is 36 (14.45% from 255 or 14.12% from 255); Blue value is 45 (17.97% from 255 or 17.65% from 255); Max value from RGB is 174 - color contains mainly: red. Hex color #AE242D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE242D is #51DBD2. Grayscale: #4E4E4E. Windows color (decimal): -5364691 or 2958510. OLE color: 2958510.
HSL color Cylindrical-coordinate representation of color #AE242D: hue angle of 356.09º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AE242D is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 36 | 45 | - |
| CMYK | 0 | 0.79 | 0.74 | 0.32 |
| HSL | 356.09º | 0.66% | 0.41% | - |
| HSV(B) | 356.09º | 0.79% | 0.68% | - |
| XYZ | 18.56 | 10.45 | 3.52 | - |
| YUV | 78.29 | 109.22 | 196.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 36 | 45 | 0 | 0.79 | 0.74 | 0.32 | 356.09 | 0.66 | 0.41 |
| Hex | AE | 24 | 2D | 0 | 4F | 4A | 20 | 164 | 42 | 29 |
| Octal | 256 | 44 | 55 | 0 | 117 | 112 | 40 | 544 | 102 | 51 |
| Binary | 10101110 | 100100 | 101101 | 0 | 1001111 | 1001010 | 100000 | 101100100 | 1000010 | 101001 |
Color Harmonies of #AE242D
Complementary color
Monochromatic Colors of #AE242D
Black with #AE242D
Text Example
Text Example
White with #AE242D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE242D; }
p { color: rgb(174,36,45); }
H1.HeaderClassName
{
color: #AE242D;
}
.AnyTagClassName
{
color: #AE242D;
}
</style>
background-color css
<style>
a { background-color: #AE242D; }
a { background-color: rgb(174,36,45); }
div.DivClassName
{
background-color: #AE242D;
}
.BgClassName
{
background-color: #AE242D;
}
</style>
border-color css
<style>
span { border-color: #AE242D; }
span { border-color: rgb(174,36,45); }
td.TdClassName
{
border-color: #AE242D;
}
.TagClassName
{
border-color: #AE242D;
}
</style>