Shades of Rust #BC510B
Tints of Rust #BC510B
RGB
CMYK
RGB Variations
Color information
#BC510B (or 0xBC510B) is known color: Rust. HEX triplet: BC, 51 and 0B. RGB value is (188,81,11). Sum of RGB (Red+Green+Blue) = 188+81+11=280 (37% of max value = 765). Red value is 188 (73.83% from 255 or 67.14% from 280); Green value is 81 (32.03% from 255 or 28.93% from 280); Blue value is 11 (4.69% from 255 or 3.93% from 280); Max value from RGB is 188 - color contains mainly: red. Hex color #BC510B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC510B is #43AEF4. Grayscale: #696969. Windows color (decimal): -4435701 or 741820. OLE color: 741820.
HSL color Cylindrical-coordinate representation of color #BC510B: hue angle of 23.73º degrees, saturation: 0.89, 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 #BC510B is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 81 | 11 | - |
| CMYK | 0 | 0.57 | 0.94 | 0.26 |
| HSL | 23.73º | 0.89% | 0.39% | - |
| HSV(B) | 23.73º | 0.94% | 0.74% | - |
| XYZ | 23.74 | 16.6 | 2.27 | - |
| YUV | 105.01 | 74.95 | 187.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 81 | 11 | 0 | 0.57 | 0.94 | 0.26 | 23.73 | 0.89 | 0.39 |
| Hex | BC | 51 | B | 0 | 39 | 5E | 1A | 18 | 59 | 27 |
| Octal | 274 | 121 | 13 | 0 | 71 | 136 | 32 | 30 | 131 | 47 |
| Binary | 10111100 | 1010001 | 1011 | 0 | 111001 | 1011110 | 11010 | 11000 | 1011001 | 100111 |
Color Harmonies of #BC510B
Complementary color
Monochromatic Colors of #BC510B
Black with #BC510B
Text Example
Text Example
White with #BC510B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC510B; }
p { color: rgb(188,81,11); }
H1.HeaderClassName
{
color: #BC510B;
}
.AnyTagClassName
{
color: #BC510B;
}
</style>
background-color css
<style>
a { background-color: #BC510B; }
a { background-color: rgb(188,81,11); }
div.DivClassName
{
background-color: #BC510B;
}
.BgClassName
{
background-color: #BC510B;
}
</style>
border-color css
<style>
span { border-color: #BC510B; }
span { border-color: rgb(188,81,11); }
td.TdClassName
{
border-color: #BC510B;
}
.TagClassName
{
border-color: #BC510B;
}
</style>