Shades of Rust #BA3906
Tints of Rust #BA3906
RGB
CMYK
RGB Variations
Color information
#BA3906 (or 0xBA3906) is known color: Rust. HEX triplet: BA, 39 and 06. RGB value is (186,57,6). Sum of RGB (Red+Green+Blue) = 186+57+6=249 (32% of max value = 765). Red value is 186 (73.05% from 255 or 74.70% from 249); Green value is 57 (22.66% from 255 or 22.89% from 249); Blue value is 6 (2.73% from 255 or 2.41% from 249); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3906 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3906 is #45C6F9. Grayscale: #5A5A5A. Windows color (decimal): -4572922 or 407994. OLE color: 407994.
HSL color Cylindrical-coordinate representation of color #BA3906: hue angle of 17º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA3906 is Cyan = 0, Magento = 0.69, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 57 | 6 | - |
| CMYK | 0 | 0.69 | 0.97 | 0.27 |
| HSL | 17º | 0.94% | 0.38% | - |
| HSV(B) | 17º | 0.97% | 0.73% | - |
| XYZ | 21.75 | 13.38 | 1.61 | - |
| YUV | 89.76 | 80.74 | 196.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 57 | 6 | 0 | 0.69 | 0.97 | 0.27 | 17 | 0.94 | 0.38 |
| Hex | BA | 39 | 6 | 0 | 45 | 61 | 1B | 11 | 5E | 26 |
| Octal | 272 | 71 | 6 | 0 | 105 | 141 | 33 | 21 | 136 | 46 |
| Binary | 10111010 | 111001 | 110 | 0 | 1000101 | 1100001 | 11011 | 10001 | 1011110 | 100110 |
Color Harmonies of #BA3906
Complementary color
Monochromatic Colors of #BA3906
Black with #BA3906
Text Example
Text Example
White with #BA3906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3906; }
p { color: rgb(186,57,6); }
H1.HeaderClassName
{
color: #BA3906;
}
.AnyTagClassName
{
color: #BA3906;
}
</style>
background-color css
<style>
a { background-color: #BA3906; }
a { background-color: rgb(186,57,6); }
div.DivClassName
{
background-color: #BA3906;
}
.BgClassName
{
background-color: #BA3906;
}
</style>
border-color css
<style>
span { border-color: #BA3906; }
span { border-color: rgb(186,57,6); }
td.TdClassName
{
border-color: #BA3906;
}
.TagClassName
{
border-color: #BA3906;
}
</style>