Shades of Rust #BC5017
Tints of Rust #BC5017
RGB
CMYK
RGB Variations
Color information
#BC5017 (or 0xBC5017) is known color: Rust. HEX triplet: BC, 50 and 17. RGB value is (188,80,23). Sum of RGB (Red+Green+Blue) = 188+80+23=291 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.60% from 291); Green value is 80 (31.64% from 255 or 27.49% from 291); Blue value is 23 (9.38% from 255 or 7.90% from 291); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5017 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5017 is #43AFE8. Grayscale: #6A6A6A. Windows color (decimal): -4435945 or 1527996. OLE color: 1527996.
HSL color Cylindrical-coordinate representation of color #BC5017: hue angle of 20.73º 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 #BC5017 is Cyan = 0, Magento = 0.57, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 80 | 23 | - |
| CMYK | 0 | 0.57 | 0.88 | 0.26 |
| HSL | 20.73º | 0.78% | 0.41% | - |
| HSV(B) | 20.73º | 0.88% | 0.74% | - |
| XYZ | 23.76 | 16.49 | 2.74 | - |
| YUV | 105.79 | 81.28 | 186.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 80 | 23 | 0 | 0.57 | 0.88 | 0.26 | 20.73 | 0.78 | 0.41 |
| Hex | BC | 50 | 17 | 0 | 39 | 58 | 1A | 15 | 4E | 29 |
| Octal | 274 | 120 | 27 | 0 | 71 | 130 | 32 | 25 | 116 | 51 |
| Binary | 10111100 | 1010000 | 10111 | 0 | 111001 | 1011000 | 11010 | 10101 | 1001110 | 101001 |
Color Harmonies of #BC5017
Complementary color
Monochromatic Colors of #BC5017
Black with #BC5017
Text Example
Text Example
White with #BC5017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5017; }
p { color: rgb(188,80,23); }
H1.HeaderClassName
{
color: #BC5017;
}
.AnyTagClassName
{
color: #BC5017;
}
</style>
background-color css
<style>
a { background-color: #BC5017; }
a { background-color: rgb(188,80,23); }
div.DivClassName
{
background-color: #BC5017;
}
.BgClassName
{
background-color: #BC5017;
}
</style>
border-color css
<style>
span { border-color: #BC5017; }
span { border-color: rgb(188,80,23); }
td.TdClassName
{
border-color: #BC5017;
}
.TagClassName
{
border-color: #BC5017;
}
</style>