Shades of Rust #BA3612
Tints of Rust #BA3612
RGB
CMYK
RGB Variations
Color information
#BA3612 (or 0xBA3612) is known color: Rust. HEX triplet: BA, 36 and 12. RGB value is (186,54,18). Sum of RGB (Red+Green+Blue) = 186+54+18=258 (34% of max value = 765). Red value is 186 (73.05% from 255 or 72.09% from 258); Green value is 54 (21.48% from 255 or 20.93% from 258); Blue value is 18 (7.42% from 255 or 6.98% from 258); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3612 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3612 is #45C9ED. Grayscale: #595959. Windows color (decimal): -4573678 or 1193658. OLE color: 1193658.
HSL color Cylindrical-coordinate representation of color #BA3612: hue angle of 12.86º 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 #BA3612 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 54 | 18 | - |
| CMYK | 0 | 0.71 | 0.90 | 0.27 |
| HSL | 12.86º | 0.82% | 0.4% | - |
| HSV(B) | 12.86º | 0.9% | 0.73% | - |
| XYZ | 21.68 | 13.12 | 1.96 | - |
| YUV | 89.36 | 87.73 | 196.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 54 | 18 | 0 | 0.71 | 0.90 | 0.27 | 12.86 | 0.82 | 0.4 |
| Hex | BA | 36 | 12 | 0 | 47 | 5A | 1B | D | 52 | 28 |
| Octal | 272 | 66 | 22 | 0 | 107 | 132 | 33 | 15 | 122 | 50 |
| Binary | 10111010 | 110110 | 10010 | 0 | 1000111 | 1011010 | 11011 | 1101 | 1010010 | 101000 |
Color Harmonies of #BA3612
Complementary color
Monochromatic Colors of #BA3612
Black with #BA3612
Text Example
Text Example
White with #BA3612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3612; }
p { color: rgb(186,54,18); }
H1.HeaderClassName
{
color: #BA3612;
}
.AnyTagClassName
{
color: #BA3612;
}
</style>
background-color css
<style>
a { background-color: #BA3612; }
a { background-color: rgb(186,54,18); }
div.DivClassName
{
background-color: #BA3612;
}
.BgClassName
{
background-color: #BA3612;
}
</style>
border-color css
<style>
span { border-color: #BA3612; }
span { border-color: rgb(186,54,18); }
td.TdClassName
{
border-color: #BA3612;
}
.TagClassName
{
border-color: #BA3612;
}
</style>