Shades of Rust #BC3707
Tints of Rust #BC3707
RGB
CMYK
RGB Variations
Color information
#BC3707 (or 0xBC3707) is known color: Rust. HEX triplet: BC, 37 and 07. RGB value is (188,55,7). Sum of RGB (Red+Green+Blue) = 188+55+7=250 (33% of max value = 765). Red value is 188 (73.83% from 255 or 75.2% from 250); Green value is 55 (21.88% from 255 or 22% from 250); Blue value is 7 (3.12% from 255 or 2.8% from 250); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3707 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3707 is #43C8F8. Grayscale: #595959. Windows color (decimal): -4442361 or 473020. OLE color: 473020.
HSL color Cylindrical-coordinate representation of color #BC3707: hue angle of 15.91º 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 #BC3707 is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 55 | 7 | - |
| CMYK | 0 | 0.71 | 0.96 | 0.26 |
| HSL | 15.91º | 0.93% | 0.38% | - |
| HSV(B) | 15.91º | 0.96% | 0.74% | - |
| XYZ | 22.14 | 13.44 | 1.63 | - |
| YUV | 89.3 | 81.56 | 198.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 55 | 7 | 0 | 0.71 | 0.96 | 0.26 | 15.91 | 0.93 | 0.38 |
| Hex | BC | 37 | 7 | 0 | 47 | 60 | 1A | 10 | 5D | 26 |
| Octal | 274 | 67 | 7 | 0 | 107 | 140 | 32 | 20 | 135 | 46 |
| Binary | 10111100 | 110111 | 111 | 0 | 1000111 | 1100000 | 11010 | 10000 | 1011101 | 100110 |
Color Harmonies of #BC3707
Complementary color
Monochromatic Colors of #BC3707
Black with #BC3707
Text Example
Text Example
White with #BC3707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3707; }
p { color: rgb(188,55,7); }
H1.HeaderClassName
{
color: #BC3707;
}
.AnyTagClassName
{
color: #BC3707;
}
</style>
background-color css
<style>
a { background-color: #BC3707; }
a { background-color: rgb(188,55,7); }
div.DivClassName
{
background-color: #BC3707;
}
.BgClassName
{
background-color: #BC3707;
}
</style>
border-color css
<style>
span { border-color: #BC3707; }
span { border-color: rgb(188,55,7); }
td.TdClassName
{
border-color: #BC3707;
}
.TagClassName
{
border-color: #BC3707;
}
</style>