Shades of Rust #BC4906
Tints of Rust #BC4906
RGB
CMYK
RGB Variations
Color information
#BC4906 (or 0xBC4906) is known color: Rust. HEX triplet: BC, 49 and 06. RGB value is (188,73,6). Sum of RGB (Red+Green+Blue) = 188+73+6=267 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.41% from 267); Green value is 73 (28.91% from 255 or 27.34% from 267); Blue value is 6 (2.73% from 255 or 2.25% from 267); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4906 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4906 is #43B6F9. Grayscale: #646464. Windows color (decimal): -4437754 or 412092. OLE color: 412092.
HSL color Cylindrical-coordinate representation of color #BC4906: hue angle of 22.09º 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 #BC4906 is Cyan = 0, Magento = 0.61, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 73 | 6 | - |
| CMYK | 0 | 0.61 | 0.97 | 0.26 |
| HSL | 22.09º | 0.94% | 0.38% | - |
| HSV(B) | 22.09º | 0.97% | 0.74% | - |
| XYZ | 23.15 | 15.47 | 1.94 | - |
| YUV | 99.75 | 75.1 | 190.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 73 | 6 | 0 | 0.61 | 0.97 | 0.26 | 22.09 | 0.94 | 0.38 |
| Hex | BC | 49 | 6 | 0 | 3D | 61 | 1A | 16 | 5E | 26 |
| Octal | 274 | 111 | 6 | 0 | 75 | 141 | 32 | 26 | 136 | 46 |
| Binary | 10111100 | 1001001 | 110 | 0 | 111101 | 1100001 | 11010 | 10110 | 1011110 | 100110 |
Color Harmonies of #BC4906
Complementary color
Monochromatic Colors of #BC4906
Black with #BC4906
Text Example
Text Example
White with #BC4906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4906; }
p { color: rgb(188,73,6); }
H1.HeaderClassName
{
color: #BC4906;
}
.AnyTagClassName
{
color: #BC4906;
}
</style>
background-color css
<style>
a { background-color: #BC4906; }
a { background-color: rgb(188,73,6); }
div.DivClassName
{
background-color: #BC4906;
}
.BgClassName
{
background-color: #BC4906;
}
</style>
border-color css
<style>
span { border-color: #BC4906; }
span { border-color: rgb(188,73,6); }
td.TdClassName
{
border-color: #BC4906;
}
.TagClassName
{
border-color: #BC4906;
}
</style>