Shades of Rust #BC5717
Tints of Rust #BC5717
RGB
CMYK
RGB Variations
Color information
#BC5717 (or 0xBC5717) is known color: Rust. HEX triplet: BC, 57 and 17. RGB value is (188,87,23). Sum of RGB (Red+Green+Blue) = 188+87+23=298 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.09% from 298); Green value is 87 (34.38% from 255 or 29.19% from 298); Blue value is 23 (9.38% from 255 or 7.72% from 298); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5717 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5717 is #43A8E8. Grayscale: #6E6E6E. Windows color (decimal): -4434153 or 1529788. OLE color: 1529788.
HSL color Cylindrical-coordinate representation of color #BC5717: hue angle of 23.27º 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 #BC5717 is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 87 | 23 | - |
| CMYK | 0 | 0.54 | 0.88 | 0.26 |
| HSL | 23.27º | 0.78% | 0.41% | - |
| HSV(B) | 23.27º | 0.88% | 0.74% | - |
| XYZ | 24.3 | 17.57 | 2.92 | - |
| YUV | 109.9 | 78.96 | 183.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 87 | 23 | 0 | 0.54 | 0.88 | 0.26 | 23.27 | 0.78 | 0.41 |
| Hex | BC | 57 | 17 | 0 | 36 | 58 | 1A | 17 | 4E | 29 |
| Octal | 274 | 127 | 27 | 0 | 66 | 130 | 32 | 27 | 116 | 51 |
| Binary | 10111100 | 1010111 | 10111 | 0 | 110110 | 1011000 | 11010 | 10111 | 1001110 | 101001 |
Color Harmonies of #BC5717
Complementary color
Monochromatic Colors of #BC5717
Black with #BC5717
Text Example
Text Example
White with #BC5717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5717; }
p { color: rgb(188,87,23); }
H1.HeaderClassName
{
color: #BC5717;
}
.AnyTagClassName
{
color: #BC5717;
}
</style>
background-color css
<style>
a { background-color: #BC5717; }
a { background-color: rgb(188,87,23); }
div.DivClassName
{
background-color: #BC5717;
}
.BgClassName
{
background-color: #BC5717;
}
</style>
border-color css
<style>
span { border-color: #BC5717; }
span { border-color: rgb(188,87,23); }
td.TdClassName
{
border-color: #BC5717;
}
.TagClassName
{
border-color: #BC5717;
}
</style>