Shades of Rust #AE5012
Tints of Rust #AE5012
RGB
CMYK
RGB Variations
Color information
#AE5012 (or 0xAE5012) is known color: Rust. HEX triplet: AE, 50 and 12. RGB value is (174,80,18). Sum of RGB (Red+Green+Blue) = 174+80+18=272 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.97% from 272); Green value is 80 (31.64% from 255 or 29.41% from 272); Blue value is 18 (7.42% from 255 or 6.62% from 272); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5012 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE5012 is #51AFED. Grayscale: #656565. Windows color (decimal): -5353454 or 1200302. OLE color: 1200302.
HSL color Cylindrical-coordinate representation of color #AE5012: hue angle of 23.85º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE5012 is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 80 | 18 | - |
| CMYK | 0 | 0.54 | 0.90 | 0.32 |
| HSL | 23.85º | 0.81% | 0.38% | - |
| HSV(B) | 23.85º | 0.9% | 0.68% | - |
| XYZ | 20.43 | 14.78 | 2.35 | - |
| YUV | 101.04 | 81.14 | 180.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 80 | 18 | 0 | 0.54 | 0.90 | 0.32 | 23.85 | 0.81 | 0.38 |
| Hex | AE | 50 | 12 | 0 | 36 | 5A | 20 | 18 | 51 | 26 |
| Octal | 256 | 120 | 22 | 0 | 66 | 132 | 40 | 30 | 121 | 46 |
| Binary | 10101110 | 1010000 | 10010 | 0 | 110110 | 1011010 | 100000 | 11000 | 1010001 | 100110 |
Color Harmonies of #AE5012
Complementary color
Monochromatic Colors of #AE5012
Black with #AE5012
Text Example
Text Example
White with #AE5012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5012; }
p { color: rgb(174,80,18); }
H1.HeaderClassName
{
color: #AE5012;
}
.AnyTagClassName
{
color: #AE5012;
}
</style>
background-color css
<style>
a { background-color: #AE5012; }
a { background-color: rgb(174,80,18); }
div.DivClassName
{
background-color: #AE5012;
}
.BgClassName
{
background-color: #AE5012;
}
</style>
border-color css
<style>
span { border-color: #AE5012; }
span { border-color: rgb(174,80,18); }
td.TdClassName
{
border-color: #AE5012;
}
.TagClassName
{
border-color: #AE5012;
}
</style>