Shades of Rust #BC4304
Tints of Rust #BC4304
RGB
CMYK
RGB Variations
Color information
#BC4304 (or 0xBC4304) is known color: Rust. HEX triplet: BC, 43 and 04. RGB value is (188,67,4). Sum of RGB (Red+Green+Blue) = 188+67+4=259 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.59% from 259); Green value is 67 (26.56% from 255 or 25.87% from 259); Blue value is 4 (1.95% from 255 or 1.54% from 259); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4304 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4304 is #43BCFB. Grayscale: #606060. Windows color (decimal): -4439292 or 279484. OLE color: 279484.
HSL color Cylindrical-coordinate representation of color #BC4304: hue angle of 20.54º 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 #BC4304 is Cyan = 0, Magento = 0.64, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 67 | 4 | - |
| CMYK | 0 | 0.64 | 0.98 | 0.26 |
| HSL | 20.54º | 0.96% | 0.38% | - |
| HSV(B) | 20.54º | 0.98% | 0.74% | - |
| XYZ | 22.77 | 14.71 | 1.76 | - |
| YUV | 96 | 76.09 | 193.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 67 | 4 | 0 | 0.64 | 0.98 | 0.26 | 20.54 | 0.96 | 0.38 |
| Hex | BC | 43 | 4 | 0 | 40 | 62 | 1A | 15 | 60 | 26 |
| Octal | 274 | 103 | 4 | 0 | 100 | 142 | 32 | 25 | 140 | 46 |
| Binary | 10111100 | 1000011 | 100 | 0 | 1000000 | 1100010 | 11010 | 10101 | 1100000 | 100110 |
Color Harmonies of #BC4304
Complementary color
Monochromatic Colors of #BC4304
Black with #BC4304
Text Example
Text Example
White with #BC4304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4304; }
p { color: rgb(188,67,4); }
H1.HeaderClassName
{
color: #BC4304;
}
.AnyTagClassName
{
color: #BC4304;
}
</style>
background-color css
<style>
a { background-color: #BC4304; }
a { background-color: rgb(188,67,4); }
div.DivClassName
{
background-color: #BC4304;
}
.BgClassName
{
background-color: #BC4304;
}
</style>
border-color css
<style>
span { border-color: #BC4304; }
span { border-color: rgb(188,67,4); }
td.TdClassName
{
border-color: #BC4304;
}
.TagClassName
{
border-color: #BC4304;
}
</style>