Shades of Rust #BC520E
Tints of Rust #BC520E
RGB
CMYK
RGB Variations
Color information
#BC520E (or 0xBC520E) is known color: Rust. HEX triplet: BC, 52 and 0E. RGB value is (188,82,14). Sum of RGB (Red+Green+Blue) = 188+82+14=284 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.20% from 284); Green value is 82 (32.42% from 255 or 28.87% from 284); Blue value is 14 (5.86% from 255 or 4.93% from 284); Max value from RGB is 188 - color contains mainly: red. Hex color #BC520E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC520E is #43ADF1. Grayscale: #6A6A6A. Windows color (decimal): -4435442 or 938684. OLE color: 938684.
HSL color Cylindrical-coordinate representation of color #BC520E: hue angle of 23.45º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC520E is Cyan = 0, Magento = 0.56, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 82 | 14 | - |
| CMYK | 0 | 0.56 | 0.93 | 0.26 |
| HSL | 23.45º | 0.86% | 0.4% | - |
| HSV(B) | 23.45º | 0.93% | 0.74% | - |
| XYZ | 23.84 | 16.76 | 2.39 | - |
| YUV | 105.94 | 76.12 | 186.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 82 | 14 | 0 | 0.56 | 0.93 | 0.26 | 23.45 | 0.86 | 0.4 |
| Hex | BC | 52 | E | 0 | 38 | 5D | 1A | 17 | 56 | 28 |
| Octal | 274 | 122 | 16 | 0 | 70 | 135 | 32 | 27 | 126 | 50 |
| Binary | 10111100 | 1010010 | 1110 | 0 | 111000 | 1011101 | 11010 | 10111 | 1010110 | 101000 |
Color Harmonies of #BC520E
Complementary color
Monochromatic Colors of #BC520E
Black with #BC520E
Text Example
Text Example
White with #BC520E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC520E; }
p { color: rgb(188,82,14); }
H1.HeaderClassName
{
color: #BC520E;
}
.AnyTagClassName
{
color: #BC520E;
}
</style>
background-color css
<style>
a { background-color: #BC520E; }
a { background-color: rgb(188,82,14); }
div.DivClassName
{
background-color: #BC520E;
}
.BgClassName
{
background-color: #BC520E;
}
</style>
border-color css
<style>
span { border-color: #BC520E; }
span { border-color: rgb(188,82,14); }
td.TdClassName
{
border-color: #BC520E;
}
.TagClassName
{
border-color: #BC520E;
}
</style>