Shades of Guardsman Red #AE363A
Tints of Guardsman Red #AE363A
RGB
CMYK
RGB Variations
Color information
#AE363A (or 0xAE363A) is known color: Guardsman Red. HEX triplet: AE, 36 and 3A. RGB value is (174,54,58). Sum of RGB (Red+Green+Blue) = 174+54+58=286 (37% of max value = 765). Red value is 174 (68.36% from 255 or 60.84% from 286); Green value is 54 (21.48% from 255 or 18.88% from 286); Blue value is 58 (23.05% from 255 or 20.28% from 286); Max value from RGB is 174 - color contains mainly: red. Hex color #AE363A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE363A is #51C9C5. Grayscale: #5A5A5A. Windows color (decimal): -5360070 or 3815086. OLE color: 3815086.
HSL color Cylindrical-coordinate representation of color #AE363A: hue angle of 358º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AE363A is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 54 | 58 | - |
| CMYK | 0 | 0.69 | 0.67 | 0.32 |
| HSL | 358º | 0.53% | 0.45% | - |
| HSV(B) | 358º | 0.69% | 0.68% | - |
| XYZ | 19.54 | 11.94 | 5.28 | - |
| YUV | 90.34 | 109.76 | 187.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 54 | 58 | 0 | 0.69 | 0.67 | 0.32 | 358 | 0.53 | 0.45 |
| Hex | AE | 36 | 3A | 0 | 45 | 43 | 20 | 166 | 35 | 2D |
| Octal | 256 | 66 | 72 | 0 | 105 | 103 | 40 | 546 | 65 | 55 |
| Binary | 10101110 | 110110 | 111010 | 0 | 1000101 | 1000011 | 100000 | 101100110 | 110101 | 101101 |
Color Harmonies of #AE363A
Complementary color
Monochromatic Colors of #AE363A
Black with #AE363A
Text Example
Text Example
White with #AE363A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE363A; }
p { color: rgb(174,54,58); }
H1.HeaderClassName
{
color: #AE363A;
}
.AnyTagClassName
{
color: #AE363A;
}
</style>
background-color css
<style>
a { background-color: #AE363A; }
a { background-color: rgb(174,54,58); }
div.DivClassName
{
background-color: #AE363A;
}
.BgClassName
{
background-color: #AE363A;
}
</style>
border-color css
<style>
span { border-color: #AE363A; }
span { border-color: rgb(174,54,58); }
td.TdClassName
{
border-color: #AE363A;
}
.TagClassName
{
border-color: #AE363A;
}
</style>