Shades of Rust #BA5815
Tints of Rust #BA5815
RGB
CMYK
RGB Variations
Color information
#BA5815 (or 0xBA5815) is known color: Rust. HEX triplet: BA, 58 and 15. RGB value is (186,88,21). Sum of RGB (Red+Green+Blue) = 186+88+21=295 (39% of max value = 765). Red value is 186 (73.05% from 255 or 63.05% from 295); Green value is 88 (34.77% from 255 or 29.83% from 295); Blue value is 21 (8.59% from 255 or 7.12% from 295); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5815 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5815 is #45A7EA. Grayscale: #6E6E6E. Windows color (decimal): -4564971 or 1398970. OLE color: 1398970.
HSL color Cylindrical-coordinate representation of color #BA5815: hue angle of 24.36º 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 #BA5815 is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 88 | 21 | - |
| CMYK | 0 | 0.53 | 0.89 | 0.27 |
| HSL | 24.36º | 0.8% | 0.41% | - |
| HSV(B) | 24.36º | 0.89% | 0.73% | - |
| XYZ | 23.87 | 17.47 | 2.82 | - |
| YUV | 109.66 | 77.97 | 182.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 88 | 21 | 0 | 0.53 | 0.89 | 0.27 | 24.36 | 0.8 | 0.41 |
| Hex | BA | 58 | 15 | 0 | 35 | 59 | 1B | 18 | 50 | 29 |
| Octal | 272 | 130 | 25 | 0 | 65 | 131 | 33 | 30 | 120 | 51 |
| Binary | 10111010 | 1011000 | 10101 | 0 | 110101 | 1011001 | 11011 | 11000 | 1010000 | 101001 |
Color Harmonies of #BA5815
Complementary color
Monochromatic Colors of #BA5815
Black with #BA5815
Text Example
Text Example
White with #BA5815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5815; }
p { color: rgb(186,88,21); }
H1.HeaderClassName
{
color: #BA5815;
}
.AnyTagClassName
{
color: #BA5815;
}
</style>
background-color css
<style>
a { background-color: #BA5815; }
a { background-color: rgb(186,88,21); }
div.DivClassName
{
background-color: #BA5815;
}
.BgClassName
{
background-color: #BA5815;
}
</style>
border-color css
<style>
span { border-color: #BA5815; }
span { border-color: rgb(186,88,21); }
td.TdClassName
{
border-color: #BA5815;
}
.TagClassName
{
border-color: #BA5815;
}
</style>