Shades of Rust #BC4010
Tints of Rust #BC4010
RGB
CMYK
RGB Variations
Color information
#BC4010 (or 0xBC4010) is known color: Rust. HEX triplet: BC, 40 and 10. RGB value is (188,64,16). Sum of RGB (Red+Green+Blue) = 188+64+16=268 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.15% from 268); Green value is 64 (25.39% from 255 or 23.88% from 268); Blue value is 16 (6.64% from 255 or 5.97% from 268); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4010 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4010 is #43BFEF. Grayscale: #5F5F5F. Windows color (decimal): -4440048 or 1065148. OLE color: 1065148.
HSL color Cylindrical-coordinate representation of color #BC4010: hue angle of 16.74º 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 #BC4010 is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 64 | 16 | - |
| CMYK | 0 | 0.66 | 0.91 | 0.26 |
| HSL | 16.74º | 0.84% | 0.4% | - |
| HSV(B) | 16.74º | 0.91% | 0.74% | - |
| XYZ | 22.67 | 14.4 | 2.07 | - |
| YUV | 95.6 | 83.08 | 193.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 64 | 16 | 0 | 0.66 | 0.91 | 0.26 | 16.74 | 0.84 | 0.4 |
| Hex | BC | 40 | 10 | 0 | 42 | 5B | 1A | 11 | 54 | 28 |
| Octal | 274 | 100 | 20 | 0 | 102 | 133 | 32 | 21 | 124 | 50 |
| Binary | 10111100 | 1000000 | 10000 | 0 | 1000010 | 1011011 | 11010 | 10001 | 1010100 | 101000 |
Color Harmonies of #BC4010
Complementary color
Monochromatic Colors of #BC4010
Black with #BC4010
Text Example
Text Example
White with #BC4010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4010; }
p { color: rgb(188,64,16); }
H1.HeaderClassName
{
color: #BC4010;
}
.AnyTagClassName
{
color: #BC4010;
}
</style>
background-color css
<style>
a { background-color: #BC4010; }
a { background-color: rgb(188,64,16); }
div.DivClassName
{
background-color: #BC4010;
}
.BgClassName
{
background-color: #BC4010;
}
</style>
border-color css
<style>
span { border-color: #BC4010; }
span { border-color: rgb(188,64,16); }
td.TdClassName
{
border-color: #BC4010;
}
.TagClassName
{
border-color: #BC4010;
}
</style>