Shades of Rust #AE2F11
Tints of Rust #AE2F11
RGB
CMYK
RGB Variations
Color information
#AE2F11 (or 0xAE2F11) is known color: Rust. HEX triplet: AE, 2F and 11. RGB value is (174,47,17). Sum of RGB (Red+Green+Blue) = 174+47+17=238 (31% of max value = 765). Red value is 174 (68.36% from 255 or 73.11% from 238); Green value is 47 (18.75% from 255 or 19.75% from 238); Blue value is 17 (7.03% from 255 or 7.14% from 238); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2F11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2F11 is #51D0EE. Grayscale: #515151. Windows color (decimal): -5361903 or 1126318. OLE color: 1126318.
HSL color Cylindrical-coordinate representation of color #AE2F11: hue angle of 11.46º 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 #AE2F11 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 47 | 17 | - |
| CMYK | 0 | 0.73 | 0.90 | 0.32 |
| HSL | 11.46º | 0.82% | 0.37% | - |
| HSV(B) | 11.46º | 0.9% | 0.68% | - |
| XYZ | 18.57 | 11.07 | 1.69 | - |
| YUV | 81.55 | 91.58 | 193.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 47 | 17 | 0 | 0.73 | 0.90 | 0.32 | 11.46 | 0.82 | 0.37 |
| Hex | AE | 2F | 11 | 0 | 49 | 5A | 20 | B | 52 | 25 |
| Octal | 256 | 57 | 21 | 0 | 111 | 132 | 40 | 13 | 122 | 45 |
| Binary | 10101110 | 101111 | 10001 | 0 | 1001001 | 1011010 | 100000 | 1011 | 1010010 | 100101 |
Color Harmonies of #AE2F11
Complementary color
Monochromatic Colors of #AE2F11
Black with #AE2F11
Text Example
Text Example
White with #AE2F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2F11; }
p { color: rgb(174,47,17); }
H1.HeaderClassName
{
color: #AE2F11;
}
.AnyTagClassName
{
color: #AE2F11;
}
</style>
background-color css
<style>
a { background-color: #AE2F11; }
a { background-color: rgb(174,47,17); }
div.DivClassName
{
background-color: #AE2F11;
}
.BgClassName
{
background-color: #AE2F11;
}
</style>
border-color css
<style>
span { border-color: #AE2F11; }
span { border-color: rgb(174,47,17); }
td.TdClassName
{
border-color: #AE2F11;
}
.TagClassName
{
border-color: #AE2F11;
}
</style>