Shades of Rust #BA5412
Tints of Rust #BA5412
RGB
CMYK
RGB Variations
Color information
#BA5412 (or 0xBA5412) is known color: Rust. HEX triplet: BA, 54 and 12. RGB value is (186,84,18). Sum of RGB (Red+Green+Blue) = 186+84+18=288 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.58% from 288); Green value is 84 (33.20% from 255 or 29.17% from 288); Blue value is 18 (7.42% from 255 or 6.25% from 288); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5412 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5412 is #45ABED. Grayscale: #6B6B6B. Windows color (decimal): -4565998 or 1201338. OLE color: 1201338.
HSL color Cylindrical-coordinate representation of color #BA5412: hue angle of 23.57º 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 #BA5412 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 84 | 18 | - |
| CMYK | 0 | 0.55 | 0.90 | 0.27 |
| HSL | 23.57º | 0.82% | 0.4% | - |
| HSV(B) | 23.57º | 0.9% | 0.73% | - |
| XYZ | 23.53 | 16.82 | 2.58 | - |
| YUV | 106.97 | 77.79 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 84 | 18 | 0 | 0.55 | 0.90 | 0.27 | 23.57 | 0.82 | 0.4 |
| Hex | BA | 54 | 12 | 0 | 37 | 5A | 1B | 18 | 52 | 28 |
| Octal | 272 | 124 | 22 | 0 | 67 | 132 | 33 | 30 | 122 | 50 |
| Binary | 10111010 | 1010100 | 10010 | 0 | 110111 | 1011010 | 11011 | 11000 | 1010010 | 101000 |
Color Harmonies of #BA5412
Complementary color
Monochromatic Colors of #BA5412
Black with #BA5412
Text Example
Text Example
White with #BA5412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5412; }
p { color: rgb(186,84,18); }
H1.HeaderClassName
{
color: #BA5412;
}
.AnyTagClassName
{
color: #BA5412;
}
</style>
background-color css
<style>
a { background-color: #BA5412; }
a { background-color: rgb(186,84,18); }
div.DivClassName
{
background-color: #BA5412;
}
.BgClassName
{
background-color: #BA5412;
}
</style>
border-color css
<style>
span { border-color: #BA5412; }
span { border-color: rgb(186,84,18); }
td.TdClassName
{
border-color: #BA5412;
}
.TagClassName
{
border-color: #BA5412;
}
</style>