Shades of Rust #AE3012
Tints of Rust #AE3012
RGB
CMYK
RGB Variations
Color information
#AE3012 (or 0xAE3012) is known color: Rust. HEX triplet: AE, 30 and 12. RGB value is (174,48,18). Sum of RGB (Red+Green+Blue) = 174+48+18=240 (31% of max value = 765). Red value is 174 (68.36% from 255 or 72.5% from 240); Green value is 48 (19.14% from 255 or 20% from 240); Blue value is 18 (7.42% from 255 or 7.5% from 240); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3012 is #51CFED. Grayscale: #525252. Windows color (decimal): -5361646 or 1192110. OLE color: 1192110.
HSL color Cylindrical-coordinate representation of color #AE3012: hue angle of 11.54º 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 #AE3012 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 48 | 18 | - |
| CMYK | 0 | 0.72 | 0.90 | 0.32 |
| HSL | 11.54º | 0.81% | 0.38% | - |
| HSV(B) | 11.54º | 0.9% | 0.68% | - |
| XYZ | 18.62 | 11.16 | 1.74 | - |
| YUV | 82.25 | 91.74 | 193.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 48 | 18 | 0 | 0.72 | 0.90 | 0.32 | 11.54 | 0.81 | 0.38 |
| Hex | AE | 30 | 12 | 0 | 48 | 5A | 20 | C | 51 | 26 |
| Octal | 256 | 60 | 22 | 0 | 110 | 132 | 40 | 14 | 121 | 46 |
| Binary | 10101110 | 110000 | 10010 | 0 | 1001000 | 1011010 | 100000 | 1100 | 1010001 | 100110 |
Color Harmonies of #AE3012
Complementary color
Monochromatic Colors of #AE3012
Black with #AE3012
Text Example
Text Example
White with #AE3012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3012; }
p { color: rgb(174,48,18); }
H1.HeaderClassName
{
color: #AE3012;
}
.AnyTagClassName
{
color: #AE3012;
}
</style>
background-color css
<style>
a { background-color: #AE3012; }
a { background-color: rgb(174,48,18); }
div.DivClassName
{
background-color: #AE3012;
}
.BgClassName
{
background-color: #AE3012;
}
</style>
border-color css
<style>
span { border-color: #AE3012; }
span { border-color: rgb(174,48,18); }
td.TdClassName
{
border-color: #AE3012;
}
.TagClassName
{
border-color: #AE3012;
}
</style>