Shades of Rust #BA4606
Tints of Rust #BA4606
RGB
CMYK
RGB Variations
Color information
#BA4606 (or 0xBA4606) is known color: Rust. HEX triplet: BA, 46 and 06. RGB value is (186,70,6). Sum of RGB (Red+Green+Blue) = 186+70+6=262 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.99% from 262); Green value is 70 (27.73% from 255 or 26.72% from 262); Blue value is 6 (2.73% from 255 or 2.29% from 262); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4606 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4606 is #45B9F9. Grayscale: #616161. Windows color (decimal): -4569594 or 411322. OLE color: 411322.
HSL color Cylindrical-coordinate representation of color #BA4606: hue angle of 21.33º 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 #BA4606 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 70 | 6 | - |
| CMYK | 0 | 0.62 | 0.97 | 0.27 |
| HSL | 21.33º | 0.94% | 0.38% | - |
| HSV(B) | 21.33º | 0.97% | 0.73% | - |
| XYZ | 22.47 | 14.83 | 1.85 | - |
| YUV | 97.39 | 76.43 | 191.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 70 | 6 | 0 | 0.62 | 0.97 | 0.27 | 21.33 | 0.94 | 0.38 |
| Hex | BA | 46 | 6 | 0 | 3E | 61 | 1B | 15 | 5E | 26 |
| Octal | 272 | 106 | 6 | 0 | 76 | 141 | 33 | 25 | 136 | 46 |
| Binary | 10111010 | 1000110 | 110 | 0 | 111110 | 1100001 | 11011 | 10101 | 1011110 | 100110 |
Color Harmonies of #BA4606
Complementary color
Monochromatic Colors of #BA4606
Black with #BA4606
Text Example
Text Example
White with #BA4606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4606; }
p { color: rgb(186,70,6); }
H1.HeaderClassName
{
color: #BA4606;
}
.AnyTagClassName
{
color: #BA4606;
}
</style>
background-color css
<style>
a { background-color: #BA4606; }
a { background-color: rgb(186,70,6); }
div.DivClassName
{
background-color: #BA4606;
}
.BgClassName
{
background-color: #BA4606;
}
</style>
border-color css
<style>
span { border-color: #BA4606; }
span { border-color: rgb(186,70,6); }
td.TdClassName
{
border-color: #BA4606;
}
.TagClassName
{
border-color: #BA4606;
}
</style>