Shades of Rust #BC4900
Tints of Rust #BC4900
RGB
CMYK
RGB Variations
Color information
#BC4900 (or 0xBC4900) is known color: Rust. HEX triplet: BC, 49 and 00. RGB value is (188,73,0). Sum of RGB (Red+Green+Blue) = 188+73+0=261 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.03% from 261); Green value is 73 (28.91% from 255 or 27.97% from 261); Blue value is 0 (0.39% from 255 or 0% from 261); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4900 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4900 is #43B6FF. Grayscale: #636363. Windows color (decimal): -4437760 or 18876. OLE color: 18876.
HSL color Cylindrical-coordinate representation of color #BC4900: hue angle of 23.3º 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 #BC4900 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 73 | 0 | - |
| CMYK | 0 | 0.61 | 1 | 0.26 |
| HSL | 23.3º | 1% | 0.37% | - |
| HSV(B) | 23.3º | 1% | 0.74% | - |
| XYZ | 23.12 | 15.46 | 1.76 | - |
| YUV | 99.06 | 72.1 | 191.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 73 | 0 | 0 | 0.61 | 1 | 0.26 | 23.3 | 1 | 0.37 |
| Hex | BC | 49 | 0 | 0 | 3D | 64 | 1A | 17 | 64 | 25 |
| Octal | 274 | 111 | 0 | 0 | 75 | 144 | 32 | 27 | 144 | 45 |
| Binary | 10111100 | 1001001 | 0 | 0 | 111101 | 1100100 | 11010 | 10111 | 1100100 | 100101 |
Color Harmonies of #BC4900
Complementary color
Monochromatic Colors of #BC4900
Black with #BC4900
Text Example
Text Example
White with #BC4900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4900; }
p { color: rgb(188,73,0); }
H1.HeaderClassName
{
color: #BC4900;
}
.AnyTagClassName
{
color: #BC4900;
}
</style>
background-color css
<style>
a { background-color: #BC4900; }
a { background-color: rgb(188,73,0); }
div.DivClassName
{
background-color: #BC4900;
}
.BgClassName
{
background-color: #BC4900;
}
</style>
border-color css
<style>
span { border-color: #BC4900; }
span { border-color: rgb(188,73,0); }
td.TdClassName
{
border-color: #BC4900;
}
.TagClassName
{
border-color: #BC4900;
}
</style>