Shades of Rust #AE4811
Tints of Rust #AE4811
RGB
CMYK
RGB Variations
Color information
#AE4811 (or 0xAE4811) is known color: Rust. HEX triplet: AE, 48 and 11. RGB value is (174,72,17). Sum of RGB (Red+Green+Blue) = 174+72+17=263 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.16% from 263); Green value is 72 (28.52% from 255 or 27.38% from 263); Blue value is 17 (7.03% from 255 or 6.46% from 263); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4811 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4811 is #51B7EE. Grayscale: #606060. Windows color (decimal): -5355503 or 1132718. OLE color: 1132718.
HSL color Cylindrical-coordinate representation of color #AE4811: hue angle of 21.02º 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 #AE4811 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 72 | 17 | - |
| CMYK | 0 | 0.59 | 0.90 | 0.32 |
| HSL | 21.02º | 0.82% | 0.37% | - |
| HSV(B) | 21.02º | 0.9% | 0.68% | - |
| XYZ | 19.87 | 13.67 | 2.12 | - |
| YUV | 96.23 | 83.29 | 183.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 72 | 17 | 0 | 0.59 | 0.90 | 0.32 | 21.02 | 0.82 | 0.37 |
| Hex | AE | 48 | 11 | 0 | 3B | 5A | 20 | 15 | 52 | 25 |
| Octal | 256 | 110 | 21 | 0 | 73 | 132 | 40 | 25 | 122 | 45 |
| Binary | 10101110 | 1001000 | 10001 | 0 | 111011 | 1011010 | 100000 | 10101 | 1010010 | 100101 |
Color Harmonies of #AE4811
Complementary color
Monochromatic Colors of #AE4811
Black with #AE4811
Text Example
Text Example
White with #AE4811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4811; }
p { color: rgb(174,72,17); }
H1.HeaderClassName
{
color: #AE4811;
}
.AnyTagClassName
{
color: #AE4811;
}
</style>
background-color css
<style>
a { background-color: #AE4811; }
a { background-color: rgb(174,72,17); }
div.DivClassName
{
background-color: #AE4811;
}
.BgClassName
{
background-color: #AE4811;
}
</style>
border-color css
<style>
span { border-color: #AE4811; }
span { border-color: rgb(174,72,17); }
td.TdClassName
{
border-color: #AE4811;
}
.TagClassName
{
border-color: #AE4811;
}
</style>