Shades of Rust #BC4B00
Tints of Rust #BC4B00
RGB
CMYK
RGB Variations
Color information
#BC4B00 (or 0xBC4B00) is known color: Rust. HEX triplet: BC, 4B and 00. RGB value is (188,75,0). Sum of RGB (Red+Green+Blue) = 188+75+0=263 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.48% from 263); Green value is 75 (29.69% from 255 or 28.52% from 263); Blue value is 0 (0.39% from 255 or 0% from 263); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4B00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4B00 is #43B4FF. Grayscale: #646464. Windows color (decimal): -4437248 or 19388. OLE color: 19388.
HSL color Cylindrical-coordinate representation of color #BC4B00: hue angle of 23.94º 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 #BC4B00 is Cyan = 0, Magento = 0.60, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 75 | 0 | - |
| CMYK | 0 | 0.60 | 1 | 0.26 |
| HSL | 23.94º | 1% | 0.37% | - |
| HSV(B) | 23.94º | 1% | 0.74% | - |
| XYZ | 23.26 | 15.72 | 1.81 | - |
| YUV | 100.24 | 71.44 | 190.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 75 | 0 | 0 | 0.60 | 1 | 0.26 | 23.94 | 1 | 0.37 |
| Hex | BC | 4B | 0 | 0 | 3C | 64 | 1A | 18 | 64 | 25 |
| Octal | 274 | 113 | 0 | 0 | 74 | 144 | 32 | 30 | 144 | 45 |
| Binary | 10111100 | 1001011 | 0 | 0 | 111100 | 1100100 | 11010 | 11000 | 1100100 | 100101 |
Color Harmonies of #BC4B00
Complementary color
Monochromatic Colors of #BC4B00
Black with #BC4B00
Text Example
Text Example
White with #BC4B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4B00; }
p { color: rgb(188,75,0); }
H1.HeaderClassName
{
color: #BC4B00;
}
.AnyTagClassName
{
color: #BC4B00;
}
</style>
background-color css
<style>
a { background-color: #BC4B00; }
a { background-color: rgb(188,75,0); }
div.DivClassName
{
background-color: #BC4B00;
}
.BgClassName
{
background-color: #BC4B00;
}
</style>
border-color css
<style>
span { border-color: #BC4B00; }
span { border-color: rgb(188,75,0); }
td.TdClassName
{
border-color: #BC4B00;
}
.TagClassName
{
border-color: #BC4B00;
}
</style>