Shades of Rust #BC3B11
Tints of Rust #BC3B11
RGB
CMYK
RGB Variations
Color information
#BC3B11 (or 0xBC3B11) is known color: Rust. HEX triplet: BC, 3B and 11. RGB value is (188,59,17). Sum of RGB (Red+Green+Blue) = 188+59+17=264 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.21% from 264); Green value is 59 (23.44% from 255 or 22.35% from 264); Blue value is 17 (7.03% from 255 or 6.44% from 264); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3B11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3B11 is #43C4EE. Grayscale: #5D5D5D. Windows color (decimal): -4441327 or 1129404. OLE color: 1129404.
HSL color Cylindrical-coordinate representation of color #BC3B11: hue angle of 14.74º 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 #BC3B11 is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 59 | 17 | - |
| CMYK | 0 | 0.69 | 0.91 | 0.26 |
| HSL | 14.74º | 0.83% | 0.4% | - |
| HSV(B) | 14.74º | 0.91% | 0.74% | - |
| XYZ | 22.4 | 13.86 | 2.02 | - |
| YUV | 92.78 | 85.24 | 195.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 59 | 17 | 0 | 0.69 | 0.91 | 0.26 | 14.74 | 0.83 | 0.4 |
| Hex | BC | 3B | 11 | 0 | 45 | 5B | 1A | F | 53 | 28 |
| Octal | 274 | 73 | 21 | 0 | 105 | 133 | 32 | 17 | 123 | 50 |
| Binary | 10111100 | 111011 | 10001 | 0 | 1000101 | 1011011 | 11010 | 1111 | 1010011 | 101000 |
Color Harmonies of #BC3B11
Complementary color
Monochromatic Colors of #BC3B11
Black with #BC3B11
Text Example
Text Example
White with #BC3B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3B11; }
p { color: rgb(188,59,17); }
H1.HeaderClassName
{
color: #BC3B11;
}
.AnyTagClassName
{
color: #BC3B11;
}
</style>
background-color css
<style>
a { background-color: #BC3B11; }
a { background-color: rgb(188,59,17); }
div.DivClassName
{
background-color: #BC3B11;
}
.BgClassName
{
background-color: #BC3B11;
}
</style>
border-color css
<style>
span { border-color: #BC3B11; }
span { border-color: rgb(188,59,17); }
td.TdClassName
{
border-color: #BC3B11;
}
.TagClassName
{
border-color: #BC3B11;
}
</style>