Shades of Rust #BC5511
Tints of Rust #BC5511
RGB
CMYK
RGB Variations
Color information
#BC5511 (or 0xBC5511) is known color: Rust. HEX triplet: BC, 55 and 11. RGB value is (188,85,17). Sum of RGB (Red+Green+Blue) = 188+85+17=290 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.83% from 290); Green value is 85 (33.59% from 255 or 29.31% from 290); Blue value is 17 (7.03% from 255 or 5.86% from 290); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5511 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5511 is #43AAEE. Grayscale: #6C6C6C. Windows color (decimal): -4434671 or 1136060. OLE color: 1136060.
HSL color Cylindrical-coordinate representation of color #BC5511: hue angle of 23.86º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC5511 is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 85 | 17 | - |
| CMYK | 0 | 0.55 | 0.91 | 0.26 |
| HSL | 23.86º | 0.83% | 0.4% | - |
| HSV(B) | 23.86º | 0.91% | 0.74% | - |
| XYZ | 24.09 | 17.23 | 2.59 | - |
| YUV | 108.05 | 76.62 | 185.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 85 | 17 | 0 | 0.55 | 0.91 | 0.26 | 23.86 | 0.83 | 0.4 |
| Hex | BC | 55 | 11 | 0 | 37 | 5B | 1A | 18 | 53 | 28 |
| Octal | 274 | 125 | 21 | 0 | 67 | 133 | 32 | 30 | 123 | 50 |
| Binary | 10111100 | 1010101 | 10001 | 0 | 110111 | 1011011 | 11010 | 11000 | 1010011 | 101000 |
Color Harmonies of #BC5511
Complementary color
Monochromatic Colors of #BC5511
Black with #BC5511
Text Example
Text Example
White with #BC5511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5511; }
p { color: rgb(188,85,17); }
H1.HeaderClassName
{
color: #BC5511;
}
.AnyTagClassName
{
color: #BC5511;
}
</style>
background-color css
<style>
a { background-color: #BC5511; }
a { background-color: rgb(188,85,17); }
div.DivClassName
{
background-color: #BC5511;
}
.BgClassName
{
background-color: #BC5511;
}
</style>
border-color css
<style>
span { border-color: #BC5511; }
span { border-color: rgb(188,85,17); }
td.TdClassName
{
border-color: #BC5511;
}
.TagClassName
{
border-color: #BC5511;
}
</style>