Shades of Rust #BC5416
Tints of Rust #BC5416
RGB
CMYK
RGB Variations
Color information
#BC5416 (or 0xBC5416) is known color: Rust. HEX triplet: BC, 54 and 16. RGB value is (188,84,22). Sum of RGB (Red+Green+Blue) = 188+84+22=294 (38% of max value = 765). Red value is 188 (73.83% from 255 or 63.95% from 294); Green value is 84 (33.20% from 255 or 28.57% from 294); Blue value is 22 (8.98% from 255 or 7.48% from 294); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5416 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5416 is #43ABE9. Grayscale: #6C6C6C. Windows color (decimal): -4434922 or 1463484. OLE color: 1463484.
HSL color Cylindrical-coordinate representation of color #BC5416: hue angle of 22.41º 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 #BC5416 is Cyan = 0, Magento = 0.55, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 84 | 22 | - |
| CMYK | 0 | 0.55 | 0.88 | 0.26 |
| HSL | 22.41º | 0.79% | 0.41% | - |
| HSV(B) | 22.41º | 0.88% | 0.74% | - |
| XYZ | 24.05 | 17.09 | 2.79 | - |
| YUV | 108.03 | 79.46 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 84 | 22 | 0 | 0.55 | 0.88 | 0.26 | 22.41 | 0.79 | 0.41 |
| Hex | BC | 54 | 16 | 0 | 37 | 58 | 1A | 16 | 4F | 29 |
| Octal | 274 | 124 | 26 | 0 | 67 | 130 | 32 | 26 | 117 | 51 |
| Binary | 10111100 | 1010100 | 10110 | 0 | 110111 | 1011000 | 11010 | 10110 | 1001111 | 101001 |
Color Harmonies of #BC5416
Complementary color
Monochromatic Colors of #BC5416
Black with #BC5416
Text Example
Text Example
White with #BC5416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5416; }
p { color: rgb(188,84,22); }
H1.HeaderClassName
{
color: #BC5416;
}
.AnyTagClassName
{
color: #BC5416;
}
</style>
background-color css
<style>
a { background-color: #BC5416; }
a { background-color: rgb(188,84,22); }
div.DivClassName
{
background-color: #BC5416;
}
.BgClassName
{
background-color: #BC5416;
}
</style>
border-color css
<style>
span { border-color: #BC5416; }
span { border-color: rgb(188,84,22); }
td.TdClassName
{
border-color: #BC5416;
}
.TagClassName
{
border-color: #BC5416;
}
</style>