Shades of Rust #BC5614
Tints of Rust #BC5614
RGB
CMYK
RGB Variations
Color information
#BC5614 (or 0xBC5614) is known color: Rust. HEX triplet: BC, 56 and 14. RGB value is (188,86,20). Sum of RGB (Red+Green+Blue) = 188+86+20=294 (38% of max value = 765). Red value is 188 (73.83% from 255 or 63.95% from 294); Green value is 86 (33.98% from 255 or 29.25% from 294); Blue value is 20 (8.20% from 255 or 6.80% from 294); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5614 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5614 is #43A9EB. Grayscale: #6D6D6D. Windows color (decimal): -4434412 or 1332924. OLE color: 1332924.
HSL color Cylindrical-coordinate representation of color #BC5614: hue angle of 23.57º 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 #BC5614 is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 86 | 20 | - |
| CMYK | 0 | 0.54 | 0.89 | 0.26 |
| HSL | 23.57º | 0.81% | 0.41% | - |
| HSV(B) | 23.57º | 0.89% | 0.74% | - |
| XYZ | 24.19 | 17.4 | 2.74 | - |
| YUV | 108.97 | 77.79 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 86 | 20 | 0 | 0.54 | 0.89 | 0.26 | 23.57 | 0.81 | 0.41 |
| Hex | BC | 56 | 14 | 0 | 36 | 59 | 1A | 18 | 51 | 29 |
| Octal | 274 | 126 | 24 | 0 | 66 | 131 | 32 | 30 | 121 | 51 |
| Binary | 10111100 | 1010110 | 10100 | 0 | 110110 | 1011001 | 11010 | 11000 | 1010001 | 101001 |
Color Harmonies of #BC5614
Complementary color
Monochromatic Colors of #BC5614
Black with #BC5614
Text Example
Text Example
White with #BC5614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5614; }
p { color: rgb(188,86,20); }
H1.HeaderClassName
{
color: #BC5614;
}
.AnyTagClassName
{
color: #BC5614;
}
</style>
background-color css
<style>
a { background-color: #BC5614; }
a { background-color: rgb(188,86,20); }
div.DivClassName
{
background-color: #BC5614;
}
.BgClassName
{
background-color: #BC5614;
}
</style>
border-color css
<style>
span { border-color: #BC5614; }
span { border-color: rgb(188,86,20); }
td.TdClassName
{
border-color: #BC5614;
}
.TagClassName
{
border-color: #BC5614;
}
</style>