Shades of Rust #BC460E
Tints of Rust #BC460E
RGB
CMYK
RGB Variations
Color information
#BC460E (or 0xBC460E) is known color: Rust. HEX triplet: BC, 46 and 0E. RGB value is (188,70,14). Sum of RGB (Red+Green+Blue) = 188+70+14=272 (36% of max value = 765). Red value is 188 (73.83% from 255 or 69.12% from 272); Green value is 70 (27.73% from 255 or 25.74% from 272); Blue value is 14 (5.86% from 255 or 5.15% from 272); Max value from RGB is 188 - color contains mainly: red. Hex color #BC460E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC460E is #43B9F1. Grayscale: #636363. Windows color (decimal): -4438514 or 935612. OLE color: 935612.
HSL color Cylindrical-coordinate representation of color #BC460E: hue angle of 19.31º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC460E is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 70 | 14 | - |
| CMYK | 0 | 0.63 | 0.93 | 0.26 |
| HSL | 19.31º | 0.86% | 0.4% | - |
| HSV(B) | 19.31º | 0.93% | 0.74% | - |
| XYZ | 23.01 | 15.1 | 2.12 | - |
| YUV | 98.9 | 80.09 | 191.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 70 | 14 | 0 | 0.63 | 0.93 | 0.26 | 19.31 | 0.86 | 0.4 |
| Hex | BC | 46 | E | 0 | 3F | 5D | 1A | 13 | 56 | 28 |
| Octal | 274 | 106 | 16 | 0 | 77 | 135 | 32 | 23 | 126 | 50 |
| Binary | 10111100 | 1000110 | 1110 | 0 | 111111 | 1011101 | 11010 | 10011 | 1010110 | 101000 |
Color Harmonies of #BC460E
Complementary color
Monochromatic Colors of #BC460E
Black with #BC460E
Text Example
Text Example
White with #BC460E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC460E; }
p { color: rgb(188,70,14); }
H1.HeaderClassName
{
color: #BC460E;
}
.AnyTagClassName
{
color: #BC460E;
}
</style>
background-color css
<style>
a { background-color: #BC460E; }
a { background-color: rgb(188,70,14); }
div.DivClassName
{
background-color: #BC460E;
}
.BgClassName
{
background-color: #BC460E;
}
</style>
border-color css
<style>
span { border-color: #BC460E; }
span { border-color: rgb(188,70,14); }
td.TdClassName
{
border-color: #BC460E;
}
.TagClassName
{
border-color: #BC460E;
}
</style>