Shades of Rust #BC4E10
Tints of Rust #BC4E10
RGB
CMYK
RGB Variations
Color information
#BC4E10 (or 0xBC4E10) is known color: Rust. HEX triplet: BC, 4E and 10. RGB value is (188,78,16). Sum of RGB (Red+Green+Blue) = 188+78+16=282 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.67% from 282); Green value is 78 (30.86% from 255 or 27.66% from 282); Blue value is 16 (6.64% from 255 or 5.67% from 282); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4E10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC4E10 is #43B1EF. Grayscale: #686868. Windows color (decimal): -4436464 or 1068732. OLE color: 1068732.
HSL color Cylindrical-coordinate representation of color #BC4E10: hue angle of 21.63º 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 #BC4E10 is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 78 | 16 | - |
| CMYK | 0 | 0.59 | 0.91 | 0.26 |
| HSL | 21.63º | 0.84% | 0.4% | - |
| HSV(B) | 21.63º | 0.91% | 0.74% | - |
| XYZ | 23.56 | 16.18 | 2.37 | - |
| YUV | 103.82 | 78.44 | 188.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 78 | 16 | 0 | 0.59 | 0.91 | 0.26 | 21.63 | 0.84 | 0.4 |
| Hex | BC | 4E | 10 | 0 | 3B | 5B | 1A | 16 | 54 | 28 |
| Octal | 274 | 116 | 20 | 0 | 73 | 133 | 32 | 26 | 124 | 50 |
| Binary | 10111100 | 1001110 | 10000 | 0 | 111011 | 1011011 | 11010 | 10110 | 1010100 | 101000 |
Color Harmonies of #BC4E10
Complementary color
Monochromatic Colors of #BC4E10
Black with #BC4E10
Text Example
Text Example
White with #BC4E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4E10; }
p { color: rgb(188,78,16); }
H1.HeaderClassName
{
color: #BC4E10;
}
.AnyTagClassName
{
color: #BC4E10;
}
</style>
background-color css
<style>
a { background-color: #BC4E10; }
a { background-color: rgb(188,78,16); }
div.DivClassName
{
background-color: #BC4E10;
}
.BgClassName
{
background-color: #BC4E10;
}
</style>
border-color css
<style>
span { border-color: #BC4E10; }
span { border-color: rgb(188,78,16); }
td.TdClassName
{
border-color: #BC4E10;
}
.TagClassName
{
border-color: #BC4E10;
}
</style>