Shades of Rust #BC4E04
Tints of Rust #BC4E04
RGB
CMYK
RGB Variations
Color information
#BC4E04 (or 0xBC4E04) is known color: Rust. HEX triplet: BC, 4E and 04. RGB value is (188,78,4). Sum of RGB (Red+Green+Blue) = 188+78+4=270 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.63% from 270); Green value is 78 (30.86% from 255 or 28.89% from 270); Blue value is 4 (1.95% from 255 or 1.48% from 270); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4E04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC4E04 is #43B1FB. Grayscale: #666666. Windows color (decimal): -4436476 or 282300. OLE color: 282300.
HSL color Cylindrical-coordinate representation of color #BC4E04: hue angle of 24.13º 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 #BC4E04 is Cyan = 0, Magento = 0.59, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 78 | 4 | - |
| CMYK | 0 | 0.59 | 0.98 | 0.26 |
| HSL | 24.13º | 0.96% | 0.38% | - |
| HSV(B) | 24.13º | 0.98% | 0.74% | - |
| XYZ | 23.49 | 16.15 | 1.99 | - |
| YUV | 102.45 | 72.44 | 189.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 78 | 4 | 0 | 0.59 | 0.98 | 0.26 | 24.13 | 0.96 | 0.38 |
| Hex | BC | 4E | 4 | 0 | 3B | 62 | 1A | 18 | 60 | 26 |
| Octal | 274 | 116 | 4 | 0 | 73 | 142 | 32 | 30 | 140 | 46 |
| Binary | 10111100 | 1001110 | 100 | 0 | 111011 | 1100010 | 11010 | 11000 | 1100000 | 100110 |
Color Harmonies of #BC4E04
Complementary color
Monochromatic Colors of #BC4E04
Black with #BC4E04
Text Example
Text Example
White with #BC4E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4E04; }
p { color: rgb(188,78,4); }
H1.HeaderClassName
{
color: #BC4E04;
}
.AnyTagClassName
{
color: #BC4E04;
}
</style>
background-color css
<style>
a { background-color: #BC4E04; }
a { background-color: rgb(188,78,4); }
div.DivClassName
{
background-color: #BC4E04;
}
.BgClassName
{
background-color: #BC4E04;
}
</style>
border-color css
<style>
span { border-color: #BC4E04; }
span { border-color: rgb(188,78,4); }
td.TdClassName
{
border-color: #BC4E04;
}
.TagClassName
{
border-color: #BC4E04;
}
</style>