Shades of Rust #BC4004
Tints of Rust #BC4004
RGB
CMYK
RGB Variations
Color information
#BC4004 (or 0xBC4004) is known color: Rust. HEX triplet: BC, 40 and 04. RGB value is (188,64,4). Sum of RGB (Red+Green+Blue) = 188+64+4=256 (33% of max value = 765). Red value is 188 (73.83% from 255 or 73.44% from 256); Green value is 64 (25.39% from 255 or 25% from 256); Blue value is 4 (1.95% from 255 or 1.56% from 256); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4004 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4004 is #43BFFB. Grayscale: #5E5E5E. Windows color (decimal): -4440060 or 278716. OLE color: 278716.
HSL color Cylindrical-coordinate representation of color #BC4004: hue angle of 19.57º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC4004 is Cyan = 0, Magento = 0.66, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 64 | 4 | - |
| CMYK | 0 | 0.66 | 0.98 | 0.26 |
| HSL | 19.57º | 0.96% | 0.38% | - |
| HSV(B) | 19.57º | 0.98% | 0.74% | - |
| XYZ | 22.59 | 14.37 | 1.7 | - |
| YUV | 94.24 | 77.08 | 194.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 64 | 4 | 0 | 0.66 | 0.98 | 0.26 | 19.57 | 0.96 | 0.38 |
| Hex | BC | 40 | 4 | 0 | 42 | 62 | 1A | 14 | 60 | 26 |
| Octal | 274 | 100 | 4 | 0 | 102 | 142 | 32 | 24 | 140 | 46 |
| Binary | 10111100 | 1000000 | 100 | 0 | 1000010 | 1100010 | 11010 | 10100 | 1100000 | 100110 |
Color Harmonies of #BC4004
Complementary color
Monochromatic Colors of #BC4004
Black with #BC4004
Text Example
Text Example
White with #BC4004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4004; }
p { color: rgb(188,64,4); }
H1.HeaderClassName
{
color: #BC4004;
}
.AnyTagClassName
{
color: #BC4004;
}
</style>
background-color css
<style>
a { background-color: #BC4004; }
a { background-color: rgb(188,64,4); }
div.DivClassName
{
background-color: #BC4004;
}
.BgClassName
{
background-color: #BC4004;
}
</style>
border-color css
<style>
span { border-color: #BC4004; }
span { border-color: rgb(188,64,4); }
td.TdClassName
{
border-color: #BC4004;
}
.TagClassName
{
border-color: #BC4004;
}
</style>