Shades of Rust #BC3E0E
Tints of Rust #BC3E0E
RGB
CMYK
RGB Variations
Color information
#BC3E0E (or 0xBC3E0E) is known color: Rust. HEX triplet: BC, 3E and 0E. RGB value is (188,62,14). Sum of RGB (Red+Green+Blue) = 188+62+14=264 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.21% from 264); Green value is 62 (24.61% from 255 or 23.48% from 264); Blue value is 14 (5.86% from 255 or 5.30% from 264); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3E0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3E0E is #43C1F1. Grayscale: #5E5E5E. Windows color (decimal): -4440562 or 933564. OLE color: 933564.
HSL color Cylindrical-coordinate representation of color #BC3E0E: hue angle of 16.55º 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 #BC3E0E is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 62 | 14 | - |
| CMYK | 0 | 0.67 | 0.93 | 0.26 |
| HSL | 16.55º | 0.86% | 0.4% | - |
| HSV(B) | 16.55º | 0.93% | 0.74% | - |
| XYZ | 22.54 | 14.17 | 1.96 | - |
| YUV | 94.2 | 82.74 | 194.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 62 | 14 | 0 | 0.67 | 0.93 | 0.26 | 16.55 | 0.86 | 0.4 |
| Hex | BC | 3E | E | 0 | 43 | 5D | 1A | 11 | 56 | 28 |
| Octal | 274 | 76 | 16 | 0 | 103 | 135 | 32 | 21 | 126 | 50 |
| Binary | 10111100 | 111110 | 1110 | 0 | 1000011 | 1011101 | 11010 | 10001 | 1010110 | 101000 |
Color Harmonies of #BC3E0E
Complementary color
Monochromatic Colors of #BC3E0E
Black with #BC3E0E
Text Example
Text Example
White with #BC3E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3E0E; }
p { color: rgb(188,62,14); }
H1.HeaderClassName
{
color: #BC3E0E;
}
.AnyTagClassName
{
color: #BC3E0E;
}
</style>
background-color css
<style>
a { background-color: #BC3E0E; }
a { background-color: rgb(188,62,14); }
div.DivClassName
{
background-color: #BC3E0E;
}
.BgClassName
{
background-color: #BC3E0E;
}
</style>
border-color css
<style>
span { border-color: #BC3E0E; }
span { border-color: rgb(188,62,14); }
td.TdClassName
{
border-color: #BC3E0E;
}
.TagClassName
{
border-color: #BC3E0E;
}
</style>