Shades of Rust #AE540C
Tints of Rust #AE540C
RGB
CMYK
RGB Variations
Color information
#AE540C (or 0xAE540C) is known color: Rust. HEX triplet: AE, 54 and 0C. RGB value is (174,84,12). Sum of RGB (Red+Green+Blue) = 174+84+12=270 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.44% from 270); Green value is 84 (33.20% from 255 or 31.11% from 270); Blue value is 12 (5.08% from 255 or 4.44% from 270); Max value from RGB is 174 - color contains mainly: red. Hex color #AE540C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE540C is #51ABF3. Grayscale: #676767. Windows color (decimal): -5352436 or 808110. OLE color: 808110.
HSL color Cylindrical-coordinate representation of color #AE540C: hue angle of 26.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 #AE540C is Cyan = 0, Magento = 0.52, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 84 | 12 | - |
| CMYK | 0 | 0.52 | 0.93 | 0.32 |
| HSL | 26.67º | 0.87% | 0.36% | - |
| HSV(B) | 26.67º | 0.93% | 0.68% | - |
| XYZ | 20.69 | 15.37 | 2.22 | - |
| YUV | 102.7 | 76.82 | 178.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 84 | 12 | 0 | 0.52 | 0.93 | 0.32 | 26.67 | 0.87 | 0.36 |
| Hex | AE | 54 | C | 0 | 34 | 5D | 20 | 1B | 57 | 24 |
| Octal | 256 | 124 | 14 | 0 | 64 | 135 | 40 | 33 | 127 | 44 |
| Binary | 10101110 | 1010100 | 1100 | 0 | 110100 | 1011101 | 100000 | 11011 | 1010111 | 100100 |
Color Harmonies of #AE540C
Complementary color
Monochromatic Colors of #AE540C
Black with #AE540C
Text Example
Text Example
White with #AE540C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE540C; }
p { color: rgb(174,84,12); }
H1.HeaderClassName
{
color: #AE540C;
}
.AnyTagClassName
{
color: #AE540C;
}
</style>
background-color css
<style>
a { background-color: #AE540C; }
a { background-color: rgb(174,84,12); }
div.DivClassName
{
background-color: #AE540C;
}
.BgClassName
{
background-color: #AE540C;
}
</style>
border-color css
<style>
span { border-color: #AE540C; }
span { border-color: rgb(174,84,12); }
td.TdClassName
{
border-color: #AE540C;
}
.TagClassName
{
border-color: #AE540C;
}
</style>