Shades of Rust #AE5311
Tints of Rust #AE5311
RGB
CMYK
RGB Variations
Color information
#AE5311 (or 0xAE5311) is known color: Rust. HEX triplet: AE, 53 and 11. RGB value is (174,83,17). Sum of RGB (Red+Green+Blue) = 174+83+17=274 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.50% from 274); Green value is 83 (32.81% from 255 or 30.29% from 274); Blue value is 17 (7.03% from 255 or 6.20% from 274); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5311 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE5311 is #51ACEE. Grayscale: #676767. Windows color (decimal): -5352687 or 1135534. OLE color: 1135534.
HSL color Cylindrical-coordinate representation of color #AE5311: hue angle of 25.22º 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 #AE5311 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 83 | 17 | - |
| CMYK | 0 | 0.52 | 0.90 | 0.32 |
| HSL | 25.22º | 0.82% | 0.37% | - |
| HSV(B) | 25.22º | 0.9% | 0.68% | - |
| XYZ | 20.65 | 15.23 | 2.38 | - |
| YUV | 102.69 | 79.65 | 178.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 83 | 17 | 0 | 0.52 | 0.90 | 0.32 | 25.22 | 0.82 | 0.37 |
| Hex | AE | 53 | 11 | 0 | 34 | 5A | 20 | 19 | 52 | 25 |
| Octal | 256 | 123 | 21 | 0 | 64 | 132 | 40 | 31 | 122 | 45 |
| Binary | 10101110 | 1010011 | 10001 | 0 | 110100 | 1011010 | 100000 | 11001 | 1010010 | 100101 |
Color Harmonies of #AE5311
Complementary color
Monochromatic Colors of #AE5311
Black with #AE5311
Text Example
Text Example
White with #AE5311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5311; }
p { color: rgb(174,83,17); }
H1.HeaderClassName
{
color: #AE5311;
}
.AnyTagClassName
{
color: #AE5311;
}
</style>
background-color css
<style>
a { background-color: #AE5311; }
a { background-color: rgb(174,83,17); }
div.DivClassName
{
background-color: #AE5311;
}
.BgClassName
{
background-color: #AE5311;
}
</style>
border-color css
<style>
span { border-color: #AE5311; }
span { border-color: rgb(174,83,17); }
td.TdClassName
{
border-color: #AE5311;
}
.TagClassName
{
border-color: #AE5311;
}
</style>