Shades of Rust #BC3607
Tints of Rust #BC3607
RGB
CMYK
RGB Variations
Color information
#BC3607 (or 0xBC3607) is known color: Rust. HEX triplet: BC, 36 and 07. RGB value is (188,54,7). Sum of RGB (Red+Green+Blue) = 188+54+7=249 (32% of max value = 765). Red value is 188 (73.83% from 255 or 75.50% from 249); Green value is 54 (21.48% from 255 or 21.69% from 249); Blue value is 7 (3.12% from 255 or 2.81% from 249); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3607 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3607 is #43C9F8. Grayscale: #595959. Windows color (decimal): -4442617 or 472764. OLE color: 472764.
HSL color Cylindrical-coordinate representation of color #BC3607: hue angle of 15.58º 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 #BC3607 is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 54 | 7 | - |
| CMYK | 0 | 0.71 | 0.96 | 0.26 |
| HSL | 15.58º | 0.93% | 0.38% | - |
| HSV(B) | 15.58º | 0.96% | 0.74% | - |
| XYZ | 22.1 | 13.35 | 1.61 | - |
| YUV | 88.71 | 81.89 | 198.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 54 | 7 | 0 | 0.71 | 0.96 | 0.26 | 15.58 | 0.93 | 0.38 |
| Hex | BC | 36 | 7 | 0 | 47 | 60 | 1A | 10 | 5D | 26 |
| Octal | 274 | 66 | 7 | 0 | 107 | 140 | 32 | 20 | 135 | 46 |
| Binary | 10111100 | 110110 | 111 | 0 | 1000111 | 1100000 | 11010 | 10000 | 1011101 | 100110 |
Color Harmonies of #BC3607
Complementary color
Monochromatic Colors of #BC3607
Black with #BC3607
Text Example
Text Example
White with #BC3607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3607; }
p { color: rgb(188,54,7); }
H1.HeaderClassName
{
color: #BC3607;
}
.AnyTagClassName
{
color: #BC3607;
}
</style>
background-color css
<style>
a { background-color: #BC3607; }
a { background-color: rgb(188,54,7); }
div.DivClassName
{
background-color: #BC3607;
}
.BgClassName
{
background-color: #BC3607;
}
</style>
border-color css
<style>
span { border-color: #BC3607; }
span { border-color: rgb(188,54,7); }
td.TdClassName
{
border-color: #BC3607;
}
.TagClassName
{
border-color: #BC3607;
}
</style>