Shades of Rust #BC4C01
Tints of Rust #BC4C01
RGB
CMYK
RGB Variations
Color information
#BC4C01 (or 0xBC4C01) is known color: Rust. HEX triplet: BC, 4C and 01. RGB value is (188,76,1). Sum of RGB (Red+Green+Blue) = 188+76+1=265 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.94% from 265); Green value is 76 (30.08% from 255 or 28.68% from 265); Blue value is 1 (0.78% from 255 or 0.38% from 265); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4C01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4C01 is #43B3FE. Grayscale: #656565. Windows color (decimal): -4436991 or 85180. OLE color: 85180.
HSL color Cylindrical-coordinate representation of color #BC4C01: hue angle of 24.06º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC4C01 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 76 | 1 | - |
| CMYK | 0 | 0.60 | 0.99 | 0.26 |
| HSL | 24.06º | 0.99% | 0.37% | - |
| HSV(B) | 24.06º | 0.99% | 0.74% | - |
| XYZ | 23.33 | 15.86 | 1.86 | - |
| YUV | 100.94 | 71.61 | 190.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 76 | 1 | 0 | 0.60 | 0.99 | 0.26 | 24.06 | 0.99 | 0.37 |
| Hex | BC | 4C | 1 | 0 | 3C | 63 | 1A | 18 | 63 | 25 |
| Octal | 274 | 114 | 1 | 0 | 74 | 143 | 32 | 30 | 143 | 45 |
| Binary | 10111100 | 1001100 | 1 | 0 | 111100 | 1100011 | 11010 | 11000 | 1100011 | 100101 |
Color Harmonies of #BC4C01
Complementary color
Monochromatic Colors of #BC4C01
Black with #BC4C01
Text Example
Text Example
White with #BC4C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4C01; }
p { color: rgb(188,76,1); }
H1.HeaderClassName
{
color: #BC4C01;
}
.AnyTagClassName
{
color: #BC4C01;
}
</style>
background-color css
<style>
a { background-color: #BC4C01; }
a { background-color: rgb(188,76,1); }
div.DivClassName
{
background-color: #BC4C01;
}
.BgClassName
{
background-color: #BC4C01;
}
</style>
border-color css
<style>
span { border-color: #BC4C01; }
span { border-color: rgb(188,76,1); }
td.TdClassName
{
border-color: #BC4C01;
}
.TagClassName
{
border-color: #BC4C01;
}
</style>