Shades of Rust #BC4500
Tints of Rust #BC4500
RGB
CMYK
RGB Variations
Color information
#BC4500 (or 0xBC4500) is known color: Rust. HEX triplet: BC, 45 and 00. RGB value is (188,69,0). Sum of RGB (Red+Green+Blue) = 188+69+0=257 (34% of max value = 765). Red value is 188 (73.83% from 255 or 73.15% from 257); Green value is 69 (27.34% from 255 or 26.85% from 257); Blue value is 0 (0.39% from 255 or 0% from 257); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4500 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4500 is #43BAFF. Grayscale: #616161. Windows color (decimal): -4438784 or 17852. OLE color: 17852.
HSL color Cylindrical-coordinate representation of color #BC4500: hue angle of 22.02º 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 #BC4500 is Cyan = 0, Magento = 0.63, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 69 | 0 | - |
| CMYK | 0 | 0.63 | 1 | 0.26 |
| HSL | 22.02º | 1% | 0.37% | - |
| HSV(B) | 22.02º | 1% | 0.74% | - |
| XYZ | 22.87 | 14.95 | 1.68 | - |
| YUV | 96.72 | 73.42 | 193.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 69 | 0 | 0 | 0.63 | 1 | 0.26 | 22.02 | 1 | 0.37 |
| Hex | BC | 45 | 0 | 0 | 3F | 64 | 1A | 16 | 64 | 25 |
| Octal | 274 | 105 | 0 | 0 | 77 | 144 | 32 | 26 | 144 | 45 |
| Binary | 10111100 | 1000101 | 0 | 0 | 111111 | 1100100 | 11010 | 10110 | 1100100 | 100101 |
Color Harmonies of #BC4500
Complementary color
Monochromatic Colors of #BC4500
Black with #BC4500
Text Example
Text Example
White with #BC4500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4500; }
p { color: rgb(188,69,0); }
H1.HeaderClassName
{
color: #BC4500;
}
.AnyTagClassName
{
color: #BC4500;
}
</style>
background-color css
<style>
a { background-color: #BC4500; }
a { background-color: rgb(188,69,0); }
div.DivClassName
{
background-color: #BC4500;
}
.BgClassName
{
background-color: #BC4500;
}
</style>
border-color css
<style>
span { border-color: #BC4500; }
span { border-color: rgb(188,69,0); }
td.TdClassName
{
border-color: #BC4500;
}
.TagClassName
{
border-color: #BC4500;
}
</style>