Shades of Rust #BC470F
Tints of Rust #BC470F
RGB
CMYK
RGB Variations
Color information
#BC470F (or 0xBC470F) is known color: Rust. HEX triplet: BC, 47 and 0F. RGB value is (188,71,15). Sum of RGB (Red+Green+Blue) = 188+71+15=274 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.61% from 274); Green value is 71 (28.12% from 255 or 25.91% from 274); Blue value is 15 (6.25% from 255 or 5.47% from 274); Max value from RGB is 188 - color contains mainly: red. Hex color #BC470F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC470F is #43B8F0. Grayscale: #636363. Windows color (decimal): -4438257 or 1001404. OLE color: 1001404.
HSL color Cylindrical-coordinate representation of color #BC470F: hue angle of 19.42º 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 #BC470F is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 71 | 15 | - |
| CMYK | 0 | 0.62 | 0.92 | 0.26 |
| HSL | 19.42º | 0.85% | 0.4% | - |
| HSV(B) | 19.42º | 0.92% | 0.74% | - |
| XYZ | 23.08 | 15.23 | 2.18 | - |
| YUV | 99.6 | 80.26 | 191.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 71 | 15 | 0 | 0.62 | 0.92 | 0.26 | 19.42 | 0.85 | 0.4 |
| Hex | BC | 47 | F | 0 | 3E | 5C | 1A | 13 | 55 | 28 |
| Octal | 274 | 107 | 17 | 0 | 76 | 134 | 32 | 23 | 125 | 50 |
| Binary | 10111100 | 1000111 | 1111 | 0 | 111110 | 1011100 | 11010 | 10011 | 1010101 | 101000 |
Color Harmonies of #BC470F
Complementary color
Monochromatic Colors of #BC470F
Black with #BC470F
Text Example
Text Example
White with #BC470F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC470F; }
p { color: rgb(188,71,15); }
H1.HeaderClassName
{
color: #BC470F;
}
.AnyTagClassName
{
color: #BC470F;
}
</style>
background-color css
<style>
a { background-color: #BC470F; }
a { background-color: rgb(188,71,15); }
div.DivClassName
{
background-color: #BC470F;
}
.BgClassName
{
background-color: #BC470F;
}
</style>
border-color css
<style>
span { border-color: #BC470F; }
span { border-color: rgb(188,71,15); }
td.TdClassName
{
border-color: #BC470F;
}
.TagClassName
{
border-color: #BC470F;
}
</style>