Shades of Rust #BC5514
Tints of Rust #BC5514
RGB
CMYK
RGB Variations
Color information
#BC5514 (or 0xBC5514) is known color: Rust. HEX triplet: BC, 55 and 14. RGB value is (188,85,20). Sum of RGB (Red+Green+Blue) = 188+85+20=293 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.16% from 293); Green value is 85 (33.59% from 255 or 29.01% from 293); Blue value is 20 (8.20% from 255 or 6.83% from 293); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5514 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5514 is #43AAEB. Grayscale: #6C6C6C. Windows color (decimal): -4434668 or 1332668. OLE color: 1332668.
HSL color Cylindrical-coordinate representation of color #BC5514: hue angle of 23.21º 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 #BC5514 is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 85 | 20 | - |
| CMYK | 0 | 0.55 | 0.89 | 0.26 |
| HSL | 23.21º | 0.81% | 0.41% | - |
| HSV(B) | 23.21º | 0.89% | 0.74% | - |
| XYZ | 24.11 | 17.24 | 2.72 | - |
| YUV | 108.39 | 78.12 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 85 | 20 | 0 | 0.55 | 0.89 | 0.26 | 23.21 | 0.81 | 0.41 |
| Hex | BC | 55 | 14 | 0 | 37 | 59 | 1A | 17 | 51 | 29 |
| Octal | 274 | 125 | 24 | 0 | 67 | 131 | 32 | 27 | 121 | 51 |
| Binary | 10111100 | 1010101 | 10100 | 0 | 110111 | 1011001 | 11010 | 10111 | 1010001 | 101001 |
Color Harmonies of #BC5514
Complementary color
Monochromatic Colors of #BC5514
Black with #BC5514
Text Example
Text Example
White with #BC5514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5514; }
p { color: rgb(188,85,20); }
H1.HeaderClassName
{
color: #BC5514;
}
.AnyTagClassName
{
color: #BC5514;
}
</style>
background-color css
<style>
a { background-color: #BC5514; }
a { background-color: rgb(188,85,20); }
div.DivClassName
{
background-color: #BC5514;
}
.BgClassName
{
background-color: #BC5514;
}
</style>
border-color css
<style>
span { border-color: #BC5514; }
span { border-color: rgb(188,85,20); }
td.TdClassName
{
border-color: #BC5514;
}
.TagClassName
{
border-color: #BC5514;
}
</style>