Shades of Rust #AE580E
Tints of Rust #AE580E
RGB
CMYK
RGB Variations
Color information
#AE580E (or 0xAE580E) is known color: Rust. HEX triplet: AE, 58 and 0E. RGB value is (174,88,14). Sum of RGB (Red+Green+Blue) = 174+88+14=276 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.04% from 276); Green value is 88 (34.77% from 255 or 31.88% from 276); Blue value is 14 (5.86% from 255 or 5.07% from 276); Max value from RGB is 174 - color contains mainly: red. Hex color #AE580E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE580E is #51A7F1. Grayscale: #696969. Windows color (decimal): -5351410 or 940206. OLE color: 940206.
HSL color Cylindrical-coordinate representation of color #AE580E: hue angle of 27.75º 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 #AE580E is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 88 | 14 | - |
| CMYK | 0 | 0.49 | 0.92 | 0.32 |
| HSL | 27.75º | 0.85% | 0.37% | - |
| HSV(B) | 27.75º | 0.92% | 0.68% | - |
| XYZ | 21.02 | 16.01 | 2.4 | - |
| YUV | 105.28 | 76.49 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 88 | 14 | 0 | 0.49 | 0.92 | 0.32 | 27.75 | 0.85 | 0.37 |
| Hex | AE | 58 | E | 0 | 31 | 5C | 20 | 1C | 55 | 25 |
| Octal | 256 | 130 | 16 | 0 | 61 | 134 | 40 | 34 | 125 | 45 |
| Binary | 10101110 | 1011000 | 1110 | 0 | 110001 | 1011100 | 100000 | 11100 | 1010101 | 100101 |
Color Harmonies of #AE580E
Complementary color
Monochromatic Colors of #AE580E
Black with #AE580E
Text Example
Text Example
White with #AE580E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE580E; }
p { color: rgb(174,88,14); }
H1.HeaderClassName
{
color: #AE580E;
}
.AnyTagClassName
{
color: #AE580E;
}
</style>
background-color css
<style>
a { background-color: #AE580E; }
a { background-color: rgb(174,88,14); }
div.DivClassName
{
background-color: #AE580E;
}
.BgClassName
{
background-color: #AE580E;
}
</style>
border-color css
<style>
span { border-color: #AE580E; }
span { border-color: rgb(174,88,14); }
td.TdClassName
{
border-color: #AE580E;
}
.TagClassName
{
border-color: #AE580E;
}
</style>