Shades of Rust #AE560B
Tints of Rust #AE560B
RGB
CMYK
RGB Variations
Color information
#AE560B (or 0xAE560B) is known color: Rust. HEX triplet: AE, 56 and 0B. RGB value is (174,86,11). Sum of RGB (Red+Green+Blue) = 174+86+11=271 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.21% from 271); Green value is 86 (33.98% from 255 or 31.73% from 271); Blue value is 11 (4.69% from 255 or 4.06% from 271); Max value from RGB is 174 - color contains mainly: red. Hex color #AE560B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE560B is #51A9F4. Grayscale: #686868. Windows color (decimal): -5351925 or 743086. OLE color: 743086.
HSL color Cylindrical-coordinate representation of color #AE560B: hue angle of 27.61º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AE560B is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 86 | 11 | - |
| CMYK | 0 | 0.51 | 0.94 | 0.32 |
| HSL | 27.61º | 0.88% | 0.36% | - |
| HSV(B) | 27.61º | 0.94% | 0.68% | - |
| XYZ | 20.84 | 15.68 | 2.24 | - |
| YUV | 103.76 | 75.65 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 86 | 11 | 0 | 0.51 | 0.94 | 0.32 | 27.61 | 0.88 | 0.36 |
| Hex | AE | 56 | B | 0 | 33 | 5E | 20 | 1C | 58 | 24 |
| Octal | 256 | 126 | 13 | 0 | 63 | 136 | 40 | 34 | 130 | 44 |
| Binary | 10101110 | 1010110 | 1011 | 0 | 110011 | 1011110 | 100000 | 11100 | 1011000 | 100100 |
Color Harmonies of #AE560B
Complementary color
Monochromatic Colors of #AE560B
Black with #AE560B
Text Example
Text Example
White with #AE560B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE560B; }
p { color: rgb(174,86,11); }
H1.HeaderClassName
{
color: #AE560B;
}
.AnyTagClassName
{
color: #AE560B;
}
</style>
background-color css
<style>
a { background-color: #AE560B; }
a { background-color: rgb(174,86,11); }
div.DivClassName
{
background-color: #AE560B;
}
.BgClassName
{
background-color: #AE560B;
}
</style>
border-color css
<style>
span { border-color: #AE560B; }
span { border-color: rgb(174,86,11); }
td.TdClassName
{
border-color: #AE560B;
}
.TagClassName
{
border-color: #AE560B;
}
</style>