Shades of Rust #BA4815
Tints of Rust #BA4815
RGB
CMYK
RGB Variations
Color information
#BA4815 (or 0xBA4815) is known color: Rust. HEX triplet: BA, 48 and 15. RGB value is (186,72,21). Sum of RGB (Red+Green+Blue) = 186+72+21=279 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.67% from 279); Green value is 72 (28.52% from 255 or 25.81% from 279); Blue value is 21 (8.59% from 255 or 7.53% from 279); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4815 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4815 is #45B7EA. Grayscale: #646464. Windows color (decimal): -4569067 or 1394874. OLE color: 1394874.
HSL color Cylindrical-coordinate representation of color #BA4815: hue angle of 18.55º 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 #BA4815 is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 72 | 21 | - |
| CMYK | 0 | 0.61 | 0.89 | 0.27 |
| HSL | 18.55º | 0.8% | 0.41% | - |
| HSV(B) | 18.55º | 0.89% | 0.73% | - |
| XYZ | 22.7 | 15.13 | 2.43 | - |
| YUV | 100.27 | 83.27 | 189.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 72 | 21 | 0 | 0.61 | 0.89 | 0.27 | 18.55 | 0.8 | 0.41 |
| Hex | BA | 48 | 15 | 0 | 3D | 59 | 1B | 13 | 50 | 29 |
| Octal | 272 | 110 | 25 | 0 | 75 | 131 | 33 | 23 | 120 | 51 |
| Binary | 10111010 | 1001000 | 10101 | 0 | 111101 | 1011001 | 11011 | 10011 | 1010000 | 101001 |
Color Harmonies of #BA4815
Complementary color
Monochromatic Colors of #BA4815
Black with #BA4815
Text Example
Text Example
White with #BA4815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4815; }
p { color: rgb(186,72,21); }
H1.HeaderClassName
{
color: #BA4815;
}
.AnyTagClassName
{
color: #BA4815;
}
</style>
background-color css
<style>
a { background-color: #BA4815; }
a { background-color: rgb(186,72,21); }
div.DivClassName
{
background-color: #BA4815;
}
.BgClassName
{
background-color: #BA4815;
}
</style>
border-color css
<style>
span { border-color: #BA4815; }
span { border-color: rgb(186,72,21); }
td.TdClassName
{
border-color: #BA4815;
}
.TagClassName
{
border-color: #BA4815;
}
</style>