Shades of Rust #BA3C11
Tints of Rust #BA3C11
RGB
CMYK
RGB Variations
Color information
#BA3C11 (or 0xBA3C11) is known color: Rust. HEX triplet: BA, 3C and 11. RGB value is (186,60,17). Sum of RGB (Red+Green+Blue) = 186+60+17=263 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.72% from 263); Green value is 60 (23.83% from 255 or 22.81% from 263); Blue value is 17 (7.03% from 255 or 6.46% from 263); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3C11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3C11 is #45C3EE. Grayscale: #5D5D5D. Windows color (decimal): -4572143 or 1129658. OLE color: 1129658.
HSL color Cylindrical-coordinate representation of color #BA3C11: hue angle of 15.27º 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 #BA3C11 is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 60 | 17 | - |
| CMYK | 0 | 0.68 | 0.91 | 0.27 |
| HSL | 15.27º | 0.83% | 0.4% | - |
| HSV(B) | 15.27º | 0.91% | 0.73% | - |
| XYZ | 21.97 | 13.71 | 2.02 | - |
| YUV | 92.77 | 85.24 | 194.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 60 | 17 | 0 | 0.68 | 0.91 | 0.27 | 15.27 | 0.83 | 0.4 |
| Hex | BA | 3C | 11 | 0 | 44 | 5B | 1B | F | 53 | 28 |
| Octal | 272 | 74 | 21 | 0 | 104 | 133 | 33 | 17 | 123 | 50 |
| Binary | 10111010 | 111100 | 10001 | 0 | 1000100 | 1011011 | 11011 | 1111 | 1010011 | 101000 |
Color Harmonies of #BA3C11
Complementary color
Monochromatic Colors of #BA3C11
Black with #BA3C11
Text Example
Text Example
White with #BA3C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3C11; }
p { color: rgb(186,60,17); }
H1.HeaderClassName
{
color: #BA3C11;
}
.AnyTagClassName
{
color: #BA3C11;
}
</style>
background-color css
<style>
a { background-color: #BA3C11; }
a { background-color: rgb(186,60,17); }
div.DivClassName
{
background-color: #BA3C11;
}
.BgClassName
{
background-color: #BA3C11;
}
</style>
border-color css
<style>
span { border-color: #BA3C11; }
span { border-color: rgb(186,60,17); }
td.TdClassName
{
border-color: #BA3C11;
}
.TagClassName
{
border-color: #BA3C11;
}
</style>