Shades of Guardsman Red #AE282F
Tints of Guardsman Red #AE282F
RGB
CMYK
RGB Variations
Color information
#AE282F (or 0xAE282F) is known color: Guardsman Red. HEX triplet: AE, 28 and 2F. RGB value is (174,40,47). Sum of RGB (Red+Green+Blue) = 174+40+47=261 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.67% from 261); Green value is 40 (16.02% from 255 or 15.33% from 261); Blue value is 47 (18.75% from 255 or 18.01% from 261); Max value from RGB is 174 - color contains mainly: red. Hex color #AE282F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE282F is #51D7D0. Grayscale: #505050. Windows color (decimal): -5363665 or 3090606. OLE color: 3090606.
HSL color Cylindrical-coordinate representation of color #AE282F: hue angle of 356.87º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AE282F is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 40 | 47 | - |
| CMYK | 0 | 0.77 | 0.73 | 0.32 |
| HSL | 356.87º | 0.63% | 0.42% | - |
| HSV(B) | 356.87º | 0.77% | 0.68% | - |
| XYZ | 18.73 | 10.72 | 3.77 | - |
| YUV | 80.86 | 108.89 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 40 | 47 | 0 | 0.77 | 0.73 | 0.32 | 356.87 | 0.63 | 0.42 |
| Hex | AE | 28 | 2F | 0 | 4D | 49 | 20 | 165 | 3F | 2A |
| Octal | 256 | 50 | 57 | 0 | 115 | 111 | 40 | 545 | 77 | 52 |
| Binary | 10101110 | 101000 | 101111 | 0 | 1001101 | 1001001 | 100000 | 101100101 | 111111 | 101010 |
Color Harmonies of #AE282F
Complementary color
Monochromatic Colors of #AE282F
Black with #AE282F
Text Example
Text Example
White with #AE282F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE282F; }
p { color: rgb(174,40,47); }
H1.HeaderClassName
{
color: #AE282F;
}
.AnyTagClassName
{
color: #AE282F;
}
</style>
background-color css
<style>
a { background-color: #AE282F; }
a { background-color: rgb(174,40,47); }
div.DivClassName
{
background-color: #AE282F;
}
.BgClassName
{
background-color: #AE282F;
}
</style>
border-color css
<style>
span { border-color: #AE282F; }
span { border-color: rgb(174,40,47); }
td.TdClassName
{
border-color: #AE282F;
}
.TagClassName
{
border-color: #AE282F;
}
</style>