Shades of Rust #BC4100
Tints of Rust #BC4100
RGB
CMYK
RGB Variations
Color information
#BC4100 (or 0xBC4100) is known color: Rust. HEX triplet: BC, 41 and 00. RGB value is (188,65,0). Sum of RGB (Red+Green+Blue) = 188+65+0=253 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.31% from 253); Green value is 65 (25.78% from 255 or 25.69% from 253); Blue value is 0 (0.39% from 255 or 0% from 253); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4100 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4100 is #43BEFF. Grayscale: #5E5E5E. Windows color (decimal): -4439808 or 16828. OLE color: 16828.
HSL color Cylindrical-coordinate representation of color #BC4100: hue angle of 20.74º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC4100 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 65 | 0 | - |
| CMYK | 0 | 0.65 | 1 | 0.26 |
| HSL | 20.74º | 1% | 0.37% | - |
| HSV(B) | 20.74º | 1% | 0.74% | - |
| XYZ | 22.63 | 14.47 | 1.6 | - |
| YUV | 94.37 | 74.75 | 194.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 65 | 0 | 0 | 0.65 | 1 | 0.26 | 20.74 | 1 | 0.37 |
| Hex | BC | 41 | 0 | 0 | 41 | 64 | 1A | 15 | 64 | 25 |
| Octal | 274 | 101 | 0 | 0 | 101 | 144 | 32 | 25 | 144 | 45 |
| Binary | 10111100 | 1000001 | 0 | 0 | 1000001 | 1100100 | 11010 | 10101 | 1100100 | 100101 |
Color Harmonies of #BC4100
Complementary color
Monochromatic Colors of #BC4100
Black with #BC4100
Text Example
Text Example
White with #BC4100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4100; }
p { color: rgb(188,65,0); }
H1.HeaderClassName
{
color: #BC4100;
}
.AnyTagClassName
{
color: #BC4100;
}
</style>
background-color css
<style>
a { background-color: #BC4100; }
a { background-color: rgb(188,65,0); }
div.DivClassName
{
background-color: #BC4100;
}
.BgClassName
{
background-color: #BC4100;
}
</style>
border-color css
<style>
span { border-color: #BC4100; }
span { border-color: rgb(188,65,0); }
td.TdClassName
{
border-color: #BC4100;
}
.TagClassName
{
border-color: #BC4100;
}
</style>