Shades of Rust #BC4C07
Tints of Rust #BC4C07
RGB
CMYK
RGB Variations
Color information
#BC4C07 (or 0xBC4C07) is known color: Rust. HEX triplet: BC, 4C and 07. RGB value is (188,76,7). Sum of RGB (Red+Green+Blue) = 188+76+7=271 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.37% from 271); Green value is 76 (30.08% from 255 or 28.04% from 271); Blue value is 7 (3.12% from 255 or 2.58% from 271); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4C07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4C07 is #43B3F8. Grayscale: #666666. Windows color (decimal): -4436985 or 478396. OLE color: 478396.
HSL color Cylindrical-coordinate representation of color #BC4C07: hue angle of 22.87º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC4C07 is Cyan = 0, Magento = 0.60, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 76 | 7 | - |
| CMYK | 0 | 0.60 | 0.96 | 0.26 |
| HSL | 22.87º | 0.93% | 0.38% | - |
| HSV(B) | 22.87º | 0.96% | 0.74% | - |
| XYZ | 23.36 | 15.88 | 2.03 | - |
| YUV | 101.62 | 74.61 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 76 | 7 | 0 | 0.60 | 0.96 | 0.26 | 22.87 | 0.93 | 0.38 |
| Hex | BC | 4C | 7 | 0 | 3C | 60 | 1A | 17 | 5D | 26 |
| Octal | 274 | 114 | 7 | 0 | 74 | 140 | 32 | 27 | 135 | 46 |
| Binary | 10111100 | 1001100 | 111 | 0 | 111100 | 1100000 | 11010 | 10111 | 1011101 | 100110 |
Color Harmonies of #BC4C07
Complementary color
Monochromatic Colors of #BC4C07
Black with #BC4C07
Text Example
Text Example
White with #BC4C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4C07; }
p { color: rgb(188,76,7); }
H1.HeaderClassName
{
color: #BC4C07;
}
.AnyTagClassName
{
color: #BC4C07;
}
</style>
background-color css
<style>
a { background-color: #BC4C07; }
a { background-color: rgb(188,76,7); }
div.DivClassName
{
background-color: #BC4C07;
}
.BgClassName
{
background-color: #BC4C07;
}
</style>
border-color css
<style>
span { border-color: #BC4C07; }
span { border-color: rgb(188,76,7); }
td.TdClassName
{
border-color: #BC4C07;
}
.TagClassName
{
border-color: #BC4C07;
}
</style>