Shades of Rust #BA540F
Tints of Rust #BA540F
RGB
CMYK
RGB Variations
Color information
#BA540F (or 0xBA540F) is known color: Rust. HEX triplet: BA, 54 and 0F. RGB value is (186,84,15). Sum of RGB (Red+Green+Blue) = 186+84+15=285 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.26% from 285); Green value is 84 (33.20% from 255 or 29.47% from 285); Blue value is 15 (6.25% from 255 or 5.26% from 285); Max value from RGB is 186 - color contains mainly: red. Hex color #BA540F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA540F is #45ABF0. Grayscale: #6B6B6B. Windows color (decimal): -4566001 or 1004730. OLE color: 1004730.
HSL color Cylindrical-coordinate representation of color #BA540F: hue angle of 24.21º 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 #BA540F is Cyan = 0, Magento = 0.55, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 84 | 15 | - |
| CMYK | 0 | 0.55 | 0.92 | 0.27 |
| HSL | 24.21º | 0.85% | 0.39% | - |
| HSV(B) | 24.21º | 0.92% | 0.73% | - |
| XYZ | 23.51 | 16.81 | 2.46 | - |
| YUV | 106.63 | 76.29 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 84 | 15 | 0 | 0.55 | 0.92 | 0.27 | 24.21 | 0.85 | 0.39 |
| Hex | BA | 54 | F | 0 | 37 | 5C | 1B | 18 | 55 | 27 |
| Octal | 272 | 124 | 17 | 0 | 67 | 134 | 33 | 30 | 125 | 47 |
| Binary | 10111010 | 1010100 | 1111 | 0 | 110111 | 1011100 | 11011 | 11000 | 1010101 | 100111 |
Color Harmonies of #BA540F
Complementary color
Monochromatic Colors of #BA540F
Black with #BA540F
Text Example
Text Example
White with #BA540F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA540F; }
p { color: rgb(186,84,15); }
H1.HeaderClassName
{
color: #BA540F;
}
.AnyTagClassName
{
color: #BA540F;
}
</style>
background-color css
<style>
a { background-color: #BA540F; }
a { background-color: rgb(186,84,15); }
div.DivClassName
{
background-color: #BA540F;
}
.BgClassName
{
background-color: #BA540F;
}
</style>
border-color css
<style>
span { border-color: #BA540F; }
span { border-color: rgb(186,84,15); }
td.TdClassName
{
border-color: #BA540F;
}
.TagClassName
{
border-color: #BA540F;
}
</style>