Shades of Rust #BC4112
Tints of Rust #BC4112
RGB
CMYK
RGB Variations
Color information
#BC4112 (or 0xBC4112) is known color: Rust. HEX triplet: BC, 41 and 12. RGB value is (188,65,18). Sum of RGB (Red+Green+Blue) = 188+65+18=271 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.37% from 271); Green value is 65 (25.78% from 255 or 23.99% from 271); Blue value is 18 (7.42% from 255 or 6.64% from 271); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4112 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4112 is #43BEED. Grayscale: #606060. Windows color (decimal): -4439790 or 1196476. OLE color: 1196476.
HSL color Cylindrical-coordinate representation of color #BC4112: hue angle of 16.59º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC4112 is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 65 | 18 | - |
| CMYK | 0 | 0.65 | 0.90 | 0.26 |
| HSL | 16.59º | 0.83% | 0.4% | - |
| HSV(B) | 16.59º | 0.9% | 0.74% | - |
| XYZ | 22.74 | 14.52 | 2.18 | - |
| YUV | 96.42 | 83.75 | 193.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 65 | 18 | 0 | 0.65 | 0.90 | 0.26 | 16.59 | 0.83 | 0.4 |
| Hex | BC | 41 | 12 | 0 | 41 | 5A | 1A | 11 | 53 | 28 |
| Octal | 274 | 101 | 22 | 0 | 101 | 132 | 32 | 21 | 123 | 50 |
| Binary | 10111100 | 1000001 | 10010 | 0 | 1000001 | 1011010 | 11010 | 10001 | 1010011 | 101000 |
Color Harmonies of #BC4112
Complementary color
Monochromatic Colors of #BC4112
Black with #BC4112
Text Example
Text Example
White with #BC4112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4112; }
p { color: rgb(188,65,18); }
H1.HeaderClassName
{
color: #BC4112;
}
.AnyTagClassName
{
color: #BC4112;
}
</style>
background-color css
<style>
a { background-color: #BC4112; }
a { background-color: rgb(188,65,18); }
div.DivClassName
{
background-color: #BC4112;
}
.BgClassName
{
background-color: #BC4112;
}
</style>
border-color css
<style>
span { border-color: #BC4112; }
span { border-color: rgb(188,65,18); }
td.TdClassName
{
border-color: #BC4112;
}
.TagClassName
{
border-color: #BC4112;
}
</style>