Shades of Rust #BA5914
Tints of Rust #BA5914
RGB
CMYK
RGB Variations
Color information
#BA5914 (or 0xBA5914) is known color: Rust. HEX triplet: BA, 59 and 14. RGB value is (186,89,20). Sum of RGB (Red+Green+Blue) = 186+89+20=295 (39% of max value = 765). Red value is 186 (73.05% from 255 or 63.05% from 295); Green value is 89 (35.16% from 255 or 30.17% from 295); Blue value is 20 (8.20% from 255 or 6.78% from 295); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5914 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5914 is #45A6EB. Grayscale: #6E6E6E. Windows color (decimal): -4564716 or 1333690. OLE color: 1333690.
HSL color Cylindrical-coordinate representation of color #BA5914: hue angle of 24.94º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA5914 is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 89 | 20 | - |
| CMYK | 0 | 0.52 | 0.89 | 0.27 |
| HSL | 24.94º | 0.81% | 0.4% | - |
| HSV(B) | 24.94º | 0.89% | 0.73% | - |
| XYZ | 23.95 | 17.63 | 2.8 | - |
| YUV | 110.14 | 77.14 | 182.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 89 | 20 | 0 | 0.52 | 0.89 | 0.27 | 24.94 | 0.81 | 0.4 |
| Hex | BA | 59 | 14 | 0 | 34 | 59 | 1B | 19 | 51 | 28 |
| Octal | 272 | 131 | 24 | 0 | 64 | 131 | 33 | 31 | 121 | 50 |
| Binary | 10111010 | 1011001 | 10100 | 0 | 110100 | 1011001 | 11011 | 11001 | 1010001 | 101000 |
Color Harmonies of #BA5914
Complementary color
Monochromatic Colors of #BA5914
Black with #BA5914
Text Example
Text Example
White with #BA5914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5914; }
p { color: rgb(186,89,20); }
H1.HeaderClassName
{
color: #BA5914;
}
.AnyTagClassName
{
color: #BA5914;
}
</style>
background-color css
<style>
a { background-color: #BA5914; }
a { background-color: rgb(186,89,20); }
div.DivClassName
{
background-color: #BA5914;
}
.BgClassName
{
background-color: #BA5914;
}
</style>
border-color css
<style>
span { border-color: #BA5914; }
span { border-color: rgb(186,89,20); }
td.TdClassName
{
border-color: #BA5914;
}
.TagClassName
{
border-color: #BA5914;
}
</style>