Shades of Rust #BC4616
Tints of Rust #BC4616
RGB
CMYK
RGB Variations
Color information
#BC4616 (or 0xBC4616) is known color: Rust. HEX triplet: BC, 46 and 16. RGB value is (188,70,22). Sum of RGB (Red+Green+Blue) = 188+70+22=280 (37% of max value = 765). Red value is 188 (73.83% from 255 or 67.14% from 280); Green value is 70 (27.73% from 255 or 25% from 280); Blue value is 22 (8.98% from 255 or 7.86% from 280); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4616 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4616 is #43B9E9. Grayscale: #646464. Windows color (decimal): -4438506 or 1459900. OLE color: 1459900.
HSL color Cylindrical-coordinate representation of color #BC4616: hue angle of 17.35º degrees, saturation: 0.79, 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 #BC4616 is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 70 | 22 | - |
| CMYK | 0 | 0.63 | 0.88 | 0.26 |
| HSL | 17.35º | 0.79% | 0.41% | - |
| HSV(B) | 17.35º | 0.88% | 0.74% | - |
| XYZ | 23.07 | 15.13 | 2.46 | - |
| YUV | 99.81 | 84.09 | 190.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 70 | 22 | 0 | 0.63 | 0.88 | 0.26 | 17.35 | 0.79 | 0.41 |
| Hex | BC | 46 | 16 | 0 | 3F | 58 | 1A | 11 | 4F | 29 |
| Octal | 274 | 106 | 26 | 0 | 77 | 130 | 32 | 21 | 117 | 51 |
| Binary | 10111100 | 1000110 | 10110 | 0 | 111111 | 1011000 | 11010 | 10001 | 1001111 | 101001 |
Color Harmonies of #BC4616
Complementary color
Monochromatic Colors of #BC4616
Black with #BC4616
Text Example
Text Example
White with #BC4616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4616; }
p { color: rgb(188,70,22); }
H1.HeaderClassName
{
color: #BC4616;
}
.AnyTagClassName
{
color: #BC4616;
}
</style>
background-color css
<style>
a { background-color: #BC4616; }
a { background-color: rgb(188,70,22); }
div.DivClassName
{
background-color: #BC4616;
}
.BgClassName
{
background-color: #BC4616;
}
</style>
border-color css
<style>
span { border-color: #BC4616; }
span { border-color: rgb(188,70,22); }
td.TdClassName
{
border-color: #BC4616;
}
.TagClassName
{
border-color: #BC4616;
}
</style>