Shades of Rust #BC3910
Tints of Rust #BC3910
RGB
CMYK
RGB Variations
Color information
#BC3910 (or 0xBC3910) is known color: Rust. HEX triplet: BC, 39 and 10. RGB value is (188,57,16). Sum of RGB (Red+Green+Blue) = 188+57+16=261 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.03% from 261); Green value is 57 (22.66% from 255 or 21.84% from 261); Blue value is 16 (6.64% from 255 or 6.13% from 261); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3910 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3910 is #43C6EF. Grayscale: #5B5B5B. Windows color (decimal): -4441840 or 1063356. OLE color: 1063356.
HSL color Cylindrical-coordinate representation of color #BC3910: hue angle of 14.3º 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 #BC3910 is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 57 | 16 | - |
| CMYK | 0 | 0.70 | 0.91 | 0.26 |
| HSL | 14.3º | 0.84% | 0.4% | - |
| HSV(B) | 14.3º | 0.91% | 0.74% | - |
| XYZ | 22.3 | 13.66 | 1.95 | - |
| YUV | 91.5 | 85.4 | 196.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 57 | 16 | 0 | 0.70 | 0.91 | 0.26 | 14.3 | 0.84 | 0.4 |
| Hex | BC | 39 | 10 | 0 | 46 | 5B | 1A | E | 54 | 28 |
| Octal | 274 | 71 | 20 | 0 | 106 | 133 | 32 | 16 | 124 | 50 |
| Binary | 10111100 | 111001 | 10000 | 0 | 1000110 | 1011011 | 11010 | 1110 | 1010100 | 101000 |
Color Harmonies of #BC3910
Complementary color
Monochromatic Colors of #BC3910
Black with #BC3910
Text Example
Text Example
White with #BC3910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3910; }
p { color: rgb(188,57,16); }
H1.HeaderClassName
{
color: #BC3910;
}
.AnyTagClassName
{
color: #BC3910;
}
</style>
background-color css
<style>
a { background-color: #BC3910; }
a { background-color: rgb(188,57,16); }
div.DivClassName
{
background-color: #BC3910;
}
.BgClassName
{
background-color: #BC3910;
}
</style>
border-color css
<style>
span { border-color: #BC3910; }
span { border-color: rgb(188,57,16); }
td.TdClassName
{
border-color: #BC3910;
}
.TagClassName
{
border-color: #BC3910;
}
</style>