Shades of Rust #BA3712
Tints of Rust #BA3712
RGB
CMYK
RGB Variations
Color information
#BA3712 (or 0xBA3712) is known color: Rust. HEX triplet: BA, 37 and 12. RGB value is (186,55,18). Sum of RGB (Red+Green+Blue) = 186+55+18=259 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.81% from 259); Green value is 55 (21.88% from 255 or 21.24% from 259); Blue value is 18 (7.42% from 255 or 6.95% from 259); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3712 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3712 is #45C8ED. Grayscale: #5A5A5A. Windows color (decimal): -4573422 or 1193914. OLE color: 1193914.
HSL color Cylindrical-coordinate representation of color #BA3712: hue angle of 13.21º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA3712 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 55 | 18 | - |
| CMYK | 0 | 0.70 | 0.90 | 0.27 |
| HSL | 13.21º | 0.82% | 0.4% | - |
| HSV(B) | 13.21º | 0.9% | 0.73% | - |
| XYZ | 21.73 | 13.22 | 1.98 | - |
| YUV | 89.95 | 87.4 | 196.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 55 | 18 | 0 | 0.70 | 0.90 | 0.27 | 13.21 | 0.82 | 0.4 |
| Hex | BA | 37 | 12 | 0 | 46 | 5A | 1B | D | 52 | 28 |
| Octal | 272 | 67 | 22 | 0 | 106 | 132 | 33 | 15 | 122 | 50 |
| Binary | 10111010 | 110111 | 10010 | 0 | 1000110 | 1011010 | 11011 | 1101 | 1010010 | 101000 |
Color Harmonies of #BA3712
Complementary color
Monochromatic Colors of #BA3712
Black with #BA3712
Text Example
Text Example
White with #BA3712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3712; }
p { color: rgb(186,55,18); }
H1.HeaderClassName
{
color: #BA3712;
}
.AnyTagClassName
{
color: #BA3712;
}
</style>
background-color css
<style>
a { background-color: #BA3712; }
a { background-color: rgb(186,55,18); }
div.DivClassName
{
background-color: #BA3712;
}
.BgClassName
{
background-color: #BA3712;
}
</style>
border-color css
<style>
span { border-color: #BA3712; }
span { border-color: rgb(186,55,18); }
td.TdClassName
{
border-color: #BA3712;
}
.TagClassName
{
border-color: #BA3712;
}
</style>