Shades of Rust #AE3311
Tints of Rust #AE3311
RGB
CMYK
RGB Variations
Color information
#AE3311 (or 0xAE3311) is known color: Rust. HEX triplet: AE, 33 and 11. RGB value is (174,51,17). Sum of RGB (Red+Green+Blue) = 174+51+17=242 (32% of max value = 765). Red value is 174 (68.36% from 255 or 71.90% from 242); Green value is 51 (20.31% from 255 or 21.07% from 242); Blue value is 17 (7.03% from 255 or 7.02% from 242); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3311 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3311 is #51CCEE. Grayscale: #545454. Windows color (decimal): -5360879 or 1127342. OLE color: 1127342.
HSL color Cylindrical-coordinate representation of color #AE3311: hue angle of 12.99º 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 #AE3311 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 51 | 17 | - |
| CMYK | 0 | 0.71 | 0.90 | 0.32 |
| HSL | 12.99º | 0.82% | 0.37% | - |
| HSV(B) | 12.99º | 0.9% | 0.68% | - |
| XYZ | 18.74 | 11.41 | 1.74 | - |
| YUV | 83.9 | 90.25 | 192.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 51 | 17 | 0 | 0.71 | 0.90 | 0.32 | 12.99 | 0.82 | 0.37 |
| Hex | AE | 33 | 11 | 0 | 47 | 5A | 20 | D | 52 | 25 |
| Octal | 256 | 63 | 21 | 0 | 107 | 132 | 40 | 15 | 122 | 45 |
| Binary | 10101110 | 110011 | 10001 | 0 | 1000111 | 1011010 | 100000 | 1101 | 1010010 | 100101 |
Color Harmonies of #AE3311
Complementary color
Monochromatic Colors of #AE3311
Black with #AE3311
Text Example
Text Example
White with #AE3311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3311; }
p { color: rgb(174,51,17); }
H1.HeaderClassName
{
color: #AE3311;
}
.AnyTagClassName
{
color: #AE3311;
}
</style>
background-color css
<style>
a { background-color: #AE3311; }
a { background-color: rgb(174,51,17); }
div.DivClassName
{
background-color: #AE3311;
}
.BgClassName
{
background-color: #AE3311;
}
</style>
border-color css
<style>
span { border-color: #AE3311; }
span { border-color: rgb(174,51,17); }
td.TdClassName
{
border-color: #AE3311;
}
.TagClassName
{
border-color: #AE3311;
}
</style>