Shades of Rust #BC5412
Tints of Rust #BC5412
RGB
CMYK
RGB Variations
Color information
#BC5412 (or 0xBC5412) is known color: Rust. HEX triplet: BC, 54 and 12. RGB value is (188,84,18). Sum of RGB (Red+Green+Blue) = 188+84+18=290 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.83% from 290); Green value is 84 (33.20% from 255 or 28.97% from 290); Blue value is 18 (7.42% from 255 or 6.21% from 290); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5412 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5412 is #43ABED. Grayscale: #6B6B6B. Windows color (decimal): -4434926 or 1201340. OLE color: 1201340.
HSL color Cylindrical-coordinate representation of color #BC5412: hue angle of 23.29º 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 #BC5412 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 84 | 18 | - |
| CMYK | 0 | 0.55 | 0.90 | 0.26 |
| HSL | 23.29º | 0.83% | 0.4% | - |
| HSV(B) | 23.29º | 0.9% | 0.74% | - |
| XYZ | 24.02 | 17.08 | 2.6 | - |
| YUV | 107.57 | 77.46 | 185.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 84 | 18 | 0 | 0.55 | 0.90 | 0.26 | 23.29 | 0.83 | 0.4 |
| Hex | BC | 54 | 12 | 0 | 37 | 5A | 1A | 17 | 53 | 28 |
| Octal | 274 | 124 | 22 | 0 | 67 | 132 | 32 | 27 | 123 | 50 |
| Binary | 10111100 | 1010100 | 10010 | 0 | 110111 | 1011010 | 11010 | 10111 | 1010011 | 101000 |
Color Harmonies of #BC5412
Complementary color
Monochromatic Colors of #BC5412
Black with #BC5412
Text Example
Text Example
White with #BC5412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5412; }
p { color: rgb(188,84,18); }
H1.HeaderClassName
{
color: #BC5412;
}
.AnyTagClassName
{
color: #BC5412;
}
</style>
background-color css
<style>
a { background-color: #BC5412; }
a { background-color: rgb(188,84,18); }
div.DivClassName
{
background-color: #BC5412;
}
.BgClassName
{
background-color: #BC5412;
}
</style>
border-color css
<style>
span { border-color: #BC5412; }
span { border-color: rgb(188,84,18); }
td.TdClassName
{
border-color: #BC5412;
}
.TagClassName
{
border-color: #BC5412;
}
</style>