Shades of Rust #BC4717
Tints of Rust #BC4717
RGB
CMYK
RGB Variations
Color information
#BC4717 (or 0xBC4717) is known color: Rust. HEX triplet: BC, 47 and 17. RGB value is (188,71,23). Sum of RGB (Red+Green+Blue) = 188+71+23=282 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.67% from 282); Green value is 71 (28.12% from 255 or 25.18% from 282); Blue value is 23 (9.38% from 255 or 8.16% from 282); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4717 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4717 is #43B8E8. Grayscale: #646464. Windows color (decimal): -4438249 or 1525692. OLE color: 1525692.
HSL color Cylindrical-coordinate representation of color #BC4717: hue angle of 17.45º 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 #BC4717 is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 71 | 23 | - |
| CMYK | 0 | 0.62 | 0.88 | 0.26 |
| HSL | 17.45º | 0.78% | 0.41% | - |
| HSV(B) | 17.45º | 0.88% | 0.74% | - |
| XYZ | 23.15 | 15.26 | 2.54 | - |
| YUV | 100.51 | 84.26 | 190.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 71 | 23 | 0 | 0.62 | 0.88 | 0.26 | 17.45 | 0.78 | 0.41 |
| Hex | BC | 47 | 17 | 0 | 3E | 58 | 1A | 11 | 4E | 29 |
| Octal | 274 | 107 | 27 | 0 | 76 | 130 | 32 | 21 | 116 | 51 |
| Binary | 10111100 | 1000111 | 10111 | 0 | 111110 | 1011000 | 11010 | 10001 | 1001110 | 101001 |
Color Harmonies of #BC4717
Complementary color
Monochromatic Colors of #BC4717
Black with #BC4717
Text Example
Text Example
White with #BC4717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4717; }
p { color: rgb(188,71,23); }
H1.HeaderClassName
{
color: #BC4717;
}
.AnyTagClassName
{
color: #BC4717;
}
</style>
background-color css
<style>
a { background-color: #BC4717; }
a { background-color: rgb(188,71,23); }
div.DivClassName
{
background-color: #BC4717;
}
.BgClassName
{
background-color: #BC4717;
}
</style>
border-color css
<style>
span { border-color: #BC4717; }
span { border-color: rgb(188,71,23); }
td.TdClassName
{
border-color: #BC4717;
}
.TagClassName
{
border-color: #BC4717;
}
</style>