Shades of Rust #BA5112
Tints of Rust #BA5112
RGB
CMYK
RGB Variations
Color information
#BA5112 (or 0xBA5112) is known color: Rust. HEX triplet: BA, 51 and 12. RGB value is (186,81,18). Sum of RGB (Red+Green+Blue) = 186+81+18=285 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.26% from 285); Green value is 81 (32.03% from 255 or 28.42% from 285); Blue value is 18 (7.42% from 255 or 6.32% from 285); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5112 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5112 is #45AEED. Grayscale: #696969. Windows color (decimal): -4566766 or 1200570. OLE color: 1200570.
HSL color Cylindrical-coordinate representation of color #BA5112: hue angle of 22.5º 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 #BA5112 is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 81 | 18 | - |
| CMYK | 0 | 0.56 | 0.90 | 0.27 |
| HSL | 22.5º | 0.82% | 0.4% | - |
| HSV(B) | 22.5º | 0.9% | 0.73% | - |
| XYZ | 23.3 | 16.37 | 2.5 | - |
| YUV | 105.21 | 78.79 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 81 | 18 | 0 | 0.56 | 0.90 | 0.27 | 22.5 | 0.82 | 0.4 |
| Hex | BA | 51 | 12 | 0 | 38 | 5A | 1B | 16 | 52 | 28 |
| Octal | 272 | 121 | 22 | 0 | 70 | 132 | 33 | 26 | 122 | 50 |
| Binary | 10111010 | 1010001 | 10010 | 0 | 111000 | 1011010 | 11011 | 10110 | 1010010 | 101000 |
Color Harmonies of #BA5112
Complementary color
Monochromatic Colors of #BA5112
Black with #BA5112
Text Example
Text Example
White with #BA5112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5112; }
p { color: rgb(186,81,18); }
H1.HeaderClassName
{
color: #BA5112;
}
.AnyTagClassName
{
color: #BA5112;
}
</style>
background-color css
<style>
a { background-color: #BA5112; }
a { background-color: rgb(186,81,18); }
div.DivClassName
{
background-color: #BA5112;
}
.BgClassName
{
background-color: #BA5112;
}
</style>
border-color css
<style>
span { border-color: #BA5112; }
span { border-color: rgb(186,81,18); }
td.TdClassName
{
border-color: #BA5112;
}
.TagClassName
{
border-color: #BA5112;
}
</style>