Shades of Rust #AE390F
Tints of Rust #AE390F
RGB
CMYK
RGB Variations
Color information
#AE390F (or 0xAE390F) is known color: Rust. HEX triplet: AE, 39 and 0F. RGB value is (174,57,15). Sum of RGB (Red+Green+Blue) = 174+57+15=246 (32% of max value = 765). Red value is 174 (68.36% from 255 or 70.73% from 246); Green value is 57 (22.66% from 255 or 23.17% from 246); Blue value is 15 (6.25% from 255 or 6.10% from 246); Max value from RGB is 174 - color contains mainly: red. Hex color #AE390F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE390F is #51C6F0. Grayscale: #575757. Windows color (decimal): -5359345 or 997806. OLE color: 997806.
HSL color Cylindrical-coordinate representation of color #AE390F: hue angle of 15.85º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AE390F is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 57 | 15 | - |
| CMYK | 0 | 0.67 | 0.91 | 0.32 |
| HSL | 15.85º | 0.84% | 0.37% | - |
| HSV(B) | 15.85º | 0.91% | 0.68% | - |
| XYZ | 19 | 11.96 | 1.76 | - |
| YUV | 87.2 | 87.26 | 189.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 57 | 15 | 0 | 0.67 | 0.91 | 0.32 | 15.85 | 0.84 | 0.37 |
| Hex | AE | 39 | F | 0 | 43 | 5B | 20 | 10 | 54 | 25 |
| Octal | 256 | 71 | 17 | 0 | 103 | 133 | 40 | 20 | 124 | 45 |
| Binary | 10101110 | 111001 | 1111 | 0 | 1000011 | 1011011 | 100000 | 10000 | 1010100 | 100101 |
Color Harmonies of #AE390F
Complementary color
Monochromatic Colors of #AE390F
Black with #AE390F
Text Example
Text Example
White with #AE390F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE390F; }
p { color: rgb(174,57,15); }
H1.HeaderClassName
{
color: #AE390F;
}
.AnyTagClassName
{
color: #AE390F;
}
</style>
background-color css
<style>
a { background-color: #AE390F; }
a { background-color: rgb(174,57,15); }
div.DivClassName
{
background-color: #AE390F;
}
.BgClassName
{
background-color: #AE390F;
}
</style>
border-color css
<style>
span { border-color: #AE390F; }
span { border-color: rgb(174,57,15); }
td.TdClassName
{
border-color: #AE390F;
}
.TagClassName
{
border-color: #AE390F;
}
</style>