Shades of Rust #BC5012
Tints of Rust #BC5012
RGB
CMYK
RGB Variations
Color information
#BC5012 (or 0xBC5012) is known color: Rust. HEX triplet: BC, 50 and 12. RGB value is (188,80,18). Sum of RGB (Red+Green+Blue) = 188+80+18=286 (37% of max value = 765). Red value is 188 (73.83% from 255 or 65.73% from 286); Green value is 80 (31.64% from 255 or 27.97% from 286); Blue value is 18 (7.42% from 255 or 6.29% from 286); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5012 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5012 is #43AFED. Grayscale: #696969. Windows color (decimal): -4435950 or 1200316. OLE color: 1200316.
HSL color Cylindrical-coordinate representation of color #BC5012: hue angle of 21.88º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC5012 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 80 | 18 | - |
| CMYK | 0 | 0.57 | 0.90 | 0.26 |
| HSL | 21.88º | 0.83% | 0.4% | - |
| HSV(B) | 21.88º | 0.9% | 0.74% | - |
| XYZ | 23.72 | 16.47 | 2.5 | - |
| YUV | 105.22 | 78.78 | 187.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 80 | 18 | 0 | 0.57 | 0.90 | 0.26 | 21.88 | 0.83 | 0.4 |
| Hex | BC | 50 | 12 | 0 | 39 | 5A | 1A | 16 | 53 | 28 |
| Octal | 274 | 120 | 22 | 0 | 71 | 132 | 32 | 26 | 123 | 50 |
| Binary | 10111100 | 1010000 | 10010 | 0 | 111001 | 1011010 | 11010 | 10110 | 1010011 | 101000 |
Color Harmonies of #BC5012
Complementary color
Monochromatic Colors of #BC5012
Black with #BC5012
Text Example
Text Example
White with #BC5012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5012; }
p { color: rgb(188,80,18); }
H1.HeaderClassName
{
color: #BC5012;
}
.AnyTagClassName
{
color: #BC5012;
}
</style>
background-color css
<style>
a { background-color: #BC5012; }
a { background-color: rgb(188,80,18); }
div.DivClassName
{
background-color: #BC5012;
}
.BgClassName
{
background-color: #BC5012;
}
</style>
border-color css
<style>
span { border-color: #BC5012; }
span { border-color: rgb(188,80,18); }
td.TdClassName
{
border-color: #BC5012;
}
.TagClassName
{
border-color: #BC5012;
}
</style>