Shades of Rust #BC360E
Tints of Rust #BC360E
RGB
CMYK
RGB Variations
Color information
#BC360E (or 0xBC360E) is known color: Rust. HEX triplet: BC, 36 and 0E. RGB value is (188,54,14). Sum of RGB (Red+Green+Blue) = 188+54+14=256 (33% of max value = 765). Red value is 188 (73.83% from 255 or 73.44% from 256); Green value is 54 (21.48% from 255 or 21.09% from 256); Blue value is 14 (5.86% from 255 or 5.47% from 256); Max value from RGB is 188 - color contains mainly: red. Hex color #BC360E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC360E is #43C9F1. Grayscale: #595959. Windows color (decimal): -4442610 or 931516. OLE color: 931516.
HSL color Cylindrical-coordinate representation of color #BC360E: hue angle of 13.79º 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 #BC360E is Cyan = 0, Magento = 0.71, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 54 | 14 | - |
| CMYK | 0 | 0.71 | 0.93 | 0.26 |
| HSL | 13.79º | 0.86% | 0.4% | - |
| HSV(B) | 13.79º | 0.93% | 0.74% | - |
| XYZ | 22.14 | 13.36 | 1.83 | - |
| YUV | 89.51 | 85.39 | 198.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 54 | 14 | 0 | 0.71 | 0.93 | 0.26 | 13.79 | 0.86 | 0.4 |
| Hex | BC | 36 | E | 0 | 47 | 5D | 1A | E | 56 | 28 |
| Octal | 274 | 66 | 16 | 0 | 107 | 135 | 32 | 16 | 126 | 50 |
| Binary | 10111100 | 110110 | 1110 | 0 | 1000111 | 1011101 | 11010 | 1110 | 1010110 | 101000 |
Color Harmonies of #BC360E
Complementary color
Monochromatic Colors of #BC360E
Black with #BC360E
Text Example
Text Example
White with #BC360E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC360E; }
p { color: rgb(188,54,14); }
H1.HeaderClassName
{
color: #BC360E;
}
.AnyTagClassName
{
color: #BC360E;
}
</style>
background-color css
<style>
a { background-color: #BC360E; }
a { background-color: rgb(188,54,14); }
div.DivClassName
{
background-color: #BC360E;
}
.BgClassName
{
background-color: #BC360E;
}
</style>
border-color css
<style>
span { border-color: #BC360E; }
span { border-color: rgb(188,54,14); }
td.TdClassName
{
border-color: #BC360E;
}
.TagClassName
{
border-color: #BC360E;
}
</style>