Shades of Rust #BA3811
Tints of Rust #BA3811
RGB
CMYK
RGB Variations
Color information
#BA3811 (or 0xBA3811) is known color: Rust. HEX triplet: BA, 38 and 11. RGB value is (186,56,17). Sum of RGB (Red+Green+Blue) = 186+56+17=259 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.81% from 259); Green value is 56 (22.27% from 255 or 21.62% from 259); Blue value is 17 (7.03% from 255 or 6.56% from 259); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3811 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3811 is #45C7EE. Grayscale: #5A5A5A. Windows color (decimal): -4573167 or 1128634. OLE color: 1128634.
HSL color Cylindrical-coordinate representation of color #BA3811: hue angle of 13.85º 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 #BA3811 is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 56 | 17 | - |
| CMYK | 0 | 0.70 | 0.91 | 0.27 |
| HSL | 13.85º | 0.83% | 0.4% | - |
| HSV(B) | 13.85º | 0.91% | 0.73% | - |
| XYZ | 21.77 | 13.31 | 1.95 | - |
| YUV | 90.42 | 86.57 | 196.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 56 | 17 | 0 | 0.70 | 0.91 | 0.27 | 13.85 | 0.83 | 0.4 |
| Hex | BA | 38 | 11 | 0 | 46 | 5B | 1B | E | 53 | 28 |
| Octal | 272 | 70 | 21 | 0 | 106 | 133 | 33 | 16 | 123 | 50 |
| Binary | 10111010 | 111000 | 10001 | 0 | 1000110 | 1011011 | 11011 | 1110 | 1010011 | 101000 |
Color Harmonies of #BA3811
Complementary color
Monochromatic Colors of #BA3811
Black with #BA3811
Text Example
Text Example
White with #BA3811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3811; }
p { color: rgb(186,56,17); }
H1.HeaderClassName
{
color: #BA3811;
}
.AnyTagClassName
{
color: #BA3811;
}
</style>
background-color css
<style>
a { background-color: #BA3811; }
a { background-color: rgb(186,56,17); }
div.DivClassName
{
background-color: #BA3811;
}
.BgClassName
{
background-color: #BA3811;
}
</style>
border-color css
<style>
span { border-color: #BA3811; }
span { border-color: rgb(186,56,17); }
td.TdClassName
{
border-color: #BA3811;
}
.TagClassName
{
border-color: #BA3811;
}
</style>