Shades of Rust #BC460C
Tints of Rust #BC460C
RGB
CMYK
RGB Variations
Color information
#BC460C (or 0xBC460C) is known color: Rust. HEX triplet: BC, 46 and 0C. RGB value is (188,70,12). Sum of RGB (Red+Green+Blue) = 188+70+12=270 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.63% from 270); Green value is 70 (27.73% from 255 or 25.93% from 270); Blue value is 12 (5.08% from 255 or 4.44% from 270); Max value from RGB is 188 - color contains mainly: red. Hex color #BC460C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC460C is #43B9F3. Grayscale: #636363. Windows color (decimal): -4438516 or 804540. OLE color: 804540.
HSL color Cylindrical-coordinate representation of color #BC460C: hue angle of 19.77º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC460C is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 70 | 12 | - |
| CMYK | 0 | 0.63 | 0.94 | 0.26 |
| HSL | 19.77º | 0.88% | 0.39% | - |
| HSV(B) | 19.77º | 0.94% | 0.74% | - |
| XYZ | 23 | 15.1 | 2.05 | - |
| YUV | 98.67 | 79.09 | 191.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 70 | 12 | 0 | 0.63 | 0.94 | 0.26 | 19.77 | 0.88 | 0.39 |
| Hex | BC | 46 | C | 0 | 3F | 5E | 1A | 14 | 58 | 27 |
| Octal | 274 | 106 | 14 | 0 | 77 | 136 | 32 | 24 | 130 | 47 |
| Binary | 10111100 | 1000110 | 1100 | 0 | 111111 | 1011110 | 11010 | 10100 | 1011000 | 100111 |
Color Harmonies of #BC460C
Complementary color
Monochromatic Colors of #BC460C
Black with #BC460C
Text Example
Text Example
White with #BC460C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC460C; }
p { color: rgb(188,70,12); }
H1.HeaderClassName
{
color: #BC460C;
}
.AnyTagClassName
{
color: #BC460C;
}
</style>
background-color css
<style>
a { background-color: #BC460C; }
a { background-color: rgb(188,70,12); }
div.DivClassName
{
background-color: #BC460C;
}
.BgClassName
{
background-color: #BC460C;
}
</style>
border-color css
<style>
span { border-color: #BC460C; }
span { border-color: rgb(188,70,12); }
td.TdClassName
{
border-color: #BC460C;
}
.TagClassName
{
border-color: #BC460C;
}
</style>