Shades of Rust #BA4016
Tints of Rust #BA4016
RGB
CMYK
RGB Variations
Color information
#BA4016 (or 0xBA4016) is known color: Rust. HEX triplet: BA, 40 and 16. RGB value is (186,64,22). Sum of RGB (Red+Green+Blue) = 186+64+22=272 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.38% from 272); Green value is 64 (25.39% from 255 or 23.53% from 272); Blue value is 22 (8.98% from 255 or 8.09% from 272); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4016 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4016 is #45BFE9. Grayscale: #5F5F5F. Windows color (decimal): -4571114 or 1458362. OLE color: 1458362.
HSL color Cylindrical-coordinate representation of color #BA4016: hue angle of 15.37º 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 #BA4016 is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 64 | 22 | - |
| CMYK | 0 | 0.66 | 0.88 | 0.27 |
| HSL | 15.37º | 0.79% | 0.41% | - |
| HSV(B) | 15.37º | 0.88% | 0.73% | - |
| XYZ | 22.23 | 14.16 | 2.32 | - |
| YUV | 95.69 | 86.42 | 192.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 64 | 22 | 0 | 0.66 | 0.88 | 0.27 | 15.37 | 0.79 | 0.41 |
| Hex | BA | 40 | 16 | 0 | 42 | 58 | 1B | F | 4F | 29 |
| Octal | 272 | 100 | 26 | 0 | 102 | 130 | 33 | 17 | 117 | 51 |
| Binary | 10111010 | 1000000 | 10110 | 0 | 1000010 | 1011000 | 11011 | 1111 | 1001111 | 101001 |
Color Harmonies of #BA4016
Complementary color
Monochromatic Colors of #BA4016
Black with #BA4016
Text Example
Text Example
White with #BA4016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4016; }
p { color: rgb(186,64,22); }
H1.HeaderClassName
{
color: #BA4016;
}
.AnyTagClassName
{
color: #BA4016;
}
</style>
background-color css
<style>
a { background-color: #BA4016; }
a { background-color: rgb(186,64,22); }
div.DivClassName
{
background-color: #BA4016;
}
.BgClassName
{
background-color: #BA4016;
}
</style>
border-color css
<style>
span { border-color: #BA4016; }
span { border-color: rgb(186,64,22); }
td.TdClassName
{
border-color: #BA4016;
}
.TagClassName
{
border-color: #BA4016;
}
</style>