Shades of Rust #AE360E
Tints of Rust #AE360E
RGB
CMYK
RGB Variations
Color information
#AE360E (or 0xAE360E) is known color: Rust. HEX triplet: AE, 36 and 0E. RGB value is (174,54,14). Sum of RGB (Red+Green+Blue) = 174+54+14=242 (32% of max value = 765). Red value is 174 (68.36% from 255 or 71.90% from 242); Green value is 54 (21.48% from 255 or 22.31% from 242); Blue value is 14 (5.86% from 255 or 5.79% from 242); Max value from RGB is 174 - color contains mainly: red. Hex color #AE360E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE360E is #51C9F1. Grayscale: #555555. Windows color (decimal): -5360114 or 931502. OLE color: 931502.
HSL color Cylindrical-coordinate representation of color #AE360E: hue angle of 15º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AE360E is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 54 | 14 | - |
| CMYK | 0 | 0.69 | 0.92 | 0.32 |
| HSL | 15º | 0.85% | 0.37% | - |
| HSV(B) | 15º | 0.92% | 0.68% | - |
| XYZ | 18.85 | 11.67 | 1.67 | - |
| YUV | 85.32 | 87.76 | 191.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 54 | 14 | 0 | 0.69 | 0.92 | 0.32 | 15 | 0.85 | 0.37 |
| Hex | AE | 36 | E | 0 | 45 | 5C | 20 | F | 55 | 25 |
| Octal | 256 | 66 | 16 | 0 | 105 | 134 | 40 | 17 | 125 | 45 |
| Binary | 10101110 | 110110 | 1110 | 0 | 1000101 | 1011100 | 100000 | 1111 | 1010101 | 100101 |
Color Harmonies of #AE360E
Complementary color
Monochromatic Colors of #AE360E
Black with #AE360E
Text Example
Text Example
White with #AE360E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE360E; }
p { color: rgb(174,54,14); }
H1.HeaderClassName
{
color: #AE360E;
}
.AnyTagClassName
{
color: #AE360E;
}
</style>
background-color css
<style>
a { background-color: #AE360E; }
a { background-color: rgb(174,54,14); }
div.DivClassName
{
background-color: #AE360E;
}
.BgClassName
{
background-color: #AE360E;
}
</style>
border-color css
<style>
span { border-color: #AE360E; }
span { border-color: rgb(174,54,14); }
td.TdClassName
{
border-color: #AE360E;
}
.TagClassName
{
border-color: #AE360E;
}
</style>