Shades of Rust #BC5111
Tints of Rust #BC5111
RGB
CMYK
RGB Variations
Color information
#BC5111 (or 0xBC5111) is known color: Rust. HEX triplet: BC, 51 and 11. RGB value is (188,81,17). Sum of RGB (Red+Green+Blue) = 188+81+17=286 (37% of max value = 765). Red value is 188 (73.83% from 255 or 65.73% from 286); Green value is 81 (32.03% from 255 or 28.32% from 286); Blue value is 17 (7.03% from 255 or 5.94% from 286); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5111 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5111 is #43AEEE. Grayscale: #6A6A6A. Windows color (decimal): -4435695 or 1135036. OLE color: 1135036.
HSL color Cylindrical-coordinate representation of color #BC5111: hue angle of 22.46º 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 #BC5111 is Cyan = 0, Magento = 0.57, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 81 | 17 | - |
| CMYK | 0 | 0.57 | 0.91 | 0.26 |
| HSL | 22.46º | 0.83% | 0.4% | - |
| HSV(B) | 22.46º | 0.91% | 0.74% | - |
| XYZ | 23.78 | 16.62 | 2.48 | - |
| YUV | 105.7 | 77.95 | 186.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 81 | 17 | 0 | 0.57 | 0.91 | 0.26 | 22.46 | 0.83 | 0.4 |
| Hex | BC | 51 | 11 | 0 | 39 | 5B | 1A | 16 | 53 | 28 |
| Octal | 274 | 121 | 21 | 0 | 71 | 133 | 32 | 26 | 123 | 50 |
| Binary | 10111100 | 1010001 | 10001 | 0 | 111001 | 1011011 | 11010 | 10110 | 1010011 | 101000 |
Color Harmonies of #BC5111
Complementary color
Monochromatic Colors of #BC5111
Black with #BC5111
Text Example
Text Example
White with #BC5111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5111; }
p { color: rgb(188,81,17); }
H1.HeaderClassName
{
color: #BC5111;
}
.AnyTagClassName
{
color: #BC5111;
}
</style>
background-color css
<style>
a { background-color: #BC5111; }
a { background-color: rgb(188,81,17); }
div.DivClassName
{
background-color: #BC5111;
}
.BgClassName
{
background-color: #BC5111;
}
</style>
border-color css
<style>
span { border-color: #BC5111; }
span { border-color: rgb(188,81,17); }
td.TdClassName
{
border-color: #BC5111;
}
.TagClassName
{
border-color: #BC5111;
}
</style>