Shades of Rust #BC4F15
Tints of Rust #BC4F15
RGB
CMYK
RGB Variations
Color information
#BC4F15 (or 0xBC4F15) is known color: Rust. HEX triplet: BC, 4F and 15. RGB value is (188,79,21). Sum of RGB (Red+Green+Blue) = 188+79+21=288 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.28% from 288); Green value is 79 (31.25% from 255 or 27.43% from 288); Blue value is 21 (8.59% from 255 or 7.29% from 288); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4F15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC4F15 is #43B0EA. Grayscale: #696969. Windows color (decimal): -4436203 or 1396668. OLE color: 1396668.
HSL color Cylindrical-coordinate representation of color #BC4F15: hue angle of 20.84º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC4F15 is Cyan = 0, Magento = 0.58, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 79 | 21 | - |
| CMYK | 0 | 0.58 | 0.89 | 0.26 |
| HSL | 20.84º | 0.8% | 0.41% | - |
| HSV(B) | 20.84º | 0.89% | 0.74% | - |
| XYZ | 23.67 | 16.34 | 2.62 | - |
| YUV | 104.98 | 80.61 | 187.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 79 | 21 | 0 | 0.58 | 0.89 | 0.26 | 20.84 | 0.8 | 0.41 |
| Hex | BC | 4F | 15 | 0 | 3A | 59 | 1A | 15 | 50 | 29 |
| Octal | 274 | 117 | 25 | 0 | 72 | 131 | 32 | 25 | 120 | 51 |
| Binary | 10111100 | 1001111 | 10101 | 0 | 111010 | 1011001 | 11010 | 10101 | 1010000 | 101001 |
Color Harmonies of #BC4F15
Complementary color
Monochromatic Colors of #BC4F15
Black with #BC4F15
Text Example
Text Example
White with #BC4F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4F15; }
p { color: rgb(188,79,21); }
H1.HeaderClassName
{
color: #BC4F15;
}
.AnyTagClassName
{
color: #BC4F15;
}
</style>
background-color css
<style>
a { background-color: #BC4F15; }
a { background-color: rgb(188,79,21); }
div.DivClassName
{
background-color: #BC4F15;
}
.BgClassName
{
background-color: #BC4F15;
}
</style>
border-color css
<style>
span { border-color: #BC4F15; }
span { border-color: rgb(188,79,21); }
td.TdClassName
{
border-color: #BC4F15;
}
.TagClassName
{
border-color: #BC4F15;
}
</style>