Shades of Rust #AE4111
Tints of Rust #AE4111
RGB
CMYK
RGB Variations
Color information
#AE4111 (or 0xAE4111) is known color: Rust. HEX triplet: AE, 41 and 11. RGB value is (174,65,17). Sum of RGB (Red+Green+Blue) = 174+65+17=256 (33% of max value = 765). Red value is 174 (68.36% from 255 or 67.97% from 256); Green value is 65 (25.78% from 255 or 25.39% from 256); Blue value is 17 (7.03% from 255 or 6.64% from 256); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4111 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4111 is #51BEEE. Grayscale: #5C5C5C. Windows color (decimal): -5357295 or 1130926. OLE color: 1130926.
HSL color Cylindrical-coordinate representation of color #AE4111: hue angle of 18.34º 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 #AE4111 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 65 | 17 | - |
| CMYK | 0 | 0.63 | 0.90 | 0.32 |
| HSL | 18.34º | 0.82% | 0.37% | - |
| HSV(B) | 18.34º | 0.9% | 0.68% | - |
| XYZ | 19.45 | 12.82 | 1.98 | - |
| YUV | 92.12 | 85.61 | 186.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 65 | 17 | 0 | 0.63 | 0.90 | 0.32 | 18.34 | 0.82 | 0.37 |
| Hex | AE | 41 | 11 | 0 | 3F | 5A | 20 | 12 | 52 | 25 |
| Octal | 256 | 101 | 21 | 0 | 77 | 132 | 40 | 22 | 122 | 45 |
| Binary | 10101110 | 1000001 | 10001 | 0 | 111111 | 1011010 | 100000 | 10010 | 1010010 | 100101 |
Color Harmonies of #AE4111
Complementary color
Monochromatic Colors of #AE4111
Black with #AE4111
Text Example
Text Example
White with #AE4111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4111; }
p { color: rgb(174,65,17); }
H1.HeaderClassName
{
color: #AE4111;
}
.AnyTagClassName
{
color: #AE4111;
}
</style>
background-color css
<style>
a { background-color: #AE4111; }
a { background-color: rgb(174,65,17); }
div.DivClassName
{
background-color: #AE4111;
}
.BgClassName
{
background-color: #AE4111;
}
</style>
border-color css
<style>
span { border-color: #AE4111; }
span { border-color: rgb(174,65,17); }
td.TdClassName
{
border-color: #AE4111;
}
.TagClassName
{
border-color: #AE4111;
}
</style>