Shades of Rust #BA560F
Tints of Rust #BA560F
RGB
CMYK
RGB Variations
Color information
#BA560F (or 0xBA560F) is known color: Rust. HEX triplet: BA, 56 and 0F. RGB value is (186,86,15). Sum of RGB (Red+Green+Blue) = 186+86+15=287 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.81% from 287); Green value is 86 (33.98% from 255 or 29.97% from 287); Blue value is 15 (6.25% from 255 or 5.23% from 287); Max value from RGB is 186 - color contains mainly: red. Hex color #BA560F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA560F is #45A9F0. Grayscale: #6C6C6C. Windows color (decimal): -4565489 or 1005242. OLE color: 1005242.
HSL color Cylindrical-coordinate representation of color #BA560F: hue angle of 24.91º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA560F is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 86 | 15 | - |
| CMYK | 0 | 0.54 | 0.92 | 0.27 |
| HSL | 24.91º | 0.85% | 0.39% | - |
| HSV(B) | 24.91º | 0.92% | 0.73% | - |
| XYZ | 23.66 | 17.13 | 2.51 | - |
| YUV | 107.81 | 75.63 | 183.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 86 | 15 | 0 | 0.54 | 0.92 | 0.27 | 24.91 | 0.85 | 0.39 |
| Hex | BA | 56 | F | 0 | 36 | 5C | 1B | 19 | 55 | 27 |
| Octal | 272 | 126 | 17 | 0 | 66 | 134 | 33 | 31 | 125 | 47 |
| Binary | 10111010 | 1010110 | 1111 | 0 | 110110 | 1011100 | 11011 | 11001 | 1010101 | 100111 |
Color Harmonies of #BA560F
Complementary color
Monochromatic Colors of #BA560F
Black with #BA560F
Text Example
Text Example
White with #BA560F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA560F; }
p { color: rgb(186,86,15); }
H1.HeaderClassName
{
color: #BA560F;
}
.AnyTagClassName
{
color: #BA560F;
}
</style>
background-color css
<style>
a { background-color: #BA560F; }
a { background-color: rgb(186,86,15); }
div.DivClassName
{
background-color: #BA560F;
}
.BgClassName
{
background-color: #BA560F;
}
</style>
border-color css
<style>
span { border-color: #BA560F; }
span { border-color: rgb(186,86,15); }
td.TdClassName
{
border-color: #BA560F;
}
.TagClassName
{
border-color: #BA560F;
}
</style>