Shades of Rust #BA540B
Tints of Rust #BA540B
RGB
CMYK
RGB Variations
Color information
#BA540B (or 0xBA540B) is known color: Rust. HEX triplet: BA, 54 and 0B. RGB value is (186,84,11). Sum of RGB (Red+Green+Blue) = 186+84+11=281 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.19% from 281); Green value is 84 (33.20% from 255 or 29.89% from 281); Blue value is 11 (4.69% from 255 or 3.91% from 281); Max value from RGB is 186 - color contains mainly: red. Hex color #BA540B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA540B is #45ABF4. Grayscale: #6A6A6A. Windows color (decimal): -4566005 or 742586. OLE color: 742586.
HSL color Cylindrical-coordinate representation of color #BA540B: hue angle of 25.03º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA540B is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 84 | 11 | - |
| CMYK | 0 | 0.55 | 0.94 | 0.27 |
| HSL | 25.03º | 0.89% | 0.39% | - |
| HSV(B) | 25.03º | 0.94% | 0.73% | - |
| XYZ | 23.48 | 16.8 | 2.32 | - |
| YUV | 106.18 | 74.29 | 184.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 84 | 11 | 0 | 0.55 | 0.94 | 0.27 | 25.03 | 0.89 | 0.39 |
| Hex | BA | 54 | B | 0 | 37 | 5E | 1B | 19 | 59 | 27 |
| Octal | 272 | 124 | 13 | 0 | 67 | 136 | 33 | 31 | 131 | 47 |
| Binary | 10111010 | 1010100 | 1011 | 0 | 110111 | 1011110 | 11011 | 11001 | 1011001 | 100111 |
Color Harmonies of #BA540B
Complementary color
Monochromatic Colors of #BA540B
Black with #BA540B
Text Example
Text Example
White with #BA540B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA540B; }
p { color: rgb(186,84,11); }
H1.HeaderClassName
{
color: #BA540B;
}
.AnyTagClassName
{
color: #BA540B;
}
</style>
background-color css
<style>
a { background-color: #BA540B; }
a { background-color: rgb(186,84,11); }
div.DivClassName
{
background-color: #BA540B;
}
.BgClassName
{
background-color: #BA540B;
}
</style>
border-color css
<style>
span { border-color: #BA540B; }
span { border-color: rgb(186,84,11); }
td.TdClassName
{
border-color: #BA540B;
}
.TagClassName
{
border-color: #BA540B;
}
</style>