Shades of Rust #BC540E
Tints of Rust #BC540E
RGB
CMYK
RGB Variations
Color information
#BC540E (or 0xBC540E) is known color: Rust. HEX triplet: BC, 54 and 0E. RGB value is (188,84,14). Sum of RGB (Red+Green+Blue) = 188+84+14=286 (37% of max value = 765). Red value is 188 (73.83% from 255 or 65.73% from 286); Green value is 84 (33.20% from 255 or 29.37% from 286); Blue value is 14 (5.86% from 255 or 4.90% from 286); Max value from RGB is 188 - color contains mainly: red. Hex color #BC540E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC540E is #43ABF1. Grayscale: #6B6B6B. Windows color (decimal): -4434930 or 939196. OLE color: 939196.
HSL color Cylindrical-coordinate representation of color #BC540E: hue angle of 24.14º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC540E is Cyan = 0, Magento = 0.55, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 84 | 14 | - |
| CMYK | 0 | 0.55 | 0.93 | 0.26 |
| HSL | 24.14º | 0.86% | 0.4% | - |
| HSV(B) | 24.14º | 0.93% | 0.74% | - |
| XYZ | 23.99 | 17.06 | 2.44 | - |
| YUV | 107.12 | 75.46 | 185.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 84 | 14 | 0 | 0.55 | 0.93 | 0.26 | 24.14 | 0.86 | 0.4 |
| Hex | BC | 54 | E | 0 | 37 | 5D | 1A | 18 | 56 | 28 |
| Octal | 274 | 124 | 16 | 0 | 67 | 135 | 32 | 30 | 126 | 50 |
| Binary | 10111100 | 1010100 | 1110 | 0 | 110111 | 1011101 | 11010 | 11000 | 1010110 | 101000 |
Color Harmonies of #BC540E
Complementary color
Monochromatic Colors of #BC540E
Black with #BC540E
Text Example
Text Example
White with #BC540E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC540E; }
p { color: rgb(188,84,14); }
H1.HeaderClassName
{
color: #BC540E;
}
.AnyTagClassName
{
color: #BC540E;
}
</style>
background-color css
<style>
a { background-color: #BC540E; }
a { background-color: rgb(188,84,14); }
div.DivClassName
{
background-color: #BC540E;
}
.BgClassName
{
background-color: #BC540E;
}
</style>
border-color css
<style>
span { border-color: #BC540E; }
span { border-color: rgb(188,84,14); }
td.TdClassName
{
border-color: #BC540E;
}
.TagClassName
{
border-color: #BC540E;
}
</style>