Shades of Rust #BC3E00
Tints of Rust #BC3E00
RGB
CMYK
RGB Variations
Color information
#BC3E00 (or 0xBC3E00) is known color: Rust. HEX triplet: BC, 3E and 00. RGB value is (188,62,0). Sum of RGB (Red+Green+Blue) = 188+62+0=250 (33% of max value = 765). Red value is 188 (73.83% from 255 or 75.2% from 250); Green value is 62 (24.61% from 255 or 24.8% from 250); Blue value is 0 (0.39% from 255 or 0% from 250); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3E00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3E00 is #43C1FF. Grayscale: #5C5C5C. Windows color (decimal): -4440576 or 16060. OLE color: 16060.
HSL color Cylindrical-coordinate representation of color #BC3E00: hue angle of 19.79º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC3E00 is Cyan = 0, Magento = 0.67, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 62 | 0 | - |
| CMYK | 0 | 0.67 | 1 | 0.26 |
| HSL | 19.79º | 1% | 0.37% | - |
| HSV(B) | 19.79º | 1% | 0.74% | - |
| XYZ | 22.46 | 14.14 | 1.54 | - |
| YUV | 92.61 | 75.74 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 62 | 0 | 0 | 0.67 | 1 | 0.26 | 19.79 | 1 | 0.37 |
| Hex | BC | 3E | 0 | 0 | 43 | 64 | 1A | 14 | 64 | 25 |
| Octal | 274 | 76 | 0 | 0 | 103 | 144 | 32 | 24 | 144 | 45 |
| Binary | 10111100 | 111110 | 0 | 0 | 1000011 | 1100100 | 11010 | 10100 | 1100100 | 100101 |
Color Harmonies of #BC3E00
Complementary color
Monochromatic Colors of #BC3E00
Black with #BC3E00
Text Example
Text Example
White with #BC3E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3E00; }
p { color: rgb(188,62,0); }
H1.HeaderClassName
{
color: #BC3E00;
}
.AnyTagClassName
{
color: #BC3E00;
}
</style>
background-color css
<style>
a { background-color: #BC3E00; }
a { background-color: rgb(188,62,0); }
div.DivClassName
{
background-color: #BC3E00;
}
.BgClassName
{
background-color: #BC3E00;
}
</style>
border-color css
<style>
span { border-color: #BC3E00; }
span { border-color: rgb(188,62,0); }
td.TdClassName
{
border-color: #BC3E00;
}
.TagClassName
{
border-color: #BC3E00;
}
</style>