Shades of Rust #BC4206
Tints of Rust #BC4206
RGB
CMYK
RGB Variations
Color information
#BC4206 (or 0xBC4206) is known color: Rust. HEX triplet: BC, 42 and 06. RGB value is (188,66,6). Sum of RGB (Red+Green+Blue) = 188+66+6=260 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.31% from 260); Green value is 66 (26.17% from 255 or 25.38% from 260); Blue value is 6 (2.73% from 255 or 2.31% from 260); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4206 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4206 is #43BDF9. Grayscale: #606060. Windows color (decimal): -4439546 or 410300. OLE color: 410300.
HSL color Cylindrical-coordinate representation of color #BC4206: hue angle of 19.78º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC4206 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 66 | 6 | - |
| CMYK | 0 | 0.65 | 0.97 | 0.26 |
| HSL | 19.78º | 0.94% | 0.38% | - |
| HSV(B) | 19.78º | 0.97% | 0.74% | - |
| XYZ | 22.72 | 14.6 | 1.79 | - |
| YUV | 95.64 | 77.42 | 193.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 66 | 6 | 0 | 0.65 | 0.97 | 0.26 | 19.78 | 0.94 | 0.38 |
| Hex | BC | 42 | 6 | 0 | 41 | 61 | 1A | 14 | 5E | 26 |
| Octal | 274 | 102 | 6 | 0 | 101 | 141 | 32 | 24 | 136 | 46 |
| Binary | 10111100 | 1000010 | 110 | 0 | 1000001 | 1100001 | 11010 | 10100 | 1011110 | 100110 |
Color Harmonies of #BC4206
Complementary color
Monochromatic Colors of #BC4206
Black with #BC4206
Text Example
Text Example
White with #BC4206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4206; }
p { color: rgb(188,66,6); }
H1.HeaderClassName
{
color: #BC4206;
}
.AnyTagClassName
{
color: #BC4206;
}
</style>
background-color css
<style>
a { background-color: #BC4206; }
a { background-color: rgb(188,66,6); }
div.DivClassName
{
background-color: #BC4206;
}
.BgClassName
{
background-color: #BC4206;
}
</style>
border-color css
<style>
span { border-color: #BC4206; }
span { border-color: rgb(188,66,6); }
td.TdClassName
{
border-color: #BC4206;
}
.TagClassName
{
border-color: #BC4206;
}
</style>