Shades of Rust #BC511B
Tints of Rust #BC511B
RGB
CMYK
RGB Variations
Color information
#BC511B (or 0xBC511B) is known color: Rust. HEX triplet: BC, 51 and 1B. RGB value is (188,81,27). Sum of RGB (Red+Green+Blue) = 188+81+27=296 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.51% from 296); Green value is 81 (32.03% from 255 or 27.36% from 296); Blue value is 27 (10.94% from 255 or 9.12% from 296); Max value from RGB is 188 - color contains mainly: red. Hex color #BC511B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC511B is #43AEE4. Grayscale: #6B6B6B. Windows color (decimal): -4435685 or 1790396. OLE color: 1790396.
HSL color Cylindrical-coordinate representation of color #BC511B: hue angle of 20.12º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC511B is Cyan = 0, Magento = 0.57, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 81 | 27 | - |
| CMYK | 0 | 0.57 | 0.86 | 0.26 |
| HSL | 20.12º | 0.75% | 0.42% | - |
| HSV(B) | 20.12º | 0.86% | 0.74% | - |
| XYZ | 23.88 | 16.66 | 2.99 | - |
| YUV | 106.84 | 82.95 | 185.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 81 | 27 | 0 | 0.57 | 0.86 | 0.26 | 20.12 | 0.75 | 0.42 |
| Hex | BC | 51 | 1B | 0 | 39 | 56 | 1A | 14 | 4B | 2A |
| Octal | 274 | 121 | 33 | 0 | 71 | 126 | 32 | 24 | 113 | 52 |
| Binary | 10111100 | 1010001 | 11011 | 0 | 111001 | 1010110 | 11010 | 10100 | 1001011 | 101010 |
Color Harmonies of #BC511B
Complementary color
Monochromatic Colors of #BC511B
Black with #BC511B
Text Example
Text Example
White with #BC511B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC511B; }
p { color: rgb(188,81,27); }
H1.HeaderClassName
{
color: #BC511B;
}
.AnyTagClassName
{
color: #BC511B;
}
</style>
background-color css
<style>
a { background-color: #BC511B; }
a { background-color: rgb(188,81,27); }
div.DivClassName
{
background-color: #BC511B;
}
.BgClassName
{
background-color: #BC511B;
}
</style>
border-color css
<style>
span { border-color: #BC511B; }
span { border-color: rgb(188,81,27); }
td.TdClassName
{
border-color: #BC511B;
}
.TagClassName
{
border-color: #BC511B;
}
</style>