Shades of Rust #BC4D0F
Tints of Rust #BC4D0F
RGB
CMYK
RGB Variations
Color information
#BC4D0F (or 0xBC4D0F) is known color: Rust. HEX triplet: BC, 4D and 0F. RGB value is (188,77,15). Sum of RGB (Red+Green+Blue) = 188+77+15=280 (37% of max value = 765). Red value is 188 (73.83% from 255 or 67.14% from 280); Green value is 77 (30.47% from 255 or 27.5% from 280); Blue value is 15 (6.25% from 255 or 5.36% from 280); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4D0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC4D0F is #43B2F0. Grayscale: #676767. Windows color (decimal): -4436721 or 1002940. OLE color: 1002940.
HSL color Cylindrical-coordinate representation of color #BC4D0F: hue angle of 21.5º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BC4D0F is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 77 | 15 | - |
| CMYK | 0 | 0.59 | 0.92 | 0.26 |
| HSL | 21.5º | 0.85% | 0.4% | - |
| HSV(B) | 21.5º | 0.92% | 0.74% | - |
| XYZ | 23.48 | 16.03 | 2.31 | - |
| YUV | 103.12 | 78.27 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 77 | 15 | 0 | 0.59 | 0.92 | 0.26 | 21.5 | 0.85 | 0.4 |
| Hex | BC | 4D | F | 0 | 3B | 5C | 1A | 16 | 55 | 28 |
| Octal | 274 | 115 | 17 | 0 | 73 | 134 | 32 | 26 | 125 | 50 |
| Binary | 10111100 | 1001101 | 1111 | 0 | 111011 | 1011100 | 11010 | 10110 | 1010101 | 101000 |
Color Harmonies of #BC4D0F
Complementary color
Monochromatic Colors of #BC4D0F
Black with #BC4D0F
Text Example
Text Example
White with #BC4D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4D0F; }
p { color: rgb(188,77,15); }
H1.HeaderClassName
{
color: #BC4D0F;
}
.AnyTagClassName
{
color: #BC4D0F;
}
</style>
background-color css
<style>
a { background-color: #BC4D0F; }
a { background-color: rgb(188,77,15); }
div.DivClassName
{
background-color: #BC4D0F;
}
.BgClassName
{
background-color: #BC4D0F;
}
</style>
border-color css
<style>
span { border-color: #BC4D0F; }
span { border-color: rgb(188,77,15); }
td.TdClassName
{
border-color: #BC4D0F;
}
.TagClassName
{
border-color: #BC4D0F;
}
</style>