Shades of Rust #AE3413
Tints of Rust #AE3413
RGB
CMYK
RGB Variations
Color information
#AE3413 (or 0xAE3413) is known color: Rust. HEX triplet: AE, 34 and 13. RGB value is (174,52,19). Sum of RGB (Red+Green+Blue) = 174+52+19=245 (32% of max value = 765). Red value is 174 (68.36% from 255 or 71.02% from 245); Green value is 52 (20.70% from 255 or 21.22% from 245); Blue value is 19 (7.81% from 255 or 7.76% from 245); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3413 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3413 is #51CBEC. Grayscale: #545454. Windows color (decimal): -5360621 or 1258670. OLE color: 1258670.
HSL color Cylindrical-coordinate representation of color #AE3413: hue angle of 12.77º 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 #AE3413 is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 52 | 19 | - |
| CMYK | 0 | 0.70 | 0.89 | 0.32 |
| HSL | 12.77º | 0.8% | 0.38% | - |
| HSV(B) | 12.77º | 0.89% | 0.68% | - |
| XYZ | 18.8 | 11.5 | 1.85 | - |
| YUV | 84.72 | 90.92 | 191.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 52 | 19 | 0 | 0.70 | 0.89 | 0.32 | 12.77 | 0.8 | 0.38 |
| Hex | AE | 34 | 13 | 0 | 46 | 59 | 20 | D | 50 | 26 |
| Octal | 256 | 64 | 23 | 0 | 106 | 131 | 40 | 15 | 120 | 46 |
| Binary | 10101110 | 110100 | 10011 | 0 | 1000110 | 1011001 | 100000 | 1101 | 1010000 | 100110 |
Color Harmonies of #AE3413
Complementary color
Monochromatic Colors of #AE3413
Black with #AE3413
Text Example
Text Example
White with #AE3413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3413; }
p { color: rgb(174,52,19); }
H1.HeaderClassName
{
color: #AE3413;
}
.AnyTagClassName
{
color: #AE3413;
}
</style>
background-color css
<style>
a { background-color: #AE3413; }
a { background-color: rgb(174,52,19); }
div.DivClassName
{
background-color: #AE3413;
}
.BgClassName
{
background-color: #AE3413;
}
</style>
border-color css
<style>
span { border-color: #AE3413; }
span { border-color: rgb(174,52,19); }
td.TdClassName
{
border-color: #AE3413;
}
.TagClassName
{
border-color: #AE3413;
}
</style>