Shades of Rust #AE2F12
Tints of Rust #AE2F12
RGB
CMYK
RGB Variations
Color information
#AE2F12 (or 0xAE2F12) is known color: Rust. HEX triplet: AE, 2F and 12. RGB value is (174,47,18). Sum of RGB (Red+Green+Blue) = 174+47+18=239 (31% of max value = 765). Red value is 174 (68.36% from 255 or 72.80% from 239); Green value is 47 (18.75% from 255 or 19.67% from 239); Blue value is 18 (7.42% from 255 or 7.53% from 239); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2F12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2F12 is #51D0ED. Grayscale: #515151. Windows color (decimal): -5361902 or 1191854. OLE color: 1191854.
HSL color Cylindrical-coordinate representation of color #AE2F12: hue angle of 11.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 #AE2F12 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 47 | 18 | - |
| CMYK | 0 | 0.73 | 0.90 | 0.32 |
| HSL | 11.15º | 0.81% | 0.38% | - |
| HSV(B) | 11.15º | 0.9% | 0.68% | - |
| XYZ | 18.58 | 11.08 | 1.73 | - |
| YUV | 81.67 | 92.08 | 193.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 47 | 18 | 0 | 0.73 | 0.90 | 0.32 | 11.15 | 0.81 | 0.38 |
| Hex | AE | 2F | 12 | 0 | 49 | 5A | 20 | B | 51 | 26 |
| Octal | 256 | 57 | 22 | 0 | 111 | 132 | 40 | 13 | 121 | 46 |
| Binary | 10101110 | 101111 | 10010 | 0 | 1001001 | 1011010 | 100000 | 1011 | 1010001 | 100110 |
Color Harmonies of #AE2F12
Complementary color
Monochromatic Colors of #AE2F12
Black with #AE2F12
Text Example
Text Example
White with #AE2F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2F12; }
p { color: rgb(174,47,18); }
H1.HeaderClassName
{
color: #AE2F12;
}
.AnyTagClassName
{
color: #AE2F12;
}
</style>
background-color css
<style>
a { background-color: #AE2F12; }
a { background-color: rgb(174,47,18); }
div.DivClassName
{
background-color: #AE2F12;
}
.BgClassName
{
background-color: #AE2F12;
}
</style>
border-color css
<style>
span { border-color: #AE2F12; }
span { border-color: rgb(174,47,18); }
td.TdClassName
{
border-color: #AE2F12;
}
.TagClassName
{
border-color: #AE2F12;
}
</style>