Shades of Rust #BC5515
Tints of Rust #BC5515
RGB
CMYK
RGB Variations
Color information
#BC5515 (or 0xBC5515) is known color: Rust. HEX triplet: BC, 55 and 15. RGB value is (188,85,21). Sum of RGB (Red+Green+Blue) = 188+85+21=294 (38% of max value = 765). Red value is 188 (73.83% from 255 or 63.95% from 294); Green value is 85 (33.59% from 255 or 28.91% from 294); Blue value is 21 (8.59% from 255 or 7.14% from 294); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5515 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5515 is #43AAEA. Grayscale: #6C6C6C. Windows color (decimal): -4434667 or 1398204. OLE color: 1398204.
HSL color Cylindrical-coordinate representation of color #BC5515: hue angle of 22.99º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC5515 is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 85 | 21 | - |
| CMYK | 0 | 0.55 | 0.89 | 0.26 |
| HSL | 22.99º | 0.8% | 0.41% | - |
| HSV(B) | 22.99º | 0.89% | 0.74% | - |
| XYZ | 24.12 | 17.24 | 2.77 | - |
| YUV | 108.5 | 78.62 | 184.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 85 | 21 | 0 | 0.55 | 0.89 | 0.26 | 22.99 | 0.8 | 0.41 |
| Hex | BC | 55 | 15 | 0 | 37 | 59 | 1A | 17 | 50 | 29 |
| Octal | 274 | 125 | 25 | 0 | 67 | 131 | 32 | 27 | 120 | 51 |
| Binary | 10111100 | 1010101 | 10101 | 0 | 110111 | 1011001 | 11010 | 10111 | 1010000 | 101001 |
Color Harmonies of #BC5515
Complementary color
Monochromatic Colors of #BC5515
Black with #BC5515
Text Example
Text Example
White with #BC5515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5515; }
p { color: rgb(188,85,21); }
H1.HeaderClassName
{
color: #BC5515;
}
.AnyTagClassName
{
color: #BC5515;
}
</style>
background-color css
<style>
a { background-color: #BC5515; }
a { background-color: rgb(188,85,21); }
div.DivClassName
{
background-color: #BC5515;
}
.BgClassName
{
background-color: #BC5515;
}
</style>
border-color css
<style>
span { border-color: #BC5515; }
span { border-color: rgb(188,85,21); }
td.TdClassName
{
border-color: #BC5515;
}
.TagClassName
{
border-color: #BC5515;
}
</style>