Shades of Rust #BC3E06
Tints of Rust #BC3E06
RGB
CMYK
RGB Variations
Color information
#BC3E06 (or 0xBC3E06) is known color: Rust. HEX triplet: BC, 3E and 06. RGB value is (188,62,6). Sum of RGB (Red+Green+Blue) = 188+62+6=256 (33% of max value = 765). Red value is 188 (73.83% from 255 or 73.44% from 256); Green value is 62 (24.61% from 255 or 24.22% from 256); Blue value is 6 (2.73% from 255 or 2.34% from 256); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3E06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3E06 is #43C1F9. Grayscale: #5D5D5D. Windows color (decimal): -4440570 or 409276. OLE color: 409276.
HSL color Cylindrical-coordinate representation of color #BC3E06: hue angle of 18.46º 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 #BC3E06 is Cyan = 0, Magento = 0.67, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 62 | 6 | - |
| CMYK | 0 | 0.67 | 0.97 | 0.26 |
| HSL | 18.46º | 0.94% | 0.38% | - |
| HSV(B) | 18.46º | 0.97% | 0.74% | - |
| XYZ | 22.49 | 14.15 | 1.72 | - |
| YUV | 93.29 | 78.74 | 195.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 62 | 6 | 0 | 0.67 | 0.97 | 0.26 | 18.46 | 0.94 | 0.38 |
| Hex | BC | 3E | 6 | 0 | 43 | 61 | 1A | 12 | 5E | 26 |
| Octal | 274 | 76 | 6 | 0 | 103 | 141 | 32 | 22 | 136 | 46 |
| Binary | 10111100 | 111110 | 110 | 0 | 1000011 | 1100001 | 11010 | 10010 | 1011110 | 100110 |
Color Harmonies of #BC3E06
Complementary color
Monochromatic Colors of #BC3E06
Black with #BC3E06
Text Example
Text Example
White with #BC3E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3E06; }
p { color: rgb(188,62,6); }
H1.HeaderClassName
{
color: #BC3E06;
}
.AnyTagClassName
{
color: #BC3E06;
}
</style>
background-color css
<style>
a { background-color: #BC3E06; }
a { background-color: rgb(188,62,6); }
div.DivClassName
{
background-color: #BC3E06;
}
.BgClassName
{
background-color: #BC3E06;
}
</style>
border-color css
<style>
span { border-color: #BC3E06; }
span { border-color: rgb(188,62,6); }
td.TdClassName
{
border-color: #BC3E06;
}
.TagClassName
{
border-color: #BC3E06;
}
</style>