Shades of Rust #BC3810
Tints of Rust #BC3810
RGB
CMYK
RGB Variations
Color information
#BC3810 (or 0xBC3810) is known color: Rust. HEX triplet: BC, 38 and 10. RGB value is (188,56,16). Sum of RGB (Red+Green+Blue) = 188+56+16=260 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.31% from 260); Green value is 56 (22.27% from 255 or 21.54% from 260); Blue value is 16 (6.64% from 255 or 6.15% from 260); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3810 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3810 is #43C7EF. Grayscale: #5B5B5B. Windows color (decimal): -4442096 or 1063100. OLE color: 1063100.
HSL color Cylindrical-coordinate representation of color #BC3810: hue angle of 13.95º 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 #BC3810 is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 56 | 16 | - |
| CMYK | 0 | 0.70 | 0.91 | 0.26 |
| HSL | 13.95º | 0.84% | 0.4% | - |
| HSV(B) | 13.95º | 0.91% | 0.74% | - |
| XYZ | 22.25 | 13.56 | 1.93 | - |
| YUV | 90.91 | 85.73 | 197.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 56 | 16 | 0 | 0.70 | 0.91 | 0.26 | 13.95 | 0.84 | 0.4 |
| Hex | BC | 38 | 10 | 0 | 46 | 5B | 1A | E | 54 | 28 |
| Octal | 274 | 70 | 20 | 0 | 106 | 133 | 32 | 16 | 124 | 50 |
| Binary | 10111100 | 111000 | 10000 | 0 | 1000110 | 1011011 | 11010 | 1110 | 1010100 | 101000 |
Color Harmonies of #BC3810
Complementary color
Monochromatic Colors of #BC3810
Black with #BC3810
Text Example
Text Example
White with #BC3810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3810; }
p { color: rgb(188,56,16); }
H1.HeaderClassName
{
color: #BC3810;
}
.AnyTagClassName
{
color: #BC3810;
}
</style>
background-color css
<style>
a { background-color: #BC3810; }
a { background-color: rgb(188,56,16); }
div.DivClassName
{
background-color: #BC3810;
}
.BgClassName
{
background-color: #BC3810;
}
</style>
border-color css
<style>
span { border-color: #BC3810; }
span { border-color: rgb(188,56,16); }
td.TdClassName
{
border-color: #BC3810;
}
.TagClassName
{
border-color: #BC3810;
}
</style>