Shades of Rust #BA3711
Tints of Rust #BA3711
RGB
CMYK
RGB Variations
Color information
#BA3711 (or 0xBA3711) is known color: Rust. HEX triplet: BA, 37 and 11. RGB value is (186,55,17). Sum of RGB (Red+Green+Blue) = 186+55+17=258 (34% of max value = 765). Red value is 186 (73.05% from 255 or 72.09% from 258); Green value is 55 (21.88% from 255 or 21.32% from 258); Blue value is 17 (7.03% from 255 or 6.59% from 258); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3711 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3711 is #45C8EE. Grayscale: #5A5A5A. Windows color (decimal): -4573423 or 1128378. OLE color: 1128378.
HSL color Cylindrical-coordinate representation of color #BA3711: hue angle of 13.49º 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 #BA3711 is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 55 | 17 | - |
| CMYK | 0 | 0.70 | 0.91 | 0.27 |
| HSL | 13.49º | 0.83% | 0.4% | - |
| HSV(B) | 13.49º | 0.91% | 0.73% | - |
| XYZ | 21.72 | 13.21 | 1.94 | - |
| YUV | 89.84 | 86.9 | 196.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 55 | 17 | 0 | 0.70 | 0.91 | 0.27 | 13.49 | 0.83 | 0.4 |
| Hex | BA | 37 | 11 | 0 | 46 | 5B | 1B | D | 53 | 28 |
| Octal | 272 | 67 | 21 | 0 | 106 | 133 | 33 | 15 | 123 | 50 |
| Binary | 10111010 | 110111 | 10001 | 0 | 1000110 | 1011011 | 11011 | 1101 | 1010011 | 101000 |
Color Harmonies of #BA3711
Complementary color
Monochromatic Colors of #BA3711
Black with #BA3711
Text Example
Text Example
White with #BA3711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3711; }
p { color: rgb(186,55,17); }
H1.HeaderClassName
{
color: #BA3711;
}
.AnyTagClassName
{
color: #BA3711;
}
</style>
background-color css
<style>
a { background-color: #BA3711; }
a { background-color: rgb(186,55,17); }
div.DivClassName
{
background-color: #BA3711;
}
.BgClassName
{
background-color: #BA3711;
}
</style>
border-color css
<style>
span { border-color: #BA3711; }
span { border-color: rgb(186,55,17); }
td.TdClassName
{
border-color: #BA3711;
}
.TagClassName
{
border-color: #BA3711;
}
</style>