Shades of Rust #BC4104
Tints of Rust #BC4104
RGB
CMYK
RGB Variations
Color information
#BC4104 (or 0xBC4104) is known color: Rust. HEX triplet: BC, 41 and 04. RGB value is (188,65,4). Sum of RGB (Red+Green+Blue) = 188+65+4=257 (34% of max value = 765). Red value is 188 (73.83% from 255 or 73.15% from 257); Green value is 65 (25.78% from 255 or 25.29% from 257); Blue value is 4 (1.95% from 255 or 1.56% from 257); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4104 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4104 is #43BEFB. Grayscale: #5F5F5F. Windows color (decimal): -4439804 or 278972. OLE color: 278972.
HSL color Cylindrical-coordinate representation of color #BC4104: hue angle of 19.89º 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 #BC4104 is Cyan = 0, Magento = 0.65, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 65 | 4 | - |
| CMYK | 0 | 0.65 | 0.98 | 0.26 |
| HSL | 19.89º | 0.96% | 0.38% | - |
| HSV(B) | 19.89º | 0.98% | 0.74% | - |
| XYZ | 22.65 | 14.48 | 1.72 | - |
| YUV | 94.82 | 76.75 | 194.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 65 | 4 | 0 | 0.65 | 0.98 | 0.26 | 19.89 | 0.96 | 0.38 |
| Hex | BC | 41 | 4 | 0 | 41 | 62 | 1A | 14 | 60 | 26 |
| Octal | 274 | 101 | 4 | 0 | 101 | 142 | 32 | 24 | 140 | 46 |
| Binary | 10111100 | 1000001 | 100 | 0 | 1000001 | 1100010 | 11010 | 10100 | 1100000 | 100110 |
Color Harmonies of #BC4104
Complementary color
Monochromatic Colors of #BC4104
Black with #BC4104
Text Example
Text Example
White with #BC4104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4104; }
p { color: rgb(188,65,4); }
H1.HeaderClassName
{
color: #BC4104;
}
.AnyTagClassName
{
color: #BC4104;
}
</style>
background-color css
<style>
a { background-color: #BC4104; }
a { background-color: rgb(188,65,4); }
div.DivClassName
{
background-color: #BC4104;
}
.BgClassName
{
background-color: #BC4104;
}
</style>
border-color css
<style>
span { border-color: #BC4104; }
span { border-color: rgb(188,65,4); }
td.TdClassName
{
border-color: #BC4104;
}
.TagClassName
{
border-color: #BC4104;
}
</style>