Shades of Rust #BC4A04
Tints of Rust #BC4A04
RGB
CMYK
RGB Variations
Color information
#BC4A04 (or 0xBC4A04) is known color: Rust. HEX triplet: BC, 4A and 04. RGB value is (188,74,4). Sum of RGB (Red+Green+Blue) = 188+74+4=266 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.68% from 266); Green value is 74 (29.30% from 255 or 27.82% from 266); Blue value is 4 (1.95% from 255 or 1.50% from 266); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4A04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4A04 is #43B5FB. Grayscale: #646464. Windows color (decimal): -4437500 or 281276. OLE color: 281276.
HSL color Cylindrical-coordinate representation of color #BC4A04: hue angle of 22.83º 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 #BC4A04 is Cyan = 0, Magento = 0.61, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 74 | 4 | - |
| CMYK | 0 | 0.61 | 0.98 | 0.26 |
| HSL | 22.83º | 0.96% | 0.38% | - |
| HSV(B) | 22.83º | 0.98% | 0.74% | - |
| XYZ | 23.21 | 15.6 | 1.9 | - |
| YUV | 100.11 | 73.77 | 190.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 74 | 4 | 0 | 0.61 | 0.98 | 0.26 | 22.83 | 0.96 | 0.38 |
| Hex | BC | 4A | 4 | 0 | 3D | 62 | 1A | 17 | 60 | 26 |
| Octal | 274 | 112 | 4 | 0 | 75 | 142 | 32 | 27 | 140 | 46 |
| Binary | 10111100 | 1001010 | 100 | 0 | 111101 | 1100010 | 11010 | 10111 | 1100000 | 100110 |
Color Harmonies of #BC4A04
Complementary color
Monochromatic Colors of #BC4A04
Black with #BC4A04
Text Example
Text Example
White with #BC4A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4A04; }
p { color: rgb(188,74,4); }
H1.HeaderClassName
{
color: #BC4A04;
}
.AnyTagClassName
{
color: #BC4A04;
}
</style>
background-color css
<style>
a { background-color: #BC4A04; }
a { background-color: rgb(188,74,4); }
div.DivClassName
{
background-color: #BC4A04;
}
.BgClassName
{
background-color: #BC4A04;
}
</style>
border-color css
<style>
span { border-color: #BC4A04; }
span { border-color: rgb(188,74,4); }
td.TdClassName
{
border-color: #BC4A04;
}
.TagClassName
{
border-color: #BC4A04;
}
</style>