Shades of Rust #BC3D10
Tints of Rust #BC3D10
RGB
CMYK
RGB Variations
Color information
#BC3D10 (or 0xBC3D10) is known color: Rust. HEX triplet: BC, 3D and 10. RGB value is (188,61,16). Sum of RGB (Red+Green+Blue) = 188+61+16=265 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.94% from 265); Green value is 61 (24.22% from 255 or 23.02% from 265); Blue value is 16 (6.64% from 255 or 6.04% from 265); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3D10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3D10 is #43C2EF. Grayscale: #5E5E5E. Windows color (decimal): -4440816 or 1064380. OLE color: 1064380.
HSL color Cylindrical-coordinate representation of color #BC3D10: hue angle of 15.7º 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 #BC3D10 is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 61 | 16 | - |
| CMYK | 0 | 0.68 | 0.91 | 0.26 |
| HSL | 15.7º | 0.84% | 0.4% | - |
| HSV(B) | 15.7º | 0.91% | 0.74% | - |
| XYZ | 22.5 | 14.07 | 2.02 | - |
| YUV | 93.84 | 84.08 | 195.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 61 | 16 | 0 | 0.68 | 0.91 | 0.26 | 15.7 | 0.84 | 0.4 |
| Hex | BC | 3D | 10 | 0 | 44 | 5B | 1A | 10 | 54 | 28 |
| Octal | 274 | 75 | 20 | 0 | 104 | 133 | 32 | 20 | 124 | 50 |
| Binary | 10111100 | 111101 | 10000 | 0 | 1000100 | 1011011 | 11010 | 10000 | 1010100 | 101000 |
Color Harmonies of #BC3D10
Complementary color
Monochromatic Colors of #BC3D10
Black with #BC3D10
Text Example
Text Example
White with #BC3D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3D10; }
p { color: rgb(188,61,16); }
H1.HeaderClassName
{
color: #BC3D10;
}
.AnyTagClassName
{
color: #BC3D10;
}
</style>
background-color css
<style>
a { background-color: #BC3D10; }
a { background-color: rgb(188,61,16); }
div.DivClassName
{
background-color: #BC3D10;
}
.BgClassName
{
background-color: #BC3D10;
}
</style>
border-color css
<style>
span { border-color: #BC3D10; }
span { border-color: rgb(188,61,16); }
td.TdClassName
{
border-color: #BC3D10;
}
.TagClassName
{
border-color: #BC3D10;
}
</style>