Shades of Rust #BC5118
Tints of Rust #BC5118
RGB
CMYK
RGB Variations
Color information
#BC5118 (or 0xBC5118) is known color: Rust. HEX triplet: BC, 51 and 18. RGB value is (188,81,24). Sum of RGB (Red+Green+Blue) = 188+81+24=293 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.16% from 293); Green value is 81 (32.03% from 255 or 27.65% from 293); Blue value is 24 (9.77% from 255 or 8.19% from 293); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5118 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5118 is #43AEE7. Grayscale: #6A6A6A. Windows color (decimal): -4435688 or 1593788. OLE color: 1593788.
HSL color Cylindrical-coordinate representation of color #BC5118: hue angle of 20.85º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC5118 is Cyan = 0, Magento = 0.57, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 81 | 24 | - |
| CMYK | 0 | 0.57 | 0.87 | 0.26 |
| HSL | 20.85º | 0.77% | 0.42% | - |
| HSV(B) | 20.85º | 0.87% | 0.74% | - |
| XYZ | 23.85 | 16.64 | 2.82 | - |
| YUV | 106.5 | 81.45 | 186.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 81 | 24 | 0 | 0.57 | 0.87 | 0.26 | 20.85 | 0.77 | 0.42 |
| Hex | BC | 51 | 18 | 0 | 39 | 57 | 1A | 15 | 4D | 2A |
| Octal | 274 | 121 | 30 | 0 | 71 | 127 | 32 | 25 | 115 | 52 |
| Binary | 10111100 | 1010001 | 11000 | 0 | 111001 | 1010111 | 11010 | 10101 | 1001101 | 101010 |
Color Harmonies of #BC5118
Complementary color
Monochromatic Colors of #BC5118
Black with #BC5118
Text Example
Text Example
White with #BC5118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5118; }
p { color: rgb(188,81,24); }
H1.HeaderClassName
{
color: #BC5118;
}
.AnyTagClassName
{
color: #BC5118;
}
</style>
background-color css
<style>
a { background-color: #BC5118; }
a { background-color: rgb(188,81,24); }
div.DivClassName
{
background-color: #BC5118;
}
.BgClassName
{
background-color: #BC5118;
}
</style>
border-color css
<style>
span { border-color: #BC5118; }
span { border-color: rgb(188,81,24); }
td.TdClassName
{
border-color: #BC5118;
}
.TagClassName
{
border-color: #BC5118;
}
</style>