Shades of Rust #BA4116
Tints of Rust #BA4116
RGB
CMYK
RGB Variations
Color information
#BA4116 (or 0xBA4116) is known color: Rust. HEX triplet: BA, 41 and 16. RGB value is (186,65,22). Sum of RGB (Red+Green+Blue) = 186+65+22=273 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.13% from 273); Green value is 65 (25.78% from 255 or 23.81% from 273); Blue value is 22 (8.98% from 255 or 8.06% from 273); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4116 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4116 is #45BEE9. Grayscale: #606060. Windows color (decimal): -4570858 or 1458618. OLE color: 1458618.
HSL color Cylindrical-coordinate representation of color #BA4116: hue angle of 15.73º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA4116 is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 65 | 22 | - |
| CMYK | 0 | 0.65 | 0.88 | 0.27 |
| HSL | 15.73º | 0.79% | 0.41% | - |
| HSV(B) | 15.73º | 0.88% | 0.73% | - |
| XYZ | 22.28 | 14.28 | 2.34 | - |
| YUV | 96.28 | 86.09 | 192 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 65 | 22 | 0 | 0.65 | 0.88 | 0.27 | 15.73 | 0.79 | 0.41 |
| Hex | BA | 41 | 16 | 0 | 41 | 58 | 1B | 10 | 4F | 29 |
| Octal | 272 | 101 | 26 | 0 | 101 | 130 | 33 | 20 | 117 | 51 |
| Binary | 10111010 | 1000001 | 10110 | 0 | 1000001 | 1011000 | 11011 | 10000 | 1001111 | 101001 |
Color Harmonies of #BA4116
Complementary color
Monochromatic Colors of #BA4116
Black with #BA4116
Text Example
Text Example
White with #BA4116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4116; }
p { color: rgb(186,65,22); }
H1.HeaderClassName
{
color: #BA4116;
}
.AnyTagClassName
{
color: #BA4116;
}
</style>
background-color css
<style>
a { background-color: #BA4116; }
a { background-color: rgb(186,65,22); }
div.DivClassName
{
background-color: #BA4116;
}
.BgClassName
{
background-color: #BA4116;
}
</style>
border-color css
<style>
span { border-color: #BA4116; }
span { border-color: rgb(186,65,22); }
td.TdClassName
{
border-color: #BA4116;
}
.TagClassName
{
border-color: #BA4116;
}
</style>