Shades of Rust #BC5617
Tints of Rust #BC5617
RGB
CMYK
RGB Variations
Color information
#BC5617 (or 0xBC5617) is known color: Rust. HEX triplet: BC, 56 and 17. RGB value is (188,86,23). Sum of RGB (Red+Green+Blue) = 188+86+23=297 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.30% from 297); Green value is 86 (33.98% from 255 or 28.96% from 297); Blue value is 23 (9.38% from 255 or 7.74% from 297); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5617 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5617 is #43A9E8. Grayscale: #6D6D6D. Windows color (decimal): -4434409 or 1529532. OLE color: 1529532.
HSL color Cylindrical-coordinate representation of color #BC5617: hue angle of 22.91º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC5617 is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 86 | 23 | - |
| CMYK | 0 | 0.54 | 0.88 | 0.26 |
| HSL | 22.91º | 0.78% | 0.41% | - |
| HSV(B) | 22.91º | 0.88% | 0.74% | - |
| XYZ | 24.22 | 17.41 | 2.89 | - |
| YUV | 109.32 | 79.29 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 86 | 23 | 0 | 0.54 | 0.88 | 0.26 | 22.91 | 0.78 | 0.41 |
| Hex | BC | 56 | 17 | 0 | 36 | 58 | 1A | 17 | 4E | 29 |
| Octal | 274 | 126 | 27 | 0 | 66 | 130 | 32 | 27 | 116 | 51 |
| Binary | 10111100 | 1010110 | 10111 | 0 | 110110 | 1011000 | 11010 | 10111 | 1001110 | 101001 |
Color Harmonies of #BC5617
Complementary color
Monochromatic Colors of #BC5617
Black with #BC5617
Text Example
Text Example
White with #BC5617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5617; }
p { color: rgb(188,86,23); }
H1.HeaderClassName
{
color: #BC5617;
}
.AnyTagClassName
{
color: #BC5617;
}
</style>
background-color css
<style>
a { background-color: #BC5617; }
a { background-color: rgb(188,86,23); }
div.DivClassName
{
background-color: #BC5617;
}
.BgClassName
{
background-color: #BC5617;
}
</style>
border-color css
<style>
span { border-color: #BC5617; }
span { border-color: rgb(188,86,23); }
td.TdClassName
{
border-color: #BC5617;
}
.TagClassName
{
border-color: #BC5617;
}
</style>