Shades of Rust #BA500F
Tints of Rust #BA500F
RGB
CMYK
RGB Variations
Color information
#BA500F (or 0xBA500F) is known color: Rust. HEX triplet: BA, 50 and 0F. RGB value is (186,80,15). Sum of RGB (Red+Green+Blue) = 186+80+15=281 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.19% from 281); Green value is 80 (31.64% from 255 or 28.47% from 281); Blue value is 15 (6.25% from 255 or 5.34% from 281); Max value from RGB is 186 - color contains mainly: red. Hex color #BA500F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA500F is #45AFF0. Grayscale: #686868. Windows color (decimal): -4567025 or 1003706. OLE color: 1003706.
HSL color Cylindrical-coordinate representation of color #BA500F: hue angle of 22.81º 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 #BA500F is Cyan = 0, Magento = 0.57, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 80 | 15 | - |
| CMYK | 0 | 0.57 | 0.92 | 0.27 |
| HSL | 22.81º | 0.85% | 0.39% | - |
| HSV(B) | 22.81º | 0.92% | 0.73% | - |
| XYZ | 23.2 | 16.21 | 2.36 | - |
| YUV | 104.28 | 77.62 | 186.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 80 | 15 | 0 | 0.57 | 0.92 | 0.27 | 22.81 | 0.85 | 0.39 |
| Hex | BA | 50 | F | 0 | 39 | 5C | 1B | 17 | 55 | 27 |
| Octal | 272 | 120 | 17 | 0 | 71 | 134 | 33 | 27 | 125 | 47 |
| Binary | 10111010 | 1010000 | 1111 | 0 | 111001 | 1011100 | 11011 | 10111 | 1010101 | 100111 |
Color Harmonies of #BA500F
Complementary color
Monochromatic Colors of #BA500F
Black with #BA500F
Text Example
Text Example
White with #BA500F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA500F; }
p { color: rgb(186,80,15); }
H1.HeaderClassName
{
color: #BA500F;
}
.AnyTagClassName
{
color: #BA500F;
}
</style>
background-color css
<style>
a { background-color: #BA500F; }
a { background-color: rgb(186,80,15); }
div.DivClassName
{
background-color: #BA500F;
}
.BgClassName
{
background-color: #BA500F;
}
</style>
border-color css
<style>
span { border-color: #BA500F; }
span { border-color: rgb(186,80,15); }
td.TdClassName
{
border-color: #BA500F;
}
.TagClassName
{
border-color: #BA500F;
}
</style>