Shades of Rust #BA560E
Tints of Rust #BA560E
RGB
CMYK
RGB Variations
Color information
#BA560E (or 0xBA560E) is known color: Rust. HEX triplet: BA, 56 and 0E. RGB value is (186,86,14). Sum of RGB (Red+Green+Blue) = 186+86+14=286 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.03% from 286); Green value is 86 (33.98% from 255 or 30.07% from 286); Blue value is 14 (5.86% from 255 or 4.90% from 286); Max value from RGB is 186 - color contains mainly: red. Hex color #BA560E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA560E is #45A9F1. Grayscale: #6C6C6C. Windows color (decimal): -4565490 or 939706. OLE color: 939706.
HSL color Cylindrical-coordinate representation of color #BA560E: hue angle of 25.12º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA560E is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 86 | 14 | - |
| CMYK | 0 | 0.54 | 0.92 | 0.27 |
| HSL | 25.12º | 0.86% | 0.39% | - |
| HSV(B) | 25.12º | 0.92% | 0.73% | - |
| XYZ | 23.66 | 17.13 | 2.47 | - |
| YUV | 107.69 | 75.13 | 183.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 86 | 14 | 0 | 0.54 | 0.92 | 0.27 | 25.12 | 0.86 | 0.39 |
| Hex | BA | 56 | E | 0 | 36 | 5C | 1B | 19 | 56 | 27 |
| Octal | 272 | 126 | 16 | 0 | 66 | 134 | 33 | 31 | 126 | 47 |
| Binary | 10111010 | 1010110 | 1110 | 0 | 110110 | 1011100 | 11011 | 11001 | 1010110 | 100111 |
Color Harmonies of #BA560E
Complementary color
Monochromatic Colors of #BA560E
Black with #BA560E
Text Example
Text Example
White with #BA560E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA560E; }
p { color: rgb(186,86,14); }
H1.HeaderClassName
{
color: #BA560E;
}
.AnyTagClassName
{
color: #BA560E;
}
</style>
background-color css
<style>
a { background-color: #BA560E; }
a { background-color: rgb(186,86,14); }
div.DivClassName
{
background-color: #BA560E;
}
.BgClassName
{
background-color: #BA560E;
}
</style>
border-color css
<style>
span { border-color: #BA560E; }
span { border-color: rgb(186,86,14); }
td.TdClassName
{
border-color: #BA560E;
}
.TagClassName
{
border-color: #BA560E;
}
</style>