Shades of Rust #AE580F
Tints of Rust #AE580F
RGB
CMYK
RGB Variations
Color information
#AE580F (or 0xAE580F) is known color: Rust. HEX triplet: AE, 58 and 0F. RGB value is (174,88,15). Sum of RGB (Red+Green+Blue) = 174+88+15=277 (36% of max value = 765). Red value is 174 (68.36% from 255 or 62.82% from 277); Green value is 88 (34.77% from 255 or 31.77% from 277); Blue value is 15 (6.25% from 255 or 5.42% from 277); Max value from RGB is 174 - color contains mainly: red. Hex color #AE580F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE580F is #51A7F0. Grayscale: #696969. Windows color (decimal): -5351409 or 1005742. OLE color: 1005742.
HSL color Cylindrical-coordinate representation of color #AE580F: hue angle of 27.55º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AE580F is Cyan = 0, Magento = 0.49, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 88 | 15 | - |
| CMYK | 0 | 0.49 | 0.91 | 0.32 |
| HSL | 27.55º | 0.84% | 0.37% | - |
| HSV(B) | 27.55º | 0.91% | 0.68% | - |
| XYZ | 21.03 | 16.01 | 2.43 | - |
| YUV | 105.39 | 76.99 | 176.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 88 | 15 | 0 | 0.49 | 0.91 | 0.32 | 27.55 | 0.84 | 0.37 |
| Hex | AE | 58 | F | 0 | 31 | 5B | 20 | 1C | 54 | 25 |
| Octal | 256 | 130 | 17 | 0 | 61 | 133 | 40 | 34 | 124 | 45 |
| Binary | 10101110 | 1011000 | 1111 | 0 | 110001 | 1011011 | 100000 | 11100 | 1010100 | 100101 |
Color Harmonies of #AE580F
Complementary color
Monochromatic Colors of #AE580F
Black with #AE580F
Text Example
Text Example
White with #AE580F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE580F; }
p { color: rgb(174,88,15); }
H1.HeaderClassName
{
color: #AE580F;
}
.AnyTagClassName
{
color: #AE580F;
}
</style>
background-color css
<style>
a { background-color: #AE580F; }
a { background-color: rgb(174,88,15); }
div.DivClassName
{
background-color: #AE580F;
}
.BgClassName
{
background-color: #AE580F;
}
</style>
border-color css
<style>
span { border-color: #AE580F; }
span { border-color: rgb(174,88,15); }
td.TdClassName
{
border-color: #AE580F;
}
.TagClassName
{
border-color: #AE580F;
}
</style>