Shades of Rust #AE390D
Tints of Rust #AE390D
RGB
CMYK
RGB Variations
Color information
#AE390D (or 0xAE390D) is known color: Rust. HEX triplet: AE, 39 and 0D. RGB value is (174,57,13). Sum of RGB (Red+Green+Blue) = 174+57+13=244 (32% of max value = 765). Red value is 174 (68.36% from 255 or 71.31% from 244); Green value is 57 (22.66% from 255 or 23.36% from 244); Blue value is 13 (5.47% from 255 or 5.33% from 244); Max value from RGB is 174 - color contains mainly: red. Hex color #AE390D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE390D is #51C6F2. Grayscale: #575757. Windows color (decimal): -5359347 or 866734. OLE color: 866734.
HSL color Cylindrical-coordinate representation of color #AE390D: hue angle of 16.4º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AE390D is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 57 | 13 | - |
| CMYK | 0 | 0.67 | 0.93 | 0.32 |
| HSL | 16.4º | 0.86% | 0.37% | - |
| HSV(B) | 16.4º | 0.93% | 0.68% | - |
| XYZ | 18.99 | 11.95 | 1.69 | - |
| YUV | 86.97 | 86.26 | 190.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 57 | 13 | 0 | 0.67 | 0.93 | 0.32 | 16.4 | 0.86 | 0.37 |
| Hex | AE | 39 | D | 0 | 43 | 5D | 20 | 10 | 56 | 25 |
| Octal | 256 | 71 | 15 | 0 | 103 | 135 | 40 | 20 | 126 | 45 |
| Binary | 10101110 | 111001 | 1101 | 0 | 1000011 | 1011101 | 100000 | 10000 | 1010110 | 100101 |
Color Harmonies of #AE390D
Complementary color
Monochromatic Colors of #AE390D
Black with #AE390D
Text Example
Text Example
White with #AE390D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE390D; }
p { color: rgb(174,57,13); }
H1.HeaderClassName
{
color: #AE390D;
}
.AnyTagClassName
{
color: #AE390D;
}
</style>
background-color css
<style>
a { background-color: #AE390D; }
a { background-color: rgb(174,57,13); }
div.DivClassName
{
background-color: #AE390D;
}
.BgClassName
{
background-color: #AE390D;
}
</style>
border-color css
<style>
span { border-color: #AE390D; }
span { border-color: rgb(174,57,13); }
td.TdClassName
{
border-color: #AE390D;
}
.TagClassName
{
border-color: #AE390D;
}
</style>