Shades of Rust #AE3111
Tints of Rust #AE3111
RGB
CMYK
RGB Variations
Color information
#AE3111 (or 0xAE3111) is known color: Rust. HEX triplet: AE, 31 and 11. RGB value is (174,49,17). Sum of RGB (Red+Green+Blue) = 174+49+17=240 (31% of max value = 765). Red value is 174 (68.36% from 255 or 72.5% from 240); Green value is 49 (19.53% from 255 or 20.42% from 240); Blue value is 17 (7.03% from 255 or 7.08% from 240); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3111 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3111 is #51CEEE. Grayscale: #525252. Windows color (decimal): -5361391 or 1126830. OLE color: 1126830.
HSL color Cylindrical-coordinate representation of color #AE3111: hue angle of 12.23º 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 #AE3111 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 49 | 17 | - |
| CMYK | 0 | 0.72 | 0.90 | 0.32 |
| HSL | 12.23º | 0.82% | 0.37% | - |
| HSV(B) | 12.23º | 0.9% | 0.68% | - |
| XYZ | 18.66 | 11.24 | 1.72 | - |
| YUV | 82.73 | 90.91 | 193.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 49 | 17 | 0 | 0.72 | 0.90 | 0.32 | 12.23 | 0.82 | 0.37 |
| Hex | AE | 31 | 11 | 0 | 48 | 5A | 20 | C | 52 | 25 |
| Octal | 256 | 61 | 21 | 0 | 110 | 132 | 40 | 14 | 122 | 45 |
| Binary | 10101110 | 110001 | 10001 | 0 | 1001000 | 1011010 | 100000 | 1100 | 1010010 | 100101 |
Color Harmonies of #AE3111
Complementary color
Monochromatic Colors of #AE3111
Black with #AE3111
Text Example
Text Example
White with #AE3111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3111; }
p { color: rgb(174,49,17); }
H1.HeaderClassName
{
color: #AE3111;
}
.AnyTagClassName
{
color: #AE3111;
}
</style>
background-color css
<style>
a { background-color: #AE3111; }
a { background-color: rgb(174,49,17); }
div.DivClassName
{
background-color: #AE3111;
}
.BgClassName
{
background-color: #AE3111;
}
</style>
border-color css
<style>
span { border-color: #AE3111; }
span { border-color: rgb(174,49,17); }
td.TdClassName
{
border-color: #AE3111;
}
.TagClassName
{
border-color: #AE3111;
}
</style>