Shades of Rust #AE3312
Tints of Rust #AE3312
RGB
CMYK
RGB Variations
Color information
#AE3312 (or 0xAE3312) is known color: Rust. HEX triplet: AE, 33 and 12. RGB value is (174,51,18). Sum of RGB (Red+Green+Blue) = 174+51+18=243 (32% of max value = 765). Red value is 174 (68.36% from 255 or 71.60% from 243); Green value is 51 (20.31% from 255 or 20.99% from 243); Blue value is 18 (7.42% from 255 or 7.41% from 243); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3312 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3312 is #51CCED. Grayscale: #545454. Windows color (decimal): -5360878 or 1192878. OLE color: 1192878.
HSL color Cylindrical-coordinate representation of color #AE3312: hue angle of 12.69º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE3312 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 51 | 18 | - |
| CMYK | 0 | 0.71 | 0.90 | 0.32 |
| HSL | 12.69º | 0.81% | 0.38% | - |
| HSV(B) | 12.69º | 0.9% | 0.68% | - |
| XYZ | 18.75 | 11.41 | 1.79 | - |
| YUV | 84.02 | 90.75 | 192.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 51 | 18 | 0 | 0.71 | 0.90 | 0.32 | 12.69 | 0.81 | 0.38 |
| Hex | AE | 33 | 12 | 0 | 47 | 5A | 20 | D | 51 | 26 |
| Octal | 256 | 63 | 22 | 0 | 107 | 132 | 40 | 15 | 121 | 46 |
| Binary | 10101110 | 110011 | 10010 | 0 | 1000111 | 1011010 | 100000 | 1101 | 1010001 | 100110 |
Color Harmonies of #AE3312
Complementary color
Monochromatic Colors of #AE3312
Black with #AE3312
Text Example
Text Example
White with #AE3312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3312; }
p { color: rgb(174,51,18); }
H1.HeaderClassName
{
color: #AE3312;
}
.AnyTagClassName
{
color: #AE3312;
}
</style>
background-color css
<style>
a { background-color: #AE3312; }
a { background-color: rgb(174,51,18); }
div.DivClassName
{
background-color: #AE3312;
}
.BgClassName
{
background-color: #AE3312;
}
</style>
border-color css
<style>
span { border-color: #AE3312; }
span { border-color: rgb(174,51,18); }
td.TdClassName
{
border-color: #AE3312;
}
.TagClassName
{
border-color: #AE3312;
}
</style>