Shades of Rust #BA540D
Tints of Rust #BA540D
RGB
CMYK
RGB Variations
Color information
#BA540D (or 0xBA540D) is known color: Rust. HEX triplet: BA, 54 and 0D. RGB value is (186,84,13). Sum of RGB (Red+Green+Blue) = 186+84+13=283 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.72% from 283); Green value is 84 (33.20% from 255 or 29.68% from 283); Blue value is 13 (5.47% from 255 or 4.59% from 283); Max value from RGB is 186 - color contains mainly: red. Hex color #BA540D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA540D is #45ABF2. Grayscale: #6A6A6A. Windows color (decimal): -4566003 or 873658. OLE color: 873658.
HSL color Cylindrical-coordinate representation of color #BA540D: hue angle of 24.62º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BA540D is Cyan = 0, Magento = 0.55, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 84 | 13 | - |
| CMYK | 0 | 0.55 | 0.93 | 0.27 |
| HSL | 24.62º | 0.87% | 0.39% | - |
| HSV(B) | 24.62º | 0.93% | 0.73% | - |
| XYZ | 23.49 | 16.81 | 2.39 | - |
| YUV | 106.4 | 75.29 | 184.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 84 | 13 | 0 | 0.55 | 0.93 | 0.27 | 24.62 | 0.87 | 0.39 |
| Hex | BA | 54 | D | 0 | 37 | 5D | 1B | 19 | 57 | 27 |
| Octal | 272 | 124 | 15 | 0 | 67 | 135 | 33 | 31 | 127 | 47 |
| Binary | 10111010 | 1010100 | 1101 | 0 | 110111 | 1011101 | 11011 | 11001 | 1010111 | 100111 |
Color Harmonies of #BA540D
Complementary color
Monochromatic Colors of #BA540D
Black with #BA540D
Text Example
Text Example
White with #BA540D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA540D; }
p { color: rgb(186,84,13); }
H1.HeaderClassName
{
color: #BA540D;
}
.AnyTagClassName
{
color: #BA540D;
}
</style>
background-color css
<style>
a { background-color: #BA540D; }
a { background-color: rgb(186,84,13); }
div.DivClassName
{
background-color: #BA540D;
}
.BgClassName
{
background-color: #BA540D;
}
</style>
border-color css
<style>
span { border-color: #BA540D; }
span { border-color: rgb(186,84,13); }
td.TdClassName
{
border-color: #BA540D;
}
.TagClassName
{
border-color: #BA540D;
}
</style>