Shades of Rust #BC4B01
Tints of Rust #BC4B01
RGB
CMYK
RGB Variations
Color information
#BC4B01 (or 0xBC4B01) is known color: Rust. HEX triplet: BC, 4B and 01. RGB value is (188,75,1). Sum of RGB (Red+Green+Blue) = 188+75+1=264 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.21% from 264); Green value is 75 (29.69% from 255 or 28.41% from 264); Blue value is 1 (0.78% from 255 or 0.38% from 264); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4B01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4B01 is #43B4FE. Grayscale: #646464. Windows color (decimal): -4437247 or 84924. OLE color: 84924.
HSL color Cylindrical-coordinate representation of color #BC4B01: hue angle of 23.74º 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 #BC4B01 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 75 | 1 | - |
| CMYK | 0 | 0.60 | 0.99 | 0.26 |
| HSL | 23.74º | 0.99% | 0.37% | - |
| HSV(B) | 23.74º | 0.99% | 0.74% | - |
| XYZ | 23.26 | 15.73 | 1.84 | - |
| YUV | 100.35 | 71.94 | 190.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 75 | 1 | 0 | 0.60 | 0.99 | 0.26 | 23.74 | 0.99 | 0.37 |
| Hex | BC | 4B | 1 | 0 | 3C | 63 | 1A | 18 | 63 | 25 |
| Octal | 274 | 113 | 1 | 0 | 74 | 143 | 32 | 30 | 143 | 45 |
| Binary | 10111100 | 1001011 | 1 | 0 | 111100 | 1100011 | 11010 | 11000 | 1100011 | 100101 |
Color Harmonies of #BC4B01
Complementary color
Monochromatic Colors of #BC4B01
Black with #BC4B01
Text Example
Text Example
White with #BC4B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4B01; }
p { color: rgb(188,75,1); }
H1.HeaderClassName
{
color: #BC4B01;
}
.AnyTagClassName
{
color: #BC4B01;
}
</style>
background-color css
<style>
a { background-color: #BC4B01; }
a { background-color: rgb(188,75,1); }
div.DivClassName
{
background-color: #BC4B01;
}
.BgClassName
{
background-color: #BC4B01;
}
</style>
border-color css
<style>
span { border-color: #BC4B01; }
span { border-color: rgb(188,75,1); }
td.TdClassName
{
border-color: #BC4B01;
}
.TagClassName
{
border-color: #BC4B01;
}
</style>