Shades of Rust #AE3115
Tints of Rust #AE3115
RGB
CMYK
RGB Variations
Color information
#AE3115 (or 0xAE3115) is known color: Rust. HEX triplet: AE, 31 and 15. RGB value is (174,49,21). Sum of RGB (Red+Green+Blue) = 174+49+21=244 (32% of max value = 765). Red value is 174 (68.36% from 255 or 71.31% from 244); Green value is 49 (19.53% from 255 or 20.08% from 244); Blue value is 21 (8.59% from 255 or 8.61% from 244); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3115 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3115 is #51CEEA. Grayscale: #535353. Windows color (decimal): -5361387 or 1388974. OLE color: 1388974.
HSL color Cylindrical-coordinate representation of color #AE3115: hue angle of 10.98º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AE3115 is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 49 | 21 | - |
| CMYK | 0 | 0.72 | 0.88 | 0.32 |
| HSL | 10.98º | 0.78% | 0.38% | - |
| HSV(B) | 10.98º | 0.88% | 0.68% | - |
| XYZ | 18.69 | 11.25 | 1.9 | - |
| YUV | 83.18 | 92.91 | 192.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 49 | 21 | 0 | 0.72 | 0.88 | 0.32 | 10.98 | 0.78 | 0.38 |
| Hex | AE | 31 | 15 | 0 | 48 | 58 | 20 | B | 4E | 26 |
| Octal | 256 | 61 | 25 | 0 | 110 | 130 | 40 | 13 | 116 | 46 |
| Binary | 10101110 | 110001 | 10101 | 0 | 1001000 | 1011000 | 100000 | 1011 | 1001110 | 100110 |
Color Harmonies of #AE3115
Complementary color
Monochromatic Colors of #AE3115
Black with #AE3115
Text Example
Text Example
White with #AE3115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3115; }
p { color: rgb(174,49,21); }
H1.HeaderClassName
{
color: #AE3115;
}
.AnyTagClassName
{
color: #AE3115;
}
</style>
background-color css
<style>
a { background-color: #AE3115; }
a { background-color: rgb(174,49,21); }
div.DivClassName
{
background-color: #AE3115;
}
.BgClassName
{
background-color: #AE3115;
}
</style>
border-color css
<style>
span { border-color: #AE3115; }
span { border-color: rgb(174,49,21); }
td.TdClassName
{
border-color: #AE3115;
}
.TagClassName
{
border-color: #AE3115;
}
</style>