Shades of Rust #BA4112
Tints of Rust #BA4112
RGB
CMYK
RGB Variations
Color information
#BA4112 (or 0xBA4112) is known color: Rust. HEX triplet: BA, 41 and 12. RGB value is (186,65,18). Sum of RGB (Red+Green+Blue) = 186+65+18=269 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.14% from 269); Green value is 65 (25.78% from 255 or 24.16% from 269); Blue value is 18 (7.42% from 255 or 6.69% from 269); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4112 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4112 is #45BEED. Grayscale: #606060. Windows color (decimal): -4570862 or 1196474. OLE color: 1196474.
HSL color Cylindrical-coordinate representation of color #BA4112: hue angle of 16.79º 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 #BA4112 is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 65 | 18 | - |
| CMYK | 0 | 0.65 | 0.90 | 0.27 |
| HSL | 16.79º | 0.82% | 0.4% | - |
| HSV(B) | 16.79º | 0.9% | 0.73% | - |
| XYZ | 22.25 | 14.26 | 2.15 | - |
| YUV | 95.82 | 84.09 | 192.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 65 | 18 | 0 | 0.65 | 0.90 | 0.27 | 16.79 | 0.82 | 0.4 |
| Hex | BA | 41 | 12 | 0 | 41 | 5A | 1B | 11 | 52 | 28 |
| Octal | 272 | 101 | 22 | 0 | 101 | 132 | 33 | 21 | 122 | 50 |
| Binary | 10111010 | 1000001 | 10010 | 0 | 1000001 | 1011010 | 11011 | 10001 | 1010010 | 101000 |
Color Harmonies of #BA4112
Complementary color
Monochromatic Colors of #BA4112
Black with #BA4112
Text Example
Text Example
White with #BA4112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4112; }
p { color: rgb(186,65,18); }
H1.HeaderClassName
{
color: #BA4112;
}
.AnyTagClassName
{
color: #BA4112;
}
</style>
background-color css
<style>
a { background-color: #BA4112; }
a { background-color: rgb(186,65,18); }
div.DivClassName
{
background-color: #BA4112;
}
.BgClassName
{
background-color: #BA4112;
}
</style>
border-color css
<style>
span { border-color: #BA4112; }
span { border-color: rgb(186,65,18); }
td.TdClassName
{
border-color: #BA4112;
}
.TagClassName
{
border-color: #BA4112;
}
</style>