Shades of Rust #BC4E05
Tints of Rust #BC4E05
RGB
CMYK
RGB Variations
Color information
#BC4E05 (or 0xBC4E05) is known color: Rust. HEX triplet: BC, 4E and 05. RGB value is (188,78,5). Sum of RGB (Red+Green+Blue) = 188+78+5=271 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.37% from 271); Green value is 78 (30.86% from 255 or 28.78% from 271); Blue value is 5 (2.34% from 255 or 1.85% from 271); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4E05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC4E05 is #43B1FA. Grayscale: #666666. Windows color (decimal): -4436475 or 347836. OLE color: 347836.
HSL color Cylindrical-coordinate representation of color #BC4E05: hue angle of 23.93º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC4E05 is Cyan = 0, Magento = 0.59, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 78 | 5 | - |
| CMYK | 0 | 0.59 | 0.97 | 0.26 |
| HSL | 23.93º | 0.95% | 0.38% | - |
| HSV(B) | 23.93º | 0.97% | 0.74% | - |
| XYZ | 23.49 | 16.15 | 2.02 | - |
| YUV | 102.57 | 72.94 | 188.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 78 | 5 | 0 | 0.59 | 0.97 | 0.26 | 23.93 | 0.95 | 0.38 |
| Hex | BC | 4E | 5 | 0 | 3B | 61 | 1A | 18 | 5F | 26 |
| Octal | 274 | 116 | 5 | 0 | 73 | 141 | 32 | 30 | 137 | 46 |
| Binary | 10111100 | 1001110 | 101 | 0 | 111011 | 1100001 | 11010 | 11000 | 1011111 | 100110 |
Color Harmonies of #BC4E05
Complementary color
Monochromatic Colors of #BC4E05
Black with #BC4E05
Text Example
Text Example
White with #BC4E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4E05; }
p { color: rgb(188,78,5); }
H1.HeaderClassName
{
color: #BC4E05;
}
.AnyTagClassName
{
color: #BC4E05;
}
</style>
background-color css
<style>
a { background-color: #BC4E05; }
a { background-color: rgb(188,78,5); }
div.DivClassName
{
background-color: #BC4E05;
}
.BgClassName
{
background-color: #BC4E05;
}
</style>
border-color css
<style>
span { border-color: #BC4E05; }
span { border-color: rgb(188,78,5); }
td.TdClassName
{
border-color: #BC4E05;
}
.TagClassName
{
border-color: #BC4E05;
}
</style>