Shades of Rust #AE3113
Tints of Rust #AE3113
RGB
CMYK
RGB Variations
Color information
#AE3113 (or 0xAE3113) is known color: Rust. HEX triplet: AE, 31 and 13. RGB value is (174,49,19). Sum of RGB (Red+Green+Blue) = 174+49+19=242 (32% of max value = 765). Red value is 174 (68.36% from 255 or 71.90% from 242); Green value is 49 (19.53% from 255 or 20.25% from 242); Blue value is 19 (7.81% from 255 or 7.85% from 242); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3113 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3113 is #51CEEC. Grayscale: #535353. Windows color (decimal): -5361389 or 1257902. OLE color: 1257902.
HSL color Cylindrical-coordinate representation of color #AE3113: hue angle of 11.61º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AE3113 is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 49 | 19 | - |
| CMYK | 0 | 0.72 | 0.89 | 0.32 |
| HSL | 11.61º | 0.8% | 0.38% | - |
| HSV(B) | 11.61º | 0.89% | 0.68% | - |
| XYZ | 18.67 | 11.24 | 1.8 | - |
| YUV | 82.96 | 91.91 | 192.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 49 | 19 | 0 | 0.72 | 0.89 | 0.32 | 11.61 | 0.8 | 0.38 |
| Hex | AE | 31 | 13 | 0 | 48 | 59 | 20 | C | 50 | 26 |
| Octal | 256 | 61 | 23 | 0 | 110 | 131 | 40 | 14 | 120 | 46 |
| Binary | 10101110 | 110001 | 10011 | 0 | 1001000 | 1011001 | 100000 | 1100 | 1010000 | 100110 |
Color Harmonies of #AE3113
Complementary color
Monochromatic Colors of #AE3113
Black with #AE3113
Text Example
Text Example
White with #AE3113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3113; }
p { color: rgb(174,49,19); }
H1.HeaderClassName
{
color: #AE3113;
}
.AnyTagClassName
{
color: #AE3113;
}
</style>
background-color css
<style>
a { background-color: #AE3113; }
a { background-color: rgb(174,49,19); }
div.DivClassName
{
background-color: #AE3113;
}
.BgClassName
{
background-color: #AE3113;
}
</style>
border-color css
<style>
span { border-color: #AE3113; }
span { border-color: rgb(174,49,19); }
td.TdClassName
{
border-color: #AE3113;
}
.TagClassName
{
border-color: #AE3113;
}
</style>