Shades of Rust #AE5512
Tints of Rust #AE5512
RGB
CMYK
RGB Variations
Color information
#AE5512 (or 0xAE5512) is known color: Rust. HEX triplet: AE, 55 and 12. RGB value is (174,85,18). Sum of RGB (Red+Green+Blue) = 174+85+18=277 (36% of max value = 765). Red value is 174 (68.36% from 255 or 62.82% from 277); Green value is 85 (33.59% from 255 or 30.69% from 277); Blue value is 18 (7.42% from 255 or 6.50% from 277); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5512 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE5512 is #51AAED. Grayscale: #686868. Windows color (decimal): -5352174 or 1201582. OLE color: 1201582.
HSL color Cylindrical-coordinate representation of color #AE5512: hue angle of 25.77º 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 #AE5512 is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 85 | 18 | - |
| CMYK | 0 | 0.51 | 0.90 | 0.32 |
| HSL | 25.77º | 0.81% | 0.38% | - |
| HSV(B) | 25.77º | 0.9% | 0.68% | - |
| XYZ | 20.81 | 15.54 | 2.47 | - |
| YUV | 103.97 | 79.49 | 177.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 85 | 18 | 0 | 0.51 | 0.90 | 0.32 | 25.77 | 0.81 | 0.38 |
| Hex | AE | 55 | 12 | 0 | 33 | 5A | 20 | 1A | 51 | 26 |
| Octal | 256 | 125 | 22 | 0 | 63 | 132 | 40 | 32 | 121 | 46 |
| Binary | 10101110 | 1010101 | 10010 | 0 | 110011 | 1011010 | 100000 | 11010 | 1010001 | 100110 |
Color Harmonies of #AE5512
Complementary color
Monochromatic Colors of #AE5512
Black with #AE5512
Text Example
Text Example
White with #AE5512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5512; }
p { color: rgb(174,85,18); }
H1.HeaderClassName
{
color: #AE5512;
}
.AnyTagClassName
{
color: #AE5512;
}
</style>
background-color css
<style>
a { background-color: #AE5512; }
a { background-color: rgb(174,85,18); }
div.DivClassName
{
background-color: #AE5512;
}
.BgClassName
{
background-color: #AE5512;
}
</style>
border-color css
<style>
span { border-color: #AE5512; }
span { border-color: rgb(174,85,18); }
td.TdClassName
{
border-color: #AE5512;
}
.TagClassName
{
border-color: #AE5512;
}
</style>