Shades of Rust #BA4916
Tints of Rust #BA4916
RGB
CMYK
RGB Variations
Color information
#BA4916 (or 0xBA4916) is known color: Rust. HEX triplet: BA, 49 and 16. RGB value is (186,73,22). Sum of RGB (Red+Green+Blue) = 186+73+22=281 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.19% from 281); Green value is 73 (28.91% from 255 or 25.98% from 281); Blue value is 22 (8.98% from 255 or 7.83% from 281); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4916 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4916 is #45B6E9. Grayscale: #656565. Windows color (decimal): -4568810 or 1460666. OLE color: 1460666.
HSL color Cylindrical-coordinate representation of color #BA4916: hue angle of 18.66º 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 #BA4916 is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 73 | 22 | - |
| CMYK | 0 | 0.61 | 0.88 | 0.27 |
| HSL | 18.66º | 0.79% | 0.41% | - |
| HSV(B) | 18.66º | 0.88% | 0.73% | - |
| XYZ | 22.78 | 15.26 | 2.5 | - |
| YUV | 100.97 | 83.44 | 188.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 73 | 22 | 0 | 0.61 | 0.88 | 0.27 | 18.66 | 0.79 | 0.41 |
| Hex | BA | 49 | 16 | 0 | 3D | 58 | 1B | 13 | 4F | 29 |
| Octal | 272 | 111 | 26 | 0 | 75 | 130 | 33 | 23 | 117 | 51 |
| Binary | 10111010 | 1001001 | 10110 | 0 | 111101 | 1011000 | 11011 | 10011 | 1001111 | 101001 |
Color Harmonies of #BA4916
Complementary color
Monochromatic Colors of #BA4916
Black with #BA4916
Text Example
Text Example
White with #BA4916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4916; }
p { color: rgb(186,73,22); }
H1.HeaderClassName
{
color: #BA4916;
}
.AnyTagClassName
{
color: #BA4916;
}
</style>
background-color css
<style>
a { background-color: #BA4916; }
a { background-color: rgb(186,73,22); }
div.DivClassName
{
background-color: #BA4916;
}
.BgClassName
{
background-color: #BA4916;
}
</style>
border-color css
<style>
span { border-color: #BA4916; }
span { border-color: rgb(186,73,22); }
td.TdClassName
{
border-color: #BA4916;
}
.TagClassName
{
border-color: #BA4916;
}
</style>