Shades of Rust #BA4914
Tints of Rust #BA4914
RGB
CMYK
RGB Variations
Color information
#BA4914 (or 0xBA4914) is known color: Rust. HEX triplet: BA, 49 and 14. RGB value is (186,73,20). Sum of RGB (Red+Green+Blue) = 186+73+20=279 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.67% from 279); Green value is 73 (28.91% from 255 or 26.16% from 279); Blue value is 20 (8.20% from 255 or 7.17% from 279); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4914 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4914 is #45B6EB. Grayscale: #656565. Windows color (decimal): -4568812 or 1329594. OLE color: 1329594.
HSL color Cylindrical-coordinate representation of color #BA4914: hue angle of 19.16º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA4914 is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 73 | 20 | - |
| CMYK | 0 | 0.61 | 0.89 | 0.27 |
| HSL | 19.16º | 0.81% | 0.4% | - |
| HSV(B) | 19.16º | 0.89% | 0.73% | - |
| XYZ | 22.76 | 15.25 | 2.41 | - |
| YUV | 100.75 | 82.44 | 188.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 73 | 20 | 0 | 0.61 | 0.89 | 0.27 | 19.16 | 0.81 | 0.4 |
| Hex | BA | 49 | 14 | 0 | 3D | 59 | 1B | 13 | 51 | 28 |
| Octal | 272 | 111 | 24 | 0 | 75 | 131 | 33 | 23 | 121 | 50 |
| Binary | 10111010 | 1001001 | 10100 | 0 | 111101 | 1011001 | 11011 | 10011 | 1010001 | 101000 |
Color Harmonies of #BA4914
Complementary color
Monochromatic Colors of #BA4914
Black with #BA4914
Text Example
Text Example
White with #BA4914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4914; }
p { color: rgb(186,73,20); }
H1.HeaderClassName
{
color: #BA4914;
}
.AnyTagClassName
{
color: #BA4914;
}
</style>
background-color css
<style>
a { background-color: #BA4914; }
a { background-color: rgb(186,73,20); }
div.DivClassName
{
background-color: #BA4914;
}
.BgClassName
{
background-color: #BA4914;
}
</style>
border-color css
<style>
span { border-color: #BA4914; }
span { border-color: rgb(186,73,20); }
td.TdClassName
{
border-color: #BA4914;
}
.TagClassName
{
border-color: #BA4914;
}
</style>