Shades of Rust #BA4706
Tints of Rust #BA4706
RGB
CMYK
RGB Variations
Color information
#BA4706 (or 0xBA4706) is known color: Rust. HEX triplet: BA, 47 and 06. RGB value is (186,71,6). Sum of RGB (Red+Green+Blue) = 186+71+6=263 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.72% from 263); Green value is 71 (28.12% from 255 or 27.00% from 263); Blue value is 6 (2.73% from 255 or 2.28% from 263); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4706 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4706 is #45B8F9. Grayscale: #626262. Windows color (decimal): -4569338 or 411578. OLE color: 411578.
HSL color Cylindrical-coordinate representation of color #BA4706: hue angle of 21.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 #BA4706 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 71 | 6 | - |
| CMYK | 0 | 0.62 | 0.97 | 0.27 |
| HSL | 21.67º | 0.94% | 0.38% | - |
| HSV(B) | 21.67º | 0.97% | 0.73% | - |
| XYZ | 22.54 | 14.96 | 1.87 | - |
| YUV | 97.98 | 76.1 | 190.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 71 | 6 | 0 | 0.62 | 0.97 | 0.27 | 21.67 | 0.94 | 0.38 |
| Hex | BA | 47 | 6 | 0 | 3E | 61 | 1B | 16 | 5E | 26 |
| Octal | 272 | 107 | 6 | 0 | 76 | 141 | 33 | 26 | 136 | 46 |
| Binary | 10111010 | 1000111 | 110 | 0 | 111110 | 1100001 | 11011 | 10110 | 1011110 | 100110 |
Color Harmonies of #BA4706
Complementary color
Monochromatic Colors of #BA4706
Black with #BA4706
Text Example
Text Example
White with #BA4706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4706; }
p { color: rgb(186,71,6); }
H1.HeaderClassName
{
color: #BA4706;
}
.AnyTagClassName
{
color: #BA4706;
}
</style>
background-color css
<style>
a { background-color: #BA4706; }
a { background-color: rgb(186,71,6); }
div.DivClassName
{
background-color: #BA4706;
}
.BgClassName
{
background-color: #BA4706;
}
</style>
border-color css
<style>
span { border-color: #BA4706; }
span { border-color: rgb(186,71,6); }
td.TdClassName
{
border-color: #BA4706;
}
.TagClassName
{
border-color: #BA4706;
}
</style>