Shades of Rust #BC4E0E
Tints of Rust #BC4E0E
RGB
CMYK
RGB Variations
Color information
#BC4E0E (or 0xBC4E0E) is known color: Rust. HEX triplet: BC, 4E and 0E. RGB value is (188,78,14). Sum of RGB (Red+Green+Blue) = 188+78+14=280 (37% of max value = 765). Red value is 188 (73.83% from 255 or 67.14% from 280); Green value is 78 (30.86% from 255 or 27.86% from 280); Blue value is 14 (5.86% from 255 or 5% from 280); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4E0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC4E0E is #43B1F1. Grayscale: #676767. Windows color (decimal): -4436466 or 937660. OLE color: 937660.
HSL color Cylindrical-coordinate representation of color #BC4E0E: hue angle of 22.07º 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 #BC4E0E is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 78 | 14 | - |
| CMYK | 0 | 0.59 | 0.93 | 0.26 |
| HSL | 22.07º | 0.86% | 0.4% | - |
| HSV(B) | 22.07º | 0.93% | 0.74% | - |
| XYZ | 23.54 | 16.17 | 2.3 | - |
| YUV | 103.59 | 77.44 | 188.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 78 | 14 | 0 | 0.59 | 0.93 | 0.26 | 22.07 | 0.86 | 0.4 |
| Hex | BC | 4E | E | 0 | 3B | 5D | 1A | 16 | 56 | 28 |
| Octal | 274 | 116 | 16 | 0 | 73 | 135 | 32 | 26 | 126 | 50 |
| Binary | 10111100 | 1001110 | 1110 | 0 | 111011 | 1011101 | 11010 | 10110 | 1010110 | 101000 |
Color Harmonies of #BC4E0E
Complementary color
Monochromatic Colors of #BC4E0E
Black with #BC4E0E
Text Example
Text Example
White with #BC4E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4E0E; }
p { color: rgb(188,78,14); }
H1.HeaderClassName
{
color: #BC4E0E;
}
.AnyTagClassName
{
color: #BC4E0E;
}
</style>
background-color css
<style>
a { background-color: #BC4E0E; }
a { background-color: rgb(188,78,14); }
div.DivClassName
{
background-color: #BC4E0E;
}
.BgClassName
{
background-color: #BC4E0E;
}
</style>
border-color css
<style>
span { border-color: #BC4E0E; }
span { border-color: rgb(188,78,14); }
td.TdClassName
{
border-color: #BC4E0E;
}
.TagClassName
{
border-color: #BC4E0E;
}
</style>