Shades of Rust #BC5510
Tints of Rust #BC5510
RGB
CMYK
RGB Variations
Color information
#BC5510 (or 0xBC5510) is known color: Rust. HEX triplet: BC, 55 and 10. RGB value is (188,85,16). Sum of RGB (Red+Green+Blue) = 188+85+16=289 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.05% from 289); Green value is 85 (33.59% from 255 or 29.41% from 289); Blue value is 16 (6.64% from 255 or 5.54% from 289); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5510 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5510 is #43AAEF. Grayscale: #6C6C6C. Windows color (decimal): -4434672 or 1070524. OLE color: 1070524.
HSL color Cylindrical-coordinate representation of color #BC5510: hue angle of 24.07º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC5510 is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 85 | 16 | - |
| CMYK | 0 | 0.55 | 0.91 | 0.26 |
| HSL | 24.07º | 0.84% | 0.4% | - |
| HSV(B) | 24.07º | 0.91% | 0.74% | - |
| XYZ | 24.08 | 17.23 | 2.55 | - |
| YUV | 107.93 | 76.12 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 85 | 16 | 0 | 0.55 | 0.91 | 0.26 | 24.07 | 0.84 | 0.4 |
| Hex | BC | 55 | 10 | 0 | 37 | 5B | 1A | 18 | 54 | 28 |
| Octal | 274 | 125 | 20 | 0 | 67 | 133 | 32 | 30 | 124 | 50 |
| Binary | 10111100 | 1010101 | 10000 | 0 | 110111 | 1011011 | 11010 | 11000 | 1010100 | 101000 |
Color Harmonies of #BC5510
Complementary color
Monochromatic Colors of #BC5510
Black with #BC5510
Text Example
Text Example
White with #BC5510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5510; }
p { color: rgb(188,85,16); }
H1.HeaderClassName
{
color: #BC5510;
}
.AnyTagClassName
{
color: #BC5510;
}
</style>
background-color css
<style>
a { background-color: #BC5510; }
a { background-color: rgb(188,85,16); }
div.DivClassName
{
background-color: #BC5510;
}
.BgClassName
{
background-color: #BC5510;
}
</style>
border-color css
<style>
span { border-color: #BC5510; }
span { border-color: rgb(188,85,16); }
td.TdClassName
{
border-color: #BC5510;
}
.TagClassName
{
border-color: #BC5510;
}
</style>