Shades of Rust #AE4611
Tints of Rust #AE4611
RGB
CMYK
RGB Variations
Color information
#AE4611 (or 0xAE4611) is known color: Rust. HEX triplet: AE, 46 and 11. RGB value is (174,70,17). Sum of RGB (Red+Green+Blue) = 174+70+17=261 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.67% from 261); Green value is 70 (27.73% from 255 or 26.82% from 261); Blue value is 17 (7.03% from 255 or 6.51% from 261); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4611 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4611 is #51B9EE. Grayscale: #5F5F5F. Windows color (decimal): -5356015 or 1132206. OLE color: 1132206.
HSL color Cylindrical-coordinate representation of color #AE4611: hue angle of 20.25º 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 #AE4611 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 70 | 17 | - |
| CMYK | 0 | 0.60 | 0.90 | 0.32 |
| HSL | 20.25º | 0.82% | 0.37% | - |
| HSV(B) | 20.25º | 0.9% | 0.68% | - |
| XYZ | 19.75 | 13.42 | 2.08 | - |
| YUV | 95.05 | 83.96 | 184.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 70 | 17 | 0 | 0.60 | 0.90 | 0.32 | 20.25 | 0.82 | 0.37 |
| Hex | AE | 46 | 11 | 0 | 3C | 5A | 20 | 14 | 52 | 25 |
| Octal | 256 | 106 | 21 | 0 | 74 | 132 | 40 | 24 | 122 | 45 |
| Binary | 10101110 | 1000110 | 10001 | 0 | 111100 | 1011010 | 100000 | 10100 | 1010010 | 100101 |
Color Harmonies of #AE4611
Complementary color
Monochromatic Colors of #AE4611
Black with #AE4611
Text Example
Text Example
White with #AE4611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4611; }
p { color: rgb(174,70,17); }
H1.HeaderClassName
{
color: #AE4611;
}
.AnyTagClassName
{
color: #AE4611;
}
</style>
background-color css
<style>
a { background-color: #AE4611; }
a { background-color: rgb(174,70,17); }
div.DivClassName
{
background-color: #AE4611;
}
.BgClassName
{
background-color: #AE4611;
}
</style>
border-color css
<style>
span { border-color: #AE4611; }
span { border-color: rgb(174,70,17); }
td.TdClassName
{
border-color: #AE4611;
}
.TagClassName
{
border-color: #AE4611;
}
</style>