Shades of Rust #BC3100
Tints of Rust #BC3100
RGB
CMYK
RGB Variations
Color information
#BC3100 (or 0xBC3100) is known color: Rust. HEX triplet: BC, 31 and 00. RGB value is (188,49,0). Sum of RGB (Red+Green+Blue) = 188+49+0=237 (31% of max value = 765). Red value is 188 (73.83% from 255 or 79.32% from 237); Green value is 49 (19.53% from 255 or 20.68% from 237); Blue value is 0 (0.39% from 255 or 0% from 237); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3100 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3100 is #43CEFF. Grayscale: #555555. Windows color (decimal): -4443904 or 12732. OLE color: 12732.
HSL color Cylindrical-coordinate representation of color #BC3100: hue angle of 15.64º 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 #BC3100 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 49 | 0 | - |
| CMYK | 0 | 0.74 | 1 | 0.26 |
| HSL | 15.64º | 1% | 0.37% | - |
| HSV(B) | 15.64º | 1% | 0.74% | - |
| XYZ | 21.84 | 12.89 | 1.34 | - |
| YUV | 84.98 | 80.05 | 201.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 49 | 0 | 0 | 0.74 | 1 | 0.26 | 15.64 | 1 | 0.37 |
| Hex | BC | 31 | 0 | 0 | 4A | 64 | 1A | 10 | 64 | 25 |
| Octal | 274 | 61 | 0 | 0 | 112 | 144 | 32 | 20 | 144 | 45 |
| Binary | 10111100 | 110001 | 0 | 0 | 1001010 | 1100100 | 11010 | 10000 | 1100100 | 100101 |
Color Harmonies of #BC3100
Complementary color
Monochromatic Colors of #BC3100
Black with #BC3100
Text Example
Text Example
White with #BC3100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3100; }
p { color: rgb(188,49,0); }
H1.HeaderClassName
{
color: #BC3100;
}
.AnyTagClassName
{
color: #BC3100;
}
</style>
background-color css
<style>
a { background-color: #BC3100; }
a { background-color: rgb(188,49,0); }
div.DivClassName
{
background-color: #BC3100;
}
.BgClassName
{
background-color: #BC3100;
}
</style>
border-color css
<style>
span { border-color: #BC3100; }
span { border-color: rgb(188,49,0); }
td.TdClassName
{
border-color: #BC3100;
}
.TagClassName
{
border-color: #BC3100;
}
</style>