Shades of Rust #AE5601
Tints of Rust #AE5601
RGB
CMYK
RGB Variations
Color information
#AE5601 (or 0xAE5601) is known color: Rust. HEX triplet: AE, 56 and 01. RGB value is (174,86,1). Sum of RGB (Red+Green+Blue) = 174+86+1=261 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.67% from 261); Green value is 86 (33.98% from 255 or 32.95% from 261); Blue value is 1 (0.78% from 255 or 0.38% from 261); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5601 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE5601 is #51A9FE. Grayscale: #676767. Windows color (decimal): -5351935 or 87726. OLE color: 87726.
HSL color Cylindrical-coordinate representation of color #AE5601: hue angle of 29.48º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AE5601 is Cyan = 0, Magento = 0.51, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 86 | 1 | - |
| CMYK | 0 | 0.51 | 0.99 | 0.32 |
| HSL | 29.48º | 0.99% | 0.34% | - |
| HSV(B) | 29.48º | 0.99% | 0.68% | - |
| XYZ | 20.79 | 15.66 | 1.96 | - |
| YUV | 102.62 | 70.65 | 178.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 86 | 1 | 0 | 0.51 | 0.99 | 0.32 | 29.48 | 0.99 | 0.34 |
| Hex | AE | 56 | 1 | 0 | 33 | 63 | 20 | 1D | 63 | 22 |
| Octal | 256 | 126 | 1 | 0 | 63 | 143 | 40 | 35 | 143 | 42 |
| Binary | 10101110 | 1010110 | 1 | 0 | 110011 | 1100011 | 100000 | 11101 | 1100011 | 100010 |
Color Harmonies of #AE5601
Complementary color
Monochromatic Colors of #AE5601
Black with #AE5601
Text Example
Text Example
White with #AE5601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5601; }
p { color: rgb(174,86,1); }
H1.HeaderClassName
{
color: #AE5601;
}
.AnyTagClassName
{
color: #AE5601;
}
</style>
background-color css
<style>
a { background-color: #AE5601; }
a { background-color: rgb(174,86,1); }
div.DivClassName
{
background-color: #AE5601;
}
.BgClassName
{
background-color: #AE5601;
}
</style>
border-color css
<style>
span { border-color: #AE5601; }
span { border-color: rgb(174,86,1); }
td.TdClassName
{
border-color: #AE5601;
}
.TagClassName
{
border-color: #AE5601;
}
</style>