Shades of Rust #BC4614
Tints of Rust #BC4614
RGB
CMYK
RGB Variations
Color information
#BC4614 (or 0xBC4614) is known color: Rust. HEX triplet: BC, 46 and 14. RGB value is (188,70,20). Sum of RGB (Red+Green+Blue) = 188+70+20=278 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.63% from 278); Green value is 70 (27.73% from 255 or 25.18% from 278); Blue value is 20 (8.20% from 255 or 7.19% from 278); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4614 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4614 is #43B9EB. Grayscale: #636363. Windows color (decimal): -4438508 or 1328828. OLE color: 1328828.
HSL color Cylindrical-coordinate representation of color #BC4614: hue angle of 17.86º degrees, saturation: 0.81, 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 #BC4614 is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 70 | 20 | - |
| CMYK | 0 | 0.63 | 0.89 | 0.26 |
| HSL | 17.86º | 0.81% | 0.41% | - |
| HSV(B) | 17.86º | 0.89% | 0.74% | - |
| XYZ | 23.06 | 15.12 | 2.37 | - |
| YUV | 99.58 | 83.09 | 191.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 70 | 20 | 0 | 0.63 | 0.89 | 0.26 | 17.86 | 0.81 | 0.41 |
| Hex | BC | 46 | 14 | 0 | 3F | 59 | 1A | 12 | 51 | 29 |
| Octal | 274 | 106 | 24 | 0 | 77 | 131 | 32 | 22 | 121 | 51 |
| Binary | 10111100 | 1000110 | 10100 | 0 | 111111 | 1011001 | 11010 | 10010 | 1010001 | 101001 |
Color Harmonies of #BC4614
Complementary color
Monochromatic Colors of #BC4614
Black with #BC4614
Text Example
Text Example
White with #BC4614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4614; }
p { color: rgb(188,70,20); }
H1.HeaderClassName
{
color: #BC4614;
}
.AnyTagClassName
{
color: #BC4614;
}
</style>
background-color css
<style>
a { background-color: #BC4614; }
a { background-color: rgb(188,70,20); }
div.DivClassName
{
background-color: #BC4614;
}
.BgClassName
{
background-color: #BC4614;
}
</style>
border-color css
<style>
span { border-color: #BC4614; }
span { border-color: rgb(188,70,20); }
td.TdClassName
{
border-color: #BC4614;
}
.TagClassName
{
border-color: #BC4614;
}
</style>