Shades of Rust #BC5615
Tints of Rust #BC5615
RGB
CMYK
RGB Variations
Color information
#BC5615 (or 0xBC5615) is known color: Rust. HEX triplet: BC, 56 and 15. RGB value is (188,86,21). Sum of RGB (Red+Green+Blue) = 188+86+21=295 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.73% from 295); Green value is 86 (33.98% from 255 or 29.15% from 295); Blue value is 21 (8.59% from 255 or 7.12% from 295); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5615 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5615 is #43A9EA. Grayscale: #6D6D6D. Windows color (decimal): -4434411 or 1398460. OLE color: 1398460.
HSL color Cylindrical-coordinate representation of color #BC5615: hue angle of 23.35º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC5615 is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 86 | 21 | - |
| CMYK | 0 | 0.54 | 0.89 | 0.26 |
| HSL | 23.35º | 0.8% | 0.41% | - |
| HSV(B) | 23.35º | 0.89% | 0.74% | - |
| XYZ | 24.2 | 17.4 | 2.79 | - |
| YUV | 109.09 | 78.29 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 86 | 21 | 0 | 0.54 | 0.89 | 0.26 | 23.35 | 0.8 | 0.41 |
| Hex | BC | 56 | 15 | 0 | 36 | 59 | 1A | 17 | 50 | 29 |
| Octal | 274 | 126 | 25 | 0 | 66 | 131 | 32 | 27 | 120 | 51 |
| Binary | 10111100 | 1010110 | 10101 | 0 | 110110 | 1011001 | 11010 | 10111 | 1010000 | 101001 |
Color Harmonies of #BC5615
Complementary color
Monochromatic Colors of #BC5615
Black with #BC5615
Text Example
Text Example
White with #BC5615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5615; }
p { color: rgb(188,86,21); }
H1.HeaderClassName
{
color: #BC5615;
}
.AnyTagClassName
{
color: #BC5615;
}
</style>
background-color css
<style>
a { background-color: #BC5615; }
a { background-color: rgb(188,86,21); }
div.DivClassName
{
background-color: #BC5615;
}
.BgClassName
{
background-color: #BC5615;
}
</style>
border-color css
<style>
span { border-color: #BC5615; }
span { border-color: rgb(188,86,21); }
td.TdClassName
{
border-color: #BC5615;
}
.TagClassName
{
border-color: #BC5615;
}
</style>