Shades of Rust #BC520C
Tints of Rust #BC520C
RGB
CMYK
RGB Variations
Color information
#BC520C (or 0xBC520C) is known color: Rust. HEX triplet: BC, 52 and 0C. RGB value is (188,82,12). Sum of RGB (Red+Green+Blue) = 188+82+12=282 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.67% from 282); Green value is 82 (32.42% from 255 or 29.08% from 282); Blue value is 12 (5.08% from 255 or 4.26% from 282); Max value from RGB is 188 - color contains mainly: red. Hex color #BC520C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC520C is #43ADF3. Grayscale: #6A6A6A. Windows color (decimal): -4435444 or 807612. OLE color: 807612.
HSL color Cylindrical-coordinate representation of color #BC520C: hue angle of 23.86º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC520C is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 82 | 12 | - |
| CMYK | 0 | 0.56 | 0.94 | 0.26 |
| HSL | 23.86º | 0.88% | 0.39% | - |
| HSV(B) | 23.86º | 0.94% | 0.74% | - |
| XYZ | 23.82 | 16.75 | 2.33 | - |
| YUV | 105.71 | 75.12 | 186.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 82 | 12 | 0 | 0.56 | 0.94 | 0.26 | 23.86 | 0.88 | 0.39 |
| Hex | BC | 52 | C | 0 | 38 | 5E | 1A | 18 | 58 | 27 |
| Octal | 274 | 122 | 14 | 0 | 70 | 136 | 32 | 30 | 130 | 47 |
| Binary | 10111100 | 1010010 | 1100 | 0 | 111000 | 1011110 | 11010 | 11000 | 1011000 | 100111 |
Color Harmonies of #BC520C
Complementary color
Monochromatic Colors of #BC520C
Black with #BC520C
Text Example
Text Example
White with #BC520C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC520C; }
p { color: rgb(188,82,12); }
H1.HeaderClassName
{
color: #BC520C;
}
.AnyTagClassName
{
color: #BC520C;
}
</style>
background-color css
<style>
a { background-color: #BC520C; }
a { background-color: rgb(188,82,12); }
div.DivClassName
{
background-color: #BC520C;
}
.BgClassName
{
background-color: #BC520C;
}
</style>
border-color css
<style>
span { border-color: #BC520C; }
span { border-color: rgb(188,82,12); }
td.TdClassName
{
border-color: #BC520C;
}
.TagClassName
{
border-color: #BC520C;
}
</style>