Shades of Rust #BC4200
Tints of Rust #BC4200
RGB
CMYK
RGB Variations
Color information
#BC4200 (or 0xBC4200) is known color: Rust. HEX triplet: BC, 42 and 00. RGB value is (188,66,0). Sum of RGB (Red+Green+Blue) = 188+66+0=254 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.02% from 254); Green value is 66 (26.17% from 255 or 25.98% from 254); Blue value is 0 (0.39% from 255 or 0% from 254); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4200 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4200 is #43BDFF. Grayscale: #5F5F5F. Windows color (decimal): -4439552 or 17084. OLE color: 17084.
HSL color Cylindrical-coordinate representation of color #BC4200: hue angle of 21.06º 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 #BC4200 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 66 | 0 | - |
| CMYK | 0 | 0.65 | 1 | 0.26 |
| HSL | 21.06º | 1% | 0.37% | - |
| HSV(B) | 21.06º | 1% | 0.74% | - |
| XYZ | 22.69 | 14.59 | 1.62 | - |
| YUV | 94.95 | 74.42 | 194.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 66 | 0 | 0 | 0.65 | 1 | 0.26 | 21.06 | 1 | 0.37 |
| Hex | BC | 42 | 0 | 0 | 41 | 64 | 1A | 15 | 64 | 25 |
| Octal | 274 | 102 | 0 | 0 | 101 | 144 | 32 | 25 | 144 | 45 |
| Binary | 10111100 | 1000010 | 0 | 0 | 1000001 | 1100100 | 11010 | 10101 | 1100100 | 100101 |
Color Harmonies of #BC4200
Complementary color
Monochromatic Colors of #BC4200
Black with #BC4200
Text Example
Text Example
White with #BC4200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4200; }
p { color: rgb(188,66,0); }
H1.HeaderClassName
{
color: #BC4200;
}
.AnyTagClassName
{
color: #BC4200;
}
</style>
background-color css
<style>
a { background-color: #BC4200; }
a { background-color: rgb(188,66,0); }
div.DivClassName
{
background-color: #BC4200;
}
.BgClassName
{
background-color: #BC4200;
}
</style>
border-color css
<style>
span { border-color: #BC4200; }
span { border-color: rgb(188,66,0); }
td.TdClassName
{
border-color: #BC4200;
}
.TagClassName
{
border-color: #BC4200;
}
</style>