Shades of Rust #BA3511
Tints of Rust #BA3511
RGB
CMYK
RGB Variations
Color information
#BA3511 (or 0xBA3511) is known color: Rust. HEX triplet: BA, 35 and 11. RGB value is (186,53,17). Sum of RGB (Red+Green+Blue) = 186+53+17=256 (33% of max value = 765). Red value is 186 (73.05% from 255 or 72.66% from 256); Green value is 53 (21.09% from 255 or 20.70% from 256); Blue value is 17 (7.03% from 255 or 6.64% from 256); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3511 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3511 is #45CAEE. Grayscale: #585858. Windows color (decimal): -4573935 or 1127866. OLE color: 1127866.
HSL color Cylindrical-coordinate representation of color #BA3511: hue angle of 12.78º 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 #BA3511 is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 53 | 17 | - |
| CMYK | 0 | 0.72 | 0.91 | 0.27 |
| HSL | 12.78º | 0.83% | 0.4% | - |
| HSV(B) | 12.78º | 0.91% | 0.73% | - |
| XYZ | 21.62 | 13.03 | 1.9 | - |
| YUV | 88.66 | 87.56 | 197.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 53 | 17 | 0 | 0.72 | 0.91 | 0.27 | 12.78 | 0.83 | 0.4 |
| Hex | BA | 35 | 11 | 0 | 48 | 5B | 1B | D | 53 | 28 |
| Octal | 272 | 65 | 21 | 0 | 110 | 133 | 33 | 15 | 123 | 50 |
| Binary | 10111010 | 110101 | 10001 | 0 | 1001000 | 1011011 | 11011 | 1101 | 1010011 | 101000 |
Color Harmonies of #BA3511
Complementary color
Monochromatic Colors of #BA3511
Black with #BA3511
Text Example
Text Example
White with #BA3511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3511; }
p { color: rgb(186,53,17); }
H1.HeaderClassName
{
color: #BA3511;
}
.AnyTagClassName
{
color: #BA3511;
}
</style>
background-color css
<style>
a { background-color: #BA3511; }
a { background-color: rgb(186,53,17); }
div.DivClassName
{
background-color: #BA3511;
}
.BgClassName
{
background-color: #BA3511;
}
</style>
border-color css
<style>
span { border-color: #BA3511; }
span { border-color: rgb(186,53,17); }
td.TdClassName
{
border-color: #BA3511;
}
.TagClassName
{
border-color: #BA3511;
}
</style>