Shades of Rust #BA4611
Tints of Rust #BA4611
RGB
CMYK
RGB Variations
Color information
#BA4611 (or 0xBA4611) is known color: Rust. HEX triplet: BA, 46 and 11. RGB value is (186,70,17). Sum of RGB (Red+Green+Blue) = 186+70+17=273 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.13% from 273); Green value is 70 (27.73% from 255 or 25.64% from 273); Blue value is 17 (7.03% from 255 or 6.23% from 273); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4611 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4611 is #45B9EE. Grayscale: #626262. Windows color (decimal): -4569583 or 1132218. OLE color: 1132218.
HSL color Cylindrical-coordinate representation of color #BA4611: hue angle of 18.82º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA4611 is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 70 | 17 | - |
| CMYK | 0 | 0.62 | 0.91 | 0.27 |
| HSL | 18.82º | 0.83% | 0.4% | - |
| HSV(B) | 18.82º | 0.91% | 0.73% | - |
| XYZ | 22.54 | 14.86 | 2.21 | - |
| YUV | 98.64 | 81.93 | 190.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 70 | 17 | 0 | 0.62 | 0.91 | 0.27 | 18.82 | 0.83 | 0.4 |
| Hex | BA | 46 | 11 | 0 | 3E | 5B | 1B | 13 | 53 | 28 |
| Octal | 272 | 106 | 21 | 0 | 76 | 133 | 33 | 23 | 123 | 50 |
| Binary | 10111010 | 1000110 | 10001 | 0 | 111110 | 1011011 | 11011 | 10011 | 1010011 | 101000 |
Color Harmonies of #BA4611
Complementary color
Monochromatic Colors of #BA4611
Black with #BA4611
Text Example
Text Example
White with #BA4611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4611; }
p { color: rgb(186,70,17); }
H1.HeaderClassName
{
color: #BA4611;
}
.AnyTagClassName
{
color: #BA4611;
}
</style>
background-color css
<style>
a { background-color: #BA4611; }
a { background-color: rgb(186,70,17); }
div.DivClassName
{
background-color: #BA4611;
}
.BgClassName
{
background-color: #BA4611;
}
</style>
border-color css
<style>
span { border-color: #BA4611; }
span { border-color: rgb(186,70,17); }
td.TdClassName
{
border-color: #BA4611;
}
.TagClassName
{
border-color: #BA4611;
}
</style>