Shades of Red Stage #AE512D
Tints of Red Stage #AE512D
RGB
CMYK
RGB Variations
Color information
#AE512D (or 0xAE512D) is known color: Red Stage. HEX triplet: AE, 51 and 2D. RGB value is (174,81,45). Sum of RGB (Red+Green+Blue) = 174+81+45=300 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58% from 300); Green value is 81 (32.03% from 255 or 27% from 300); Blue value is 45 (17.97% from 255 or 15% from 300); Max value from RGB is 174 - color contains mainly: red. Hex color #AE512D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE512D is #51AED2. Grayscale: #686868. Windows color (decimal): -5353171 or 2970030. OLE color: 2970030.
HSL color Cylindrical-coordinate representation of color #AE512D: hue angle of 16.74º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AE512D is Cyan = 0, Magento = 0.53, Yellow = 0.74 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 81 | 45 | - |
| CMYK | 0 | 0.53 | 0.74 | 0.32 |
| HSL | 16.74º | 0.59% | 0.43% | - |
| HSV(B) | 16.74º | 0.74% | 0.68% | - |
| XYZ | 20.87 | 15.07 | 4.29 | - |
| YUV | 104.7 | 94.31 | 177.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 81 | 45 | 0 | 0.53 | 0.74 | 0.32 | 16.74 | 0.59 | 0.43 |
| Hex | AE | 51 | 2D | 0 | 35 | 4A | 20 | 11 | 3B | 2B |
| Octal | 256 | 121 | 55 | 0 | 65 | 112 | 40 | 21 | 73 | 53 |
| Binary | 10101110 | 1010001 | 101101 | 0 | 110101 | 1001010 | 100000 | 10001 | 111011 | 101011 |
Color Harmonies of #AE512D
Complementary color
Monochromatic Colors of #AE512D
Black with #AE512D
Text Example
Text Example
White with #AE512D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE512D; }
p { color: rgb(174,81,45); }
H1.HeaderClassName
{
color: #AE512D;
}
.AnyTagClassName
{
color: #AE512D;
}
</style>
background-color css
<style>
a { background-color: #AE512D; }
a { background-color: rgb(174,81,45); }
div.DivClassName
{
background-color: #AE512D;
}
.BgClassName
{
background-color: #AE512D;
}
</style>
border-color css
<style>
span { border-color: #AE512D; }
span { border-color: rgb(174,81,45); }
td.TdClassName
{
border-color: #AE512D;
}
.TagClassName
{
border-color: #AE512D;
}
</style>