Shades of Rust #BC5212
Tints of Rust #BC5212
RGB
CMYK
RGB Variations
Color information
#BC5212 (or 0xBC5212) is known color: Rust. HEX triplet: BC, 52 and 12. RGB value is (188,82,18). Sum of RGB (Red+Green+Blue) = 188+82+18=288 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.28% from 288); Green value is 82 (32.42% from 255 or 28.47% from 288); Blue value is 18 (7.42% from 255 or 6.25% from 288); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5212 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5212 is #43ADED. Grayscale: #6A6A6A. Windows color (decimal): -4435438 or 1200828. OLE color: 1200828.
HSL color Cylindrical-coordinate representation of color #BC5212: hue angle of 22.59º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC5212 is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 82 | 18 | - |
| CMYK | 0 | 0.56 | 0.90 | 0.26 |
| HSL | 22.59º | 0.83% | 0.4% | - |
| HSV(B) | 22.59º | 0.9% | 0.74% | - |
| XYZ | 23.87 | 16.77 | 2.55 | - |
| YUV | 106.4 | 78.12 | 186.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 82 | 18 | 0 | 0.56 | 0.90 | 0.26 | 22.59 | 0.83 | 0.4 |
| Hex | BC | 52 | 12 | 0 | 38 | 5A | 1A | 17 | 53 | 28 |
| Octal | 274 | 122 | 22 | 0 | 70 | 132 | 32 | 27 | 123 | 50 |
| Binary | 10111100 | 1010010 | 10010 | 0 | 111000 | 1011010 | 11010 | 10111 | 1010011 | 101000 |
Color Harmonies of #BC5212
Complementary color
Monochromatic Colors of #BC5212
Black with #BC5212
Text Example
Text Example
White with #BC5212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5212; }
p { color: rgb(188,82,18); }
H1.HeaderClassName
{
color: #BC5212;
}
.AnyTagClassName
{
color: #BC5212;
}
</style>
background-color css
<style>
a { background-color: #BC5212; }
a { background-color: rgb(188,82,18); }
div.DivClassName
{
background-color: #BC5212;
}
.BgClassName
{
background-color: #BC5212;
}
</style>
border-color css
<style>
span { border-color: #BC5212; }
span { border-color: rgb(188,82,18); }
td.TdClassName
{
border-color: #BC5212;
}
.TagClassName
{
border-color: #BC5212;
}
</style>