Shades of Rust #BC4006
Tints of Rust #BC4006
RGB
CMYK
RGB Variations
Color information
#BC4006 (or 0xBC4006) is known color: Rust. HEX triplet: BC, 40 and 06. RGB value is (188,64,6). Sum of RGB (Red+Green+Blue) = 188+64+6=258 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.87% from 258); Green value is 64 (25.39% from 255 or 24.81% from 258); Blue value is 6 (2.73% from 255 or 2.33% from 258); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4006 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4006 is #43BFF9. Grayscale: #5E5E5E. Windows color (decimal): -4440058 or 409788. OLE color: 409788.
HSL color Cylindrical-coordinate representation of color #BC4006: hue angle of 19.12º 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 #BC4006 is Cyan = 0, Magento = 0.66, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 64 | 6 | - |
| CMYK | 0 | 0.66 | 0.97 | 0.26 |
| HSL | 19.12º | 0.94% | 0.38% | - |
| HSV(B) | 19.12º | 0.97% | 0.74% | - |
| XYZ | 22.61 | 14.37 | 1.75 | - |
| YUV | 94.46 | 78.08 | 194.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 64 | 6 | 0 | 0.66 | 0.97 | 0.26 | 19.12 | 0.94 | 0.38 |
| Hex | BC | 40 | 6 | 0 | 42 | 61 | 1A | 13 | 5E | 26 |
| Octal | 274 | 100 | 6 | 0 | 102 | 141 | 32 | 23 | 136 | 46 |
| Binary | 10111100 | 1000000 | 110 | 0 | 1000010 | 1100001 | 11010 | 10011 | 1011110 | 100110 |
Color Harmonies of #BC4006
Complementary color
Monochromatic Colors of #BC4006
Black with #BC4006
Text Example
Text Example
White with #BC4006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4006; }
p { color: rgb(188,64,6); }
H1.HeaderClassName
{
color: #BC4006;
}
.AnyTagClassName
{
color: #BC4006;
}
</style>
background-color css
<style>
a { background-color: #BC4006; }
a { background-color: rgb(188,64,6); }
div.DivClassName
{
background-color: #BC4006;
}
.BgClassName
{
background-color: #BC4006;
}
</style>
border-color css
<style>
span { border-color: #BC4006; }
span { border-color: rgb(188,64,6); }
td.TdClassName
{
border-color: #BC4006;
}
.TagClassName
{
border-color: #BC4006;
}
</style>