Shades of Rust #BA4107
Tints of Rust #BA4107
RGB
CMYK
RGB Variations
Color information
#BA4107 (or 0xBA4107) is known color: Rust. HEX triplet: BA, 41 and 07. RGB value is (186,65,7). Sum of RGB (Red+Green+Blue) = 186+65+7=258 (34% of max value = 765). Red value is 186 (73.05% from 255 or 72.09% from 258); Green value is 65 (25.78% from 255 or 25.19% from 258); Blue value is 7 (3.12% from 255 or 2.71% from 258); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4107 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4107 is #45BEF8. Grayscale: #5E5E5E. Windows color (decimal): -4570873 or 475578. OLE color: 475578.
HSL color Cylindrical-coordinate representation of color #BA4107: hue angle of 19.44º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA4107 is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 65 | 7 | - |
| CMYK | 0 | 0.65 | 0.96 | 0.27 |
| HSL | 19.44º | 0.93% | 0.38% | - |
| HSV(B) | 19.44º | 0.96% | 0.73% | - |
| XYZ | 22.18 | 14.24 | 1.78 | - |
| YUV | 94.57 | 78.59 | 193.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 65 | 7 | 0 | 0.65 | 0.96 | 0.27 | 19.44 | 0.93 | 0.38 |
| Hex | BA | 41 | 7 | 0 | 41 | 60 | 1B | 13 | 5D | 26 |
| Octal | 272 | 101 | 7 | 0 | 101 | 140 | 33 | 23 | 135 | 46 |
| Binary | 10111010 | 1000001 | 111 | 0 | 1000001 | 1100000 | 11011 | 10011 | 1011101 | 100110 |
Color Harmonies of #BA4107
Complementary color
Monochromatic Colors of #BA4107
Black with #BA4107
Text Example
Text Example
White with #BA4107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4107; }
p { color: rgb(186,65,7); }
H1.HeaderClassName
{
color: #BA4107;
}
.AnyTagClassName
{
color: #BA4107;
}
</style>
background-color css
<style>
a { background-color: #BA4107; }
a { background-color: rgb(186,65,7); }
div.DivClassName
{
background-color: #BA4107;
}
.BgClassName
{
background-color: #BA4107;
}
</style>
border-color css
<style>
span { border-color: #BA4107; }
span { border-color: rgb(186,65,7); }
td.TdClassName
{
border-color: #BA4107;
}
.TagClassName
{
border-color: #BA4107;
}
</style>