Shades of Rust #BC3906
Tints of Rust #BC3906
RGB
CMYK
RGB Variations
Color information
#BC3906 (or 0xBC3906) is known color: Rust. HEX triplet: BC, 39 and 06. RGB value is (188,57,6). Sum of RGB (Red+Green+Blue) = 188+57+6=251 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.90% from 251); Green value is 57 (22.66% from 255 or 22.71% from 251); Blue value is 6 (2.73% from 255 or 2.39% from 251); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3906 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3906 is #43C6F9. Grayscale: #5A5A5A. Windows color (decimal): -4441850 or 407996. OLE color: 407996.
HSL color Cylindrical-coordinate representation of color #BC3906: hue angle of 16.81º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC3906 is Cyan = 0, Magento = 0.70, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 57 | 6 | - |
| CMYK | 0 | 0.70 | 0.97 | 0.26 |
| HSL | 16.81º | 0.94% | 0.38% | - |
| HSV(B) | 16.81º | 0.97% | 0.74% | - |
| XYZ | 22.24 | 13.63 | 1.63 | - |
| YUV | 90.36 | 80.4 | 197.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 57 | 6 | 0 | 0.70 | 0.97 | 0.26 | 16.81 | 0.94 | 0.38 |
| Hex | BC | 39 | 6 | 0 | 46 | 61 | 1A | 11 | 5E | 26 |
| Octal | 274 | 71 | 6 | 0 | 106 | 141 | 32 | 21 | 136 | 46 |
| Binary | 10111100 | 111001 | 110 | 0 | 1000110 | 1100001 | 11010 | 10001 | 1011110 | 100110 |
Color Harmonies of #BC3906
Complementary color
Monochromatic Colors of #BC3906
Black with #BC3906
Text Example
Text Example
White with #BC3906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3906; }
p { color: rgb(188,57,6); }
H1.HeaderClassName
{
color: #BC3906;
}
.AnyTagClassName
{
color: #BC3906;
}
</style>
background-color css
<style>
a { background-color: #BC3906; }
a { background-color: rgb(188,57,6); }
div.DivClassName
{
background-color: #BC3906;
}
.BgClassName
{
background-color: #BC3906;
}
</style>
border-color css
<style>
span { border-color: #BC3906; }
span { border-color: rgb(188,57,6); }
td.TdClassName
{
border-color: #BC3906;
}
.TagClassName
{
border-color: #BC3906;
}
</style>