Shades of Rust #BA4915
Tints of Rust #BA4915
RGB
CMYK
RGB Variations
Color information
#BA4915 (or 0xBA4915) is known color: Rust. HEX triplet: BA, 49 and 15. RGB value is (186,73,21). Sum of RGB (Red+Green+Blue) = 186+73+21=280 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.43% from 280); Green value is 73 (28.91% from 255 or 26.07% from 280); Blue value is 21 (8.59% from 255 or 7.5% from 280); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4915 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4915 is #45B6EA. Grayscale: #656565. Windows color (decimal): -4568811 or 1395130. OLE color: 1395130.
HSL color Cylindrical-coordinate representation of color #BA4915: hue angle of 18.91º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA4915 is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 73 | 21 | - |
| CMYK | 0 | 0.61 | 0.89 | 0.27 |
| HSL | 18.91º | 0.8% | 0.41% | - |
| HSV(B) | 18.91º | 0.89% | 0.73% | - |
| XYZ | 22.77 | 15.26 | 2.45 | - |
| YUV | 100.86 | 82.94 | 188.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 73 | 21 | 0 | 0.61 | 0.89 | 0.27 | 18.91 | 0.8 | 0.41 |
| Hex | BA | 49 | 15 | 0 | 3D | 59 | 1B | 13 | 50 | 29 |
| Octal | 272 | 111 | 25 | 0 | 75 | 131 | 33 | 23 | 120 | 51 |
| Binary | 10111010 | 1001001 | 10101 | 0 | 111101 | 1011001 | 11011 | 10011 | 1010000 | 101001 |
Color Harmonies of #BA4915
Complementary color
Monochromatic Colors of #BA4915
Black with #BA4915
Text Example
Text Example
White with #BA4915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4915; }
p { color: rgb(186,73,21); }
H1.HeaderClassName
{
color: #BA4915;
}
.AnyTagClassName
{
color: #BA4915;
}
</style>
background-color css
<style>
a { background-color: #BA4915; }
a { background-color: rgb(186,73,21); }
div.DivClassName
{
background-color: #BA4915;
}
.BgClassName
{
background-color: #BA4915;
}
</style>
border-color css
<style>
span { border-color: #BA4915; }
span { border-color: rgb(186,73,21); }
td.TdClassName
{
border-color: #BA4915;
}
.TagClassName
{
border-color: #BA4915;
}
</style>