Shades of Rust #BC5310
Tints of Rust #BC5310
RGB
CMYK
RGB Variations
Color information
#BC5310 (or 0xBC5310) is known color: Rust. HEX triplet: BC, 53 and 10. RGB value is (188,83,16). Sum of RGB (Red+Green+Blue) = 188+83+16=287 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.51% from 287); Green value is 83 (32.81% from 255 or 28.92% from 287); Blue value is 16 (6.64% from 255 or 5.57% from 287); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5310 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5310 is #43ACEF. Grayscale: #6B6B6B. Windows color (decimal): -4435184 or 1070012. OLE color: 1070012.
HSL color Cylindrical-coordinate representation of color #BC5310: hue angle of 23.37º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC5310 is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 83 | 16 | - |
| CMYK | 0 | 0.56 | 0.91 | 0.26 |
| HSL | 23.37º | 0.84% | 0.4% | - |
| HSV(B) | 23.37º | 0.91% | 0.74% | - |
| XYZ | 23.93 | 16.92 | 2.49 | - |
| YUV | 106.76 | 76.79 | 185.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 83 | 16 | 0 | 0.56 | 0.91 | 0.26 | 23.37 | 0.84 | 0.4 |
| Hex | BC | 53 | 10 | 0 | 38 | 5B | 1A | 17 | 54 | 28 |
| Octal | 274 | 123 | 20 | 0 | 70 | 133 | 32 | 27 | 124 | 50 |
| Binary | 10111100 | 1010011 | 10000 | 0 | 111000 | 1011011 | 11010 | 10111 | 1010100 | 101000 |
Color Harmonies of #BC5310
Complementary color
Monochromatic Colors of #BC5310
Black with #BC5310
Text Example
Text Example
White with #BC5310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5310; }
p { color: rgb(188,83,16); }
H1.HeaderClassName
{
color: #BC5310;
}
.AnyTagClassName
{
color: #BC5310;
}
</style>
background-color css
<style>
a { background-color: #BC5310; }
a { background-color: rgb(188,83,16); }
div.DivClassName
{
background-color: #BC5310;
}
.BgClassName
{
background-color: #BC5310;
}
</style>
border-color css
<style>
span { border-color: #BC5310; }
span { border-color: rgb(188,83,16); }
td.TdClassName
{
border-color: #BC5310;
}
.TagClassName
{
border-color: #BC5310;
}
</style>