Shades of Rust #BA3506
Tints of Rust #BA3506
RGB
CMYK
RGB Variations
Color information
#BA3506 (or 0xBA3506) is known color: Rust. HEX triplet: BA, 35 and 06. RGB value is (186,53,6). Sum of RGB (Red+Green+Blue) = 186+53+6=245 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.92% from 245); Green value is 53 (21.09% from 255 or 21.63% from 245); Blue value is 6 (2.73% from 255 or 2.45% from 245); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3506 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3506 is #45CAF9. Grayscale: #575757. Windows color (decimal): -4573946 or 406970. OLE color: 406970.
HSL color Cylindrical-coordinate representation of color #BA3506: hue angle of 15.67º 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 #BA3506 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 53 | 6 | - |
| CMYK | 0 | 0.72 | 0.97 | 0.27 |
| HSL | 15.67º | 0.94% | 0.38% | - |
| HSV(B) | 15.67º | 0.97% | 0.73% | - |
| XYZ | 21.56 | 13 | 1.55 | - |
| YUV | 87.41 | 82.06 | 198.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 53 | 6 | 0 | 0.72 | 0.97 | 0.27 | 15.67 | 0.94 | 0.38 |
| Hex | BA | 35 | 6 | 0 | 48 | 61 | 1B | 10 | 5E | 26 |
| Octal | 272 | 65 | 6 | 0 | 110 | 141 | 33 | 20 | 136 | 46 |
| Binary | 10111010 | 110101 | 110 | 0 | 1001000 | 1100001 | 11011 | 10000 | 1011110 | 100110 |
Color Harmonies of #BA3506
Complementary color
Monochromatic Colors of #BA3506
Black with #BA3506
Text Example
Text Example
White with #BA3506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3506; }
p { color: rgb(186,53,6); }
H1.HeaderClassName
{
color: #BA3506;
}
.AnyTagClassName
{
color: #BA3506;
}
</style>
background-color css
<style>
a { background-color: #BA3506; }
a { background-color: rgb(186,53,6); }
div.DivClassName
{
background-color: #BA3506;
}
.BgClassName
{
background-color: #BA3506;
}
</style>
border-color css
<style>
span { border-color: #BA3506; }
span { border-color: rgb(186,53,6); }
td.TdClassName
{
border-color: #BA3506;
}
.TagClassName
{
border-color: #BA3506;
}
</style>