Shades of Rust #BC470C
Tints of Rust #BC470C
RGB
CMYK
RGB Variations
Color information
#BC470C (or 0xBC470C) is known color: Rust. HEX triplet: BC, 47 and 0C. RGB value is (188,71,12). Sum of RGB (Red+Green+Blue) = 188+71+12=271 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.37% from 271); Green value is 71 (28.12% from 255 or 26.20% from 271); Blue value is 12 (5.08% from 255 or 4.43% from 271); Max value from RGB is 188 - color contains mainly: red. Hex color #BC470C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC470C is #43B8F3. Grayscale: #636363. Windows color (decimal): -4438260 or 804796. OLE color: 804796.
HSL color Cylindrical-coordinate representation of color #BC470C: hue angle of 20.11º 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 #BC470C is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 71 | 12 | - |
| CMYK | 0 | 0.62 | 0.94 | 0.26 |
| HSL | 20.11º | 0.88% | 0.39% | - |
| HSV(B) | 20.11º | 0.94% | 0.74% | - |
| XYZ | 23.06 | 15.22 | 2.07 | - |
| YUV | 99.26 | 78.76 | 191.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 71 | 12 | 0 | 0.62 | 0.94 | 0.26 | 20.11 | 0.88 | 0.39 |
| Hex | BC | 47 | C | 0 | 3E | 5E | 1A | 14 | 58 | 27 |
| Octal | 274 | 107 | 14 | 0 | 76 | 136 | 32 | 24 | 130 | 47 |
| Binary | 10111100 | 1000111 | 1100 | 0 | 111110 | 1011110 | 11010 | 10100 | 1011000 | 100111 |
Color Harmonies of #BC470C
Complementary color
Monochromatic Colors of #BC470C
Black with #BC470C
Text Example
Text Example
White with #BC470C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC470C; }
p { color: rgb(188,71,12); }
H1.HeaderClassName
{
color: #BC470C;
}
.AnyTagClassName
{
color: #BC470C;
}
</style>
background-color css
<style>
a { background-color: #BC470C; }
a { background-color: rgb(188,71,12); }
div.DivClassName
{
background-color: #BC470C;
}
.BgClassName
{
background-color: #BC470C;
}
</style>
border-color css
<style>
span { border-color: #BC470C; }
span { border-color: rgb(188,71,12); }
td.TdClassName
{
border-color: #BC470C;
}
.TagClassName
{
border-color: #BC470C;
}
</style>