Shades of Rust #AE3E11
Tints of Rust #AE3E11
RGB
CMYK
RGB Variations
Color information
#AE3E11 (or 0xAE3E11) is known color: Rust. HEX triplet: AE, 3E and 11. RGB value is (174,62,17). Sum of RGB (Red+Green+Blue) = 174+62+17=253 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.77% from 253); Green value is 62 (24.61% from 255 or 24.51% from 253); Blue value is 17 (7.03% from 255 or 6.72% from 253); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3E11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3E11 is #51C1EE. Grayscale: #5A5A5A. Windows color (decimal): -5358063 or 1130158. OLE color: 1130158.
HSL color Cylindrical-coordinate representation of color #AE3E11: hue angle of 17.2º 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 #AE3E11 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 62 | 17 | - |
| CMYK | 0 | 0.64 | 0.90 | 0.32 |
| HSL | 17.2º | 0.82% | 0.37% | - |
| HSV(B) | 17.2º | 0.9% | 0.68% | - |
| XYZ | 19.28 | 12.48 | 1.92 | - |
| YUV | 90.36 | 86.61 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 62 | 17 | 0 | 0.64 | 0.90 | 0.32 | 17.2 | 0.82 | 0.37 |
| Hex | AE | 3E | 11 | 0 | 40 | 5A | 20 | 11 | 52 | 25 |
| Octal | 256 | 76 | 21 | 0 | 100 | 132 | 40 | 21 | 122 | 45 |
| Binary | 10101110 | 111110 | 10001 | 0 | 1000000 | 1011010 | 100000 | 10001 | 1010010 | 100101 |
Color Harmonies of #AE3E11
Complementary color
Monochromatic Colors of #AE3E11
Black with #AE3E11
Text Example
Text Example
White with #AE3E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3E11; }
p { color: rgb(174,62,17); }
H1.HeaderClassName
{
color: #AE3E11;
}
.AnyTagClassName
{
color: #AE3E11;
}
</style>
background-color css
<style>
a { background-color: #AE3E11; }
a { background-color: rgb(174,62,17); }
div.DivClassName
{
background-color: #AE3E11;
}
.BgClassName
{
background-color: #AE3E11;
}
</style>
border-color css
<style>
span { border-color: #AE3E11; }
span { border-color: rgb(174,62,17); }
td.TdClassName
{
border-color: #AE3E11;
}
.TagClassName
{
border-color: #AE3E11;
}
</style>