Shades of Rust #AE3C12
Tints of Rust #AE3C12
RGB
CMYK
RGB Variations
Color information
#AE3C12 (or 0xAE3C12) is known color: Rust. HEX triplet: AE, 3C and 12. RGB value is (174,60,18). Sum of RGB (Red+Green+Blue) = 174+60+18=252 (33% of max value = 765). Red value is 174 (68.36% from 255 or 69.05% from 252); Green value is 60 (23.83% from 255 or 23.81% from 252); Blue value is 18 (7.42% from 255 or 7.14% from 252); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3C12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3C12 is #51C3ED. Grayscale: #595959. Windows color (decimal): -5358574 or 1195182. OLE color: 1195182.
HSL color Cylindrical-coordinate representation of color #AE3C12: hue angle of 16.15º 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 #AE3C12 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 60 | 18 | - |
| CMYK | 0 | 0.66 | 0.90 | 0.32 |
| HSL | 16.15º | 0.81% | 0.38% | - |
| HSV(B) | 16.15º | 0.9% | 0.68% | - |
| XYZ | 19.18 | 12.27 | 1.93 | - |
| YUV | 89.3 | 87.77 | 188.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 60 | 18 | 0 | 0.66 | 0.90 | 0.32 | 16.15 | 0.81 | 0.38 |
| Hex | AE | 3C | 12 | 0 | 42 | 5A | 20 | 10 | 51 | 26 |
| Octal | 256 | 74 | 22 | 0 | 102 | 132 | 40 | 20 | 121 | 46 |
| Binary | 10101110 | 111100 | 10010 | 0 | 1000010 | 1011010 | 100000 | 10000 | 1010001 | 100110 |
Color Harmonies of #AE3C12
Complementary color
Monochromatic Colors of #AE3C12
Black with #AE3C12
Text Example
Text Example
White with #AE3C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3C12; }
p { color: rgb(174,60,18); }
H1.HeaderClassName
{
color: #AE3C12;
}
.AnyTagClassName
{
color: #AE3C12;
}
</style>
background-color css
<style>
a { background-color: #AE3C12; }
a { background-color: rgb(174,60,18); }
div.DivClassName
{
background-color: #AE3C12;
}
.BgClassName
{
background-color: #AE3C12;
}
</style>
border-color css
<style>
span { border-color: #AE3C12; }
span { border-color: rgb(174,60,18); }
td.TdClassName
{
border-color: #AE3C12;
}
.TagClassName
{
border-color: #AE3C12;
}
</style>