Shades of Rust #BA5711
Tints of Rust #BA5711
RGB
CMYK
RGB Variations
Color information
#BA5711 (or 0xBA5711) is known color: Rust. HEX triplet: BA, 57 and 11. RGB value is (186,87,17). Sum of RGB (Red+Green+Blue) = 186+87+17=290 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.14% from 290); Green value is 87 (34.38% from 255 or 30% from 290); Blue value is 17 (7.03% from 255 or 5.86% from 290); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5711 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5711 is #45A8EE. Grayscale: #6D6D6D. Windows color (decimal): -4565231 or 1136570. OLE color: 1136570.
HSL color Cylindrical-coordinate representation of color #BA5711: hue angle of 24.85º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA5711 is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 87 | 17 | - |
| CMYK | 0 | 0.53 | 0.91 | 0.27 |
| HSL | 24.85º | 0.83% | 0.4% | - |
| HSV(B) | 24.85º | 0.91% | 0.73% | - |
| XYZ | 23.76 | 17.3 | 2.62 | - |
| YUV | 108.62 | 76.3 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 87 | 17 | 0 | 0.53 | 0.91 | 0.27 | 24.85 | 0.83 | 0.4 |
| Hex | BA | 57 | 11 | 0 | 35 | 5B | 1B | 19 | 53 | 28 |
| Octal | 272 | 127 | 21 | 0 | 65 | 133 | 33 | 31 | 123 | 50 |
| Binary | 10111010 | 1010111 | 10001 | 0 | 110101 | 1011011 | 11011 | 11001 | 1010011 | 101000 |
Color Harmonies of #BA5711
Complementary color
Monochromatic Colors of #BA5711
Black with #BA5711
Text Example
Text Example
White with #BA5711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5711; }
p { color: rgb(186,87,17); }
H1.HeaderClassName
{
color: #BA5711;
}
.AnyTagClassName
{
color: #BA5711;
}
</style>
background-color css
<style>
a { background-color: #BA5711; }
a { background-color: rgb(186,87,17); }
div.DivClassName
{
background-color: #BA5711;
}
.BgClassName
{
background-color: #BA5711;
}
</style>
border-color css
<style>
span { border-color: #BA5711; }
span { border-color: rgb(186,87,17); }
td.TdClassName
{
border-color: #BA5711;
}
.TagClassName
{
border-color: #BA5711;
}
</style>