Shades of Rust #BC3E11
Tints of Rust #BC3E11
RGB
CMYK
RGB Variations
Color information
#BC3E11 (or 0xBC3E11) is known color: Rust. HEX triplet: BC, 3E and 11. RGB value is (188,62,17). Sum of RGB (Red+Green+Blue) = 188+62+17=267 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.41% from 267); Green value is 62 (24.61% from 255 or 23.22% from 267); Blue value is 17 (7.03% from 255 or 6.37% from 267); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3E11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3E11 is #43C1EE. Grayscale: #5E5E5E. Windows color (decimal): -4440559 or 1130172. OLE color: 1130172.
HSL color Cylindrical-coordinate representation of color #BC3E11: hue angle of 15.79º 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 #BC3E11 is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 62 | 17 | - |
| CMYK | 0 | 0.67 | 0.91 | 0.26 |
| HSL | 15.79º | 0.83% | 0.4% | - |
| HSV(B) | 15.79º | 0.91% | 0.74% | - |
| XYZ | 22.56 | 14.18 | 2.08 | - |
| YUV | 94.54 | 84.24 | 194.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 62 | 17 | 0 | 0.67 | 0.91 | 0.26 | 15.79 | 0.83 | 0.4 |
| Hex | BC | 3E | 11 | 0 | 43 | 5B | 1A | 10 | 53 | 28 |
| Octal | 274 | 76 | 21 | 0 | 103 | 133 | 32 | 20 | 123 | 50 |
| Binary | 10111100 | 111110 | 10001 | 0 | 1000011 | 1011011 | 11010 | 10000 | 1010011 | 101000 |
Color Harmonies of #BC3E11
Complementary color
Monochromatic Colors of #BC3E11
Black with #BC3E11
Text Example
Text Example
White with #BC3E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3E11; }
p { color: rgb(188,62,17); }
H1.HeaderClassName
{
color: #BC3E11;
}
.AnyTagClassName
{
color: #BC3E11;
}
</style>
background-color css
<style>
a { background-color: #BC3E11; }
a { background-color: rgb(188,62,17); }
div.DivClassName
{
background-color: #BC3E11;
}
.BgClassName
{
background-color: #BC3E11;
}
</style>
border-color css
<style>
span { border-color: #BC3E11; }
span { border-color: rgb(188,62,17); }
td.TdClassName
{
border-color: #BC3E11;
}
.TagClassName
{
border-color: #BC3E11;
}
</style>