Shades of Rust #AE390C
Tints of Rust #AE390C
RGB
CMYK
RGB Variations
Color information
#AE390C (or 0xAE390C) is known color: Rust. HEX triplet: AE, 39 and 0C. RGB value is (174,57,12). Sum of RGB (Red+Green+Blue) = 174+57+12=243 (32% of max value = 765). Red value is 174 (68.36% from 255 or 71.60% from 243); Green value is 57 (22.66% from 255 or 23.46% from 243); Blue value is 12 (5.08% from 255 or 4.94% from 243); Max value from RGB is 174 - color contains mainly: red. Hex color #AE390C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE390C is #51C6F3. Grayscale: #575757. Windows color (decimal): -5359348 or 801198. OLE color: 801198.
HSL color Cylindrical-coordinate representation of color #AE390C: hue angle of 16.67º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AE390C is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 57 | 12 | - |
| CMYK | 0 | 0.67 | 0.93 | 0.32 |
| HSL | 16.67º | 0.87% | 0.36% | - |
| HSV(B) | 16.67º | 0.93% | 0.68% | - |
| XYZ | 18.99 | 11.95 | 1.65 | - |
| YUV | 86.85 | 85.76 | 190.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 57 | 12 | 0 | 0.67 | 0.93 | 0.32 | 16.67 | 0.87 | 0.36 |
| Hex | AE | 39 | C | 0 | 43 | 5D | 20 | 11 | 57 | 24 |
| Octal | 256 | 71 | 14 | 0 | 103 | 135 | 40 | 21 | 127 | 44 |
| Binary | 10101110 | 111001 | 1100 | 0 | 1000011 | 1011101 | 100000 | 10001 | 1010111 | 100100 |
Color Harmonies of #AE390C
Complementary color
Monochromatic Colors of #AE390C
Black with #AE390C
Text Example
Text Example
White with #AE390C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE390C; }
p { color: rgb(174,57,12); }
H1.HeaderClassName
{
color: #AE390C;
}
.AnyTagClassName
{
color: #AE390C;
}
</style>
background-color css
<style>
a { background-color: #AE390C; }
a { background-color: rgb(174,57,12); }
div.DivClassName
{
background-color: #AE390C;
}
.BgClassName
{
background-color: #AE390C;
}
</style>
border-color css
<style>
span { border-color: #AE390C; }
span { border-color: rgb(174,57,12); }
td.TdClassName
{
border-color: #AE390C;
}
.TagClassName
{
border-color: #AE390C;
}
</style>