Shades of Rust #AE3712
Tints of Rust #AE3712
RGB
CMYK
RGB Variations
Color information
#AE3712 (or 0xAE3712) is known color: Rust. HEX triplet: AE, 37 and 12. RGB value is (174,55,18). Sum of RGB (Red+Green+Blue) = 174+55+18=247 (32% of max value = 765). Red value is 174 (68.36% from 255 or 70.45% from 247); Green value is 55 (21.88% from 255 or 22.27% from 247); Blue value is 18 (7.42% from 255 or 7.29% from 247); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3712 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3712 is #51C8ED. Grayscale: #565656. Windows color (decimal): -5359854 or 1193902. OLE color: 1193902.
HSL color Cylindrical-coordinate representation of color #AE3712: hue angle of 14.23º 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 #AE3712 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 55 | 18 | - |
| CMYK | 0 | 0.68 | 0.90 | 0.32 |
| HSL | 14.23º | 0.81% | 0.38% | - |
| HSV(B) | 14.23º | 0.9% | 0.68% | - |
| XYZ | 18.93 | 11.77 | 1.85 | - |
| YUV | 86.36 | 89.42 | 190.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 55 | 18 | 0 | 0.68 | 0.90 | 0.32 | 14.23 | 0.81 | 0.38 |
| Hex | AE | 37 | 12 | 0 | 44 | 5A | 20 | E | 51 | 26 |
| Octal | 256 | 67 | 22 | 0 | 104 | 132 | 40 | 16 | 121 | 46 |
| Binary | 10101110 | 110111 | 10010 | 0 | 1000100 | 1011010 | 100000 | 1110 | 1010001 | 100110 |
Color Harmonies of #AE3712
Complementary color
Monochromatic Colors of #AE3712
Black with #AE3712
Text Example
Text Example
White with #AE3712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3712; }
p { color: rgb(174,55,18); }
H1.HeaderClassName
{
color: #AE3712;
}
.AnyTagClassName
{
color: #AE3712;
}
</style>
background-color css
<style>
a { background-color: #AE3712; }
a { background-color: rgb(174,55,18); }
div.DivClassName
{
background-color: #AE3712;
}
.BgClassName
{
background-color: #AE3712;
}
</style>
border-color css
<style>
span { border-color: #AE3712; }
span { border-color: rgb(174,55,18); }
td.TdClassName
{
border-color: #AE3712;
}
.TagClassName
{
border-color: #AE3712;
}
</style>