Shades of Rust #BC511C
Tints of Rust #BC511C
RGB
CMYK
RGB Variations
Color information
#BC511C (or 0xBC511C) is known color: Rust. HEX triplet: BC, 51 and 1C. RGB value is (188,81,28). Sum of RGB (Red+Green+Blue) = 188+81+28=297 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.30% from 297); Green value is 81 (32.03% from 255 or 27.27% from 297); Blue value is 28 (11.33% from 255 or 9.43% from 297); Max value from RGB is 188 - color contains mainly: red. Hex color #BC511C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC511C is #43AEE3. Grayscale: #6B6B6B. Windows color (decimal): -4435684 or 1855932. OLE color: 1855932.
HSL color Cylindrical-coordinate representation of color #BC511C: hue angle of 19.88º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC511C is Cyan = 0, Magento = 0.57, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 81 | 28 | - |
| CMYK | 0 | 0.57 | 0.85 | 0.26 |
| HSL | 19.88º | 0.74% | 0.42% | - |
| HSV(B) | 19.88º | 0.85% | 0.74% | - |
| XYZ | 23.89 | 16.66 | 3.06 | - |
| YUV | 106.95 | 83.45 | 185.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 81 | 28 | 0 | 0.57 | 0.85 | 0.26 | 19.88 | 0.74 | 0.42 |
| Hex | BC | 51 | 1C | 0 | 39 | 55 | 1A | 14 | 4A | 2A |
| Octal | 274 | 121 | 34 | 0 | 71 | 125 | 32 | 24 | 112 | 52 |
| Binary | 10111100 | 1010001 | 11100 | 0 | 111001 | 1010101 | 11010 | 10100 | 1001010 | 101010 |
Color Harmonies of #BC511C
Complementary color
Monochromatic Colors of #BC511C
Black with #BC511C
Text Example
Text Example
White with #BC511C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC511C; }
p { color: rgb(188,81,28); }
H1.HeaderClassName
{
color: #BC511C;
}
.AnyTagClassName
{
color: #BC511C;
}
</style>
background-color css
<style>
a { background-color: #BC511C; }
a { background-color: rgb(188,81,28); }
div.DivClassName
{
background-color: #BC511C;
}
.BgClassName
{
background-color: #BC511C;
}
</style>
border-color css
<style>
span { border-color: #BC511C; }
span { border-color: rgb(188,81,28); }
td.TdClassName
{
border-color: #BC511C;
}
.TagClassName
{
border-color: #BC511C;
}
</style>