Shades of Rust #AE580C
Tints of Rust #AE580C
RGB
CMYK
RGB Variations
Color information
#AE580C (or 0xAE580C) is known color: Rust. HEX triplet: AE, 58 and 0C. RGB value is (174,88,12). Sum of RGB (Red+Green+Blue) = 174+88+12=274 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.50% from 274); Green value is 88 (34.77% from 255 or 32.12% from 274); Blue value is 12 (5.08% from 255 or 4.38% from 274); Max value from RGB is 174 - color contains mainly: red. Hex color #AE580C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE580C is #51A7F3. Grayscale: #696969. Windows color (decimal): -5351412 or 809134. OLE color: 809134.
HSL color Cylindrical-coordinate representation of color #AE580C: hue angle of 28.15º 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 #AE580C is Cyan = 0, Magento = 0.49, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 88 | 12 | - |
| CMYK | 0 | 0.49 | 0.93 | 0.32 |
| HSL | 28.15º | 0.87% | 0.36% | - |
| HSV(B) | 28.15º | 0.93% | 0.68% | - |
| XYZ | 21.01 | 16 | 2.33 | - |
| YUV | 105.05 | 75.49 | 177.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 88 | 12 | 0 | 0.49 | 0.93 | 0.32 | 28.15 | 0.87 | 0.36 |
| Hex | AE | 58 | C | 0 | 31 | 5D | 20 | 1C | 57 | 24 |
| Octal | 256 | 130 | 14 | 0 | 61 | 135 | 40 | 34 | 127 | 44 |
| Binary | 10101110 | 1011000 | 1100 | 0 | 110001 | 1011101 | 100000 | 11100 | 1010111 | 100100 |
Color Harmonies of #AE580C
Complementary color
Monochromatic Colors of #AE580C
Black with #AE580C
Text Example
Text Example
White with #AE580C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE580C; }
p { color: rgb(174,88,12); }
H1.HeaderClassName
{
color: #AE580C;
}
.AnyTagClassName
{
color: #AE580C;
}
</style>
background-color css
<style>
a { background-color: #AE580C; }
a { background-color: rgb(174,88,12); }
div.DivClassName
{
background-color: #AE580C;
}
.BgClassName
{
background-color: #AE580C;
}
</style>
border-color css
<style>
span { border-color: #AE580C; }
span { border-color: rgb(174,88,12); }
td.TdClassName
{
border-color: #AE580C;
}
.TagClassName
{
border-color: #AE580C;
}
</style>