Shades of Rust #BC4710
Tints of Rust #BC4710
RGB
CMYK
RGB Variations
Color information
#BC4710 (or 0xBC4710) is known color: Rust. HEX triplet: BC, 47 and 10. RGB value is (188,71,16). Sum of RGB (Red+Green+Blue) = 188+71+16=275 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.36% from 275); Green value is 71 (28.12% from 255 or 25.82% from 275); Blue value is 16 (6.64% from 255 or 5.82% from 275); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4710 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4710 is #43B8EF. Grayscale: #646464. Windows color (decimal): -4438256 or 1066940. OLE color: 1066940.
HSL color Cylindrical-coordinate representation of color #BC4710: hue angle of 19.19º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC4710 is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 71 | 16 | - |
| CMYK | 0 | 0.62 | 0.91 | 0.26 |
| HSL | 19.19º | 0.84% | 0.4% | - |
| HSV(B) | 19.19º | 0.91% | 0.74% | - |
| XYZ | 23.09 | 15.24 | 2.21 | - |
| YUV | 99.71 | 80.76 | 190.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 71 | 16 | 0 | 0.62 | 0.91 | 0.26 | 19.19 | 0.84 | 0.4 |
| Hex | BC | 47 | 10 | 0 | 3E | 5B | 1A | 13 | 54 | 28 |
| Octal | 274 | 107 | 20 | 0 | 76 | 133 | 32 | 23 | 124 | 50 |
| Binary | 10111100 | 1000111 | 10000 | 0 | 111110 | 1011011 | 11010 | 10011 | 1010100 | 101000 |
Color Harmonies of #BC4710
Complementary color
Monochromatic Colors of #BC4710
Black with #BC4710
Text Example
Text Example
White with #BC4710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4710; }
p { color: rgb(188,71,16); }
H1.HeaderClassName
{
color: #BC4710;
}
.AnyTagClassName
{
color: #BC4710;
}
</style>
background-color css
<style>
a { background-color: #BC4710; }
a { background-color: rgb(188,71,16); }
div.DivClassName
{
background-color: #BC4710;
}
.BgClassName
{
background-color: #BC4710;
}
</style>
border-color css
<style>
span { border-color: #BC4710; }
span { border-color: rgb(188,71,16); }
td.TdClassName
{
border-color: #BC4710;
}
.TagClassName
{
border-color: #BC4710;
}
</style>