Shades of Rust #AE3511
Tints of Rust #AE3511
RGB
CMYK
RGB Variations
Color information
#AE3511 (or 0xAE3511) is known color: Rust. HEX triplet: AE, 35 and 11. RGB value is (174,53,17). Sum of RGB (Red+Green+Blue) = 174+53+17=244 (32% of max value = 765). Red value is 174 (68.36% from 255 or 71.31% from 244); Green value is 53 (21.09% from 255 or 21.72% from 244); Blue value is 17 (7.03% from 255 or 6.97% from 244); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3511 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3511 is #51CAEE. Grayscale: #555555. Windows color (decimal): -5360367 or 1127854. OLE color: 1127854.
HSL color Cylindrical-coordinate representation of color #AE3511: hue angle of 13.76º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE3511 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 53 | 17 | - |
| CMYK | 0 | 0.70 | 0.90 | 0.32 |
| HSL | 13.76º | 0.82% | 0.37% | - |
| HSV(B) | 13.76º | 0.9% | 0.68% | - |
| XYZ | 18.83 | 11.59 | 1.77 | - |
| YUV | 85.08 | 89.59 | 191.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 53 | 17 | 0 | 0.70 | 0.90 | 0.32 | 13.76 | 0.82 | 0.37 |
| Hex | AE | 35 | 11 | 0 | 46 | 5A | 20 | E | 52 | 25 |
| Octal | 256 | 65 | 21 | 0 | 106 | 132 | 40 | 16 | 122 | 45 |
| Binary | 10101110 | 110101 | 10001 | 0 | 1000110 | 1011010 | 100000 | 1110 | 1010010 | 100101 |
Color Harmonies of #AE3511
Complementary color
Monochromatic Colors of #AE3511
Black with #AE3511
Text Example
Text Example
White with #AE3511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3511; }
p { color: rgb(174,53,17); }
H1.HeaderClassName
{
color: #AE3511;
}
.AnyTagClassName
{
color: #AE3511;
}
</style>
background-color css
<style>
a { background-color: #AE3511; }
a { background-color: rgb(174,53,17); }
div.DivClassName
{
background-color: #AE3511;
}
.BgClassName
{
background-color: #AE3511;
}
</style>
border-color css
<style>
span { border-color: #AE3511; }
span { border-color: rgb(174,53,17); }
td.TdClassName
{
border-color: #AE3511;
}
.TagClassName
{
border-color: #AE3511;
}
</style>