Shades of Rust #AE3211
Tints of Rust #AE3211
RGB
CMYK
RGB Variations
Color information
#AE3211 (or 0xAE3211) is known color: Rust. HEX triplet: AE, 32 and 11. RGB value is (174,50,17). Sum of RGB (Red+Green+Blue) = 174+50+17=241 (31% of max value = 765). Red value is 174 (68.36% from 255 or 72.20% from 241); Green value is 50 (19.92% from 255 or 20.75% from 241); Blue value is 17 (7.03% from 255 or 7.05% from 241); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3211 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3211 is #51CDEE. Grayscale: #535353. Windows color (decimal): -5361135 or 1127086. OLE color: 1127086.
HSL color Cylindrical-coordinate representation of color #AE3211: hue angle of 12.61º 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 #AE3211 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 50 | 17 | - |
| CMYK | 0 | 0.71 | 0.90 | 0.32 |
| HSL | 12.61º | 0.82% | 0.37% | - |
| HSV(B) | 12.61º | 0.9% | 0.68% | - |
| XYZ | 18.7 | 11.32 | 1.73 | - |
| YUV | 83.31 | 90.58 | 192.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 50 | 17 | 0 | 0.71 | 0.90 | 0.32 | 12.61 | 0.82 | 0.37 |
| Hex | AE | 32 | 11 | 0 | 47 | 5A | 20 | D | 52 | 25 |
| Octal | 256 | 62 | 21 | 0 | 107 | 132 | 40 | 15 | 122 | 45 |
| Binary | 10101110 | 110010 | 10001 | 0 | 1000111 | 1011010 | 100000 | 1101 | 1010010 | 100101 |
Color Harmonies of #AE3211
Complementary color
Monochromatic Colors of #AE3211
Black with #AE3211
Text Example
Text Example
White with #AE3211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3211; }
p { color: rgb(174,50,17); }
H1.HeaderClassName
{
color: #AE3211;
}
.AnyTagClassName
{
color: #AE3211;
}
</style>
background-color css
<style>
a { background-color: #AE3211; }
a { background-color: rgb(174,50,17); }
div.DivClassName
{
background-color: #AE3211;
}
.BgClassName
{
background-color: #AE3211;
}
</style>
border-color css
<style>
span { border-color: #AE3211; }
span { border-color: rgb(174,50,17); }
td.TdClassName
{
border-color: #AE3211;
}
.TagClassName
{
border-color: #AE3211;
}
</style>