Shades of Rust #BA5717
Tints of Rust #BA5717
RGB
CMYK
RGB Variations
Color information
#BA5717 (or 0xBA5717) is known color: Rust. HEX triplet: BA, 57 and 17. RGB value is (186,87,23). Sum of RGB (Red+Green+Blue) = 186+87+23=296 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.84% from 296); Green value is 87 (34.38% from 255 or 29.39% from 296); Blue value is 23 (9.38% from 255 or 7.77% from 296); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5717 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5717 is #45A8E8. Grayscale: #6D6D6D. Windows color (decimal): -4565225 or 1529786. OLE color: 1529786.
HSL color Cylindrical-coordinate representation of color #BA5717: hue angle of 23.56º 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 #BA5717 is Cyan = 0, Magento = 0.53, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 87 | 23 | - |
| CMYK | 0 | 0.53 | 0.88 | 0.27 |
| HSL | 23.56º | 0.78% | 0.41% | - |
| HSV(B) | 23.56º | 0.88% | 0.73% | - |
| XYZ | 23.81 | 17.32 | 2.9 | - |
| YUV | 109.31 | 79.3 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 87 | 23 | 0 | 0.53 | 0.88 | 0.27 | 23.56 | 0.78 | 0.41 |
| Hex | BA | 57 | 17 | 0 | 35 | 58 | 1B | 18 | 4E | 29 |
| Octal | 272 | 127 | 27 | 0 | 65 | 130 | 33 | 30 | 116 | 51 |
| Binary | 10111010 | 1010111 | 10111 | 0 | 110101 | 1011000 | 11011 | 11000 | 1001110 | 101001 |
Color Harmonies of #BA5717
Complementary color
Monochromatic Colors of #BA5717
Black with #BA5717
Text Example
Text Example
White with #BA5717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5717; }
p { color: rgb(186,87,23); }
H1.HeaderClassName
{
color: #BA5717;
}
.AnyTagClassName
{
color: #BA5717;
}
</style>
background-color css
<style>
a { background-color: #BA5717; }
a { background-color: rgb(186,87,23); }
div.DivClassName
{
background-color: #BA5717;
}
.BgClassName
{
background-color: #BA5717;
}
</style>
border-color css
<style>
span { border-color: #BA5717; }
span { border-color: rgb(186,87,23); }
td.TdClassName
{
border-color: #BA5717;
}
.TagClassName
{
border-color: #BA5717;
}
</style>