Shades of Rust #BC5113
Tints of Rust #BC5113
RGB
CMYK
RGB Variations
Color information
#BC5113 (or 0xBC5113) is known color: Rust. HEX triplet: BC, 51 and 13. RGB value is (188,81,19). Sum of RGB (Red+Green+Blue) = 188+81+19=288 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.28% from 288); Green value is 81 (32.03% from 255 or 28.12% from 288); Blue value is 19 (7.81% from 255 or 6.60% from 288); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5113 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5113 is #43AEEC. Grayscale: #6A6A6A. Windows color (decimal): -4435693 or 1266108. OLE color: 1266108.
HSL color Cylindrical-coordinate representation of color #BC5113: hue angle of 22.01º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC5113 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 81 | 19 | - |
| CMYK | 0 | 0.57 | 0.90 | 0.26 |
| HSL | 22.01º | 0.82% | 0.41% | - |
| HSV(B) | 22.01º | 0.9% | 0.74% | - |
| XYZ | 23.8 | 16.62 | 2.57 | - |
| YUV | 105.93 | 78.95 | 186.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 81 | 19 | 0 | 0.57 | 0.90 | 0.26 | 22.01 | 0.82 | 0.41 |
| Hex | BC | 51 | 13 | 0 | 39 | 5A | 1A | 16 | 52 | 29 |
| Octal | 274 | 121 | 23 | 0 | 71 | 132 | 32 | 26 | 122 | 51 |
| Binary | 10111100 | 1010001 | 10011 | 0 | 111001 | 1011010 | 11010 | 10110 | 1010010 | 101001 |
Color Harmonies of #BC5113
Complementary color
Monochromatic Colors of #BC5113
Black with #BC5113
Text Example
Text Example
White with #BC5113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5113; }
p { color: rgb(188,81,19); }
H1.HeaderClassName
{
color: #BC5113;
}
.AnyTagClassName
{
color: #BC5113;
}
</style>
background-color css
<style>
a { background-color: #BC5113; }
a { background-color: rgb(188,81,19); }
div.DivClassName
{
background-color: #BC5113;
}
.BgClassName
{
background-color: #BC5113;
}
</style>
border-color css
<style>
span { border-color: #BC5113; }
span { border-color: rgb(188,81,19); }
td.TdClassName
{
border-color: #BC5113;
}
.TagClassName
{
border-color: #BC5113;
}
</style>