Shades of Rust #BC5117
Tints of Rust #BC5117
RGB
CMYK
RGB Variations
Color information
#BC5117 (or 0xBC5117) is known color: Rust. HEX triplet: BC, 51 and 17. RGB value is (188,81,23). Sum of RGB (Red+Green+Blue) = 188+81+23=292 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.38% from 292); Green value is 81 (32.03% from 255 or 27.74% from 292); Blue value is 23 (9.38% from 255 or 7.88% from 292); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5117 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5117 is #43AEE8. Grayscale: #6A6A6A. Windows color (decimal): -4435689 or 1528252. OLE color: 1528252.
HSL color Cylindrical-coordinate representation of color #BC5117: hue angle of 21.09º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC5117 is Cyan = 0, Magento = 0.57, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 81 | 23 | - |
| CMYK | 0 | 0.57 | 0.88 | 0.26 |
| HSL | 21.09º | 0.78% | 0.41% | - |
| HSV(B) | 21.09º | 0.88% | 0.74% | - |
| XYZ | 23.84 | 16.64 | 2.77 | - |
| YUV | 106.38 | 80.95 | 186.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 81 | 23 | 0 | 0.57 | 0.88 | 0.26 | 21.09 | 0.78 | 0.41 |
| Hex | BC | 51 | 17 | 0 | 39 | 58 | 1A | 15 | 4E | 29 |
| Octal | 274 | 121 | 27 | 0 | 71 | 130 | 32 | 25 | 116 | 51 |
| Binary | 10111100 | 1010001 | 10111 | 0 | 111001 | 1011000 | 11010 | 10101 | 1001110 | 101001 |
Color Harmonies of #BC5117
Complementary color
Monochromatic Colors of #BC5117
Black with #BC5117
Text Example
Text Example
White with #BC5117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5117; }
p { color: rgb(188,81,23); }
H1.HeaderClassName
{
color: #BC5117;
}
.AnyTagClassName
{
color: #BC5117;
}
</style>
background-color css
<style>
a { background-color: #BC5117; }
a { background-color: rgb(188,81,23); }
div.DivClassName
{
background-color: #BC5117;
}
.BgClassName
{
background-color: #BC5117;
}
</style>
border-color css
<style>
span { border-color: #BC5117; }
span { border-color: rgb(188,81,23); }
td.TdClassName
{
border-color: #BC5117;
}
.TagClassName
{
border-color: #BC5117;
}
</style>