Shades of Rust #BA5117
Tints of Rust #BA5117
RGB
CMYK
RGB Variations
Color information
#BA5117 (or 0xBA5117) is known color: Rust. HEX triplet: BA, 51 and 17. RGB value is (186,81,23). Sum of RGB (Red+Green+Blue) = 186+81+23=290 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.14% from 290); Green value is 81 (32.03% from 255 or 27.93% from 290); Blue value is 23 (9.38% from 255 or 7.93% from 290); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5117 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5117 is #45AEE8. Grayscale: #6A6A6A. Windows color (decimal): -4566761 or 1528250. OLE color: 1528250.
HSL color Cylindrical-coordinate representation of color #BA5117: hue angle of 21.35º degrees, saturation: 0.78, 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 #BA5117 is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 81 | 23 | - |
| CMYK | 0 | 0.56 | 0.88 | 0.27 |
| HSL | 21.35º | 0.78% | 0.41% | - |
| HSV(B) | 21.35º | 0.88% | 0.73% | - |
| XYZ | 23.35 | 16.39 | 2.74 | - |
| YUV | 105.78 | 81.29 | 185.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 81 | 23 | 0 | 0.56 | 0.88 | 0.27 | 21.35 | 0.78 | 0.41 |
| Hex | BA | 51 | 17 | 0 | 38 | 58 | 1B | 15 | 4E | 29 |
| Octal | 272 | 121 | 27 | 0 | 70 | 130 | 33 | 25 | 116 | 51 |
| Binary | 10111010 | 1010001 | 10111 | 0 | 111000 | 1011000 | 11011 | 10101 | 1001110 | 101001 |
Color Harmonies of #BA5117
Complementary color
Monochromatic Colors of #BA5117
Black with #BA5117
Text Example
Text Example
White with #BA5117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5117; }
p { color: rgb(186,81,23); }
H1.HeaderClassName
{
color: #BA5117;
}
.AnyTagClassName
{
color: #BA5117;
}
</style>
background-color css
<style>
a { background-color: #BA5117; }
a { background-color: rgb(186,81,23); }
div.DivClassName
{
background-color: #BA5117;
}
.BgClassName
{
background-color: #BA5117;
}
</style>
border-color css
<style>
span { border-color: #BA5117; }
span { border-color: rgb(186,81,23); }
td.TdClassName
{
border-color: #BA5117;
}
.TagClassName
{
border-color: #BA5117;
}
</style>