Shades of Rust #BC4107
Tints of Rust #BC4107
RGB
CMYK
RGB Variations
Color information
#BC4107 (or 0xBC4107) is known color: Rust. HEX triplet: BC, 41 and 07. RGB value is (188,65,7). Sum of RGB (Red+Green+Blue) = 188+65+7=260 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.31% from 260); Green value is 65 (25.78% from 255 or 25% from 260); Blue value is 7 (3.12% from 255 or 2.69% from 260); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4107 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4107 is #43BEF8. Grayscale: #5F5F5F. Windows color (decimal): -4439801 or 475580. OLE color: 475580.
HSL color Cylindrical-coordinate representation of color #BC4107: hue angle of 19.23º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC4107 is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 65 | 7 | - |
| CMYK | 0 | 0.65 | 0.96 | 0.26 |
| HSL | 19.23º | 0.93% | 0.38% | - |
| HSV(B) | 19.23º | 0.96% | 0.74% | - |
| XYZ | 22.67 | 14.49 | 1.8 | - |
| YUV | 95.17 | 78.25 | 194.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 65 | 7 | 0 | 0.65 | 0.96 | 0.26 | 19.23 | 0.93 | 0.38 |
| Hex | BC | 41 | 7 | 0 | 41 | 60 | 1A | 13 | 5D | 26 |
| Octal | 274 | 101 | 7 | 0 | 101 | 140 | 32 | 23 | 135 | 46 |
| Binary | 10111100 | 1000001 | 111 | 0 | 1000001 | 1100000 | 11010 | 10011 | 1011101 | 100110 |
Color Harmonies of #BC4107
Complementary color
Monochromatic Colors of #BC4107
Black with #BC4107
Text Example
Text Example
White with #BC4107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4107; }
p { color: rgb(188,65,7); }
H1.HeaderClassName
{
color: #BC4107;
}
.AnyTagClassName
{
color: #BC4107;
}
</style>
background-color css
<style>
a { background-color: #BC4107; }
a { background-color: rgb(188,65,7); }
div.DivClassName
{
background-color: #BC4107;
}
.BgClassName
{
background-color: #BC4107;
}
</style>
border-color css
<style>
span { border-color: #BC4107; }
span { border-color: rgb(188,65,7); }
td.TdClassName
{
border-color: #BC4107;
}
.TagClassName
{
border-color: #BC4107;
}
</style>