Shades of Rust #BC4C03
Tints of Rust #BC4C03
RGB
CMYK
RGB Variations
Color information
#BC4C03 (or 0xBC4C03) is known color: Rust. HEX triplet: BC, 4C and 03. RGB value is (188,76,3). Sum of RGB (Red+Green+Blue) = 188+76+3=267 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.41% from 267); Green value is 76 (30.08% from 255 or 28.46% from 267); Blue value is 3 (1.56% from 255 or 1.12% from 267); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4C03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4C03 is #43B3FC. Grayscale: #656565. Windows color (decimal): -4436989 or 216252. OLE color: 216252.
HSL color Cylindrical-coordinate representation of color #BC4C03: hue angle of 23.68º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC4C03 is Cyan = 0, Magento = 0.60, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 76 | 3 | - |
| CMYK | 0 | 0.60 | 0.98 | 0.26 |
| HSL | 23.68º | 0.97% | 0.37% | - |
| HSV(B) | 23.68º | 0.98% | 0.74% | - |
| XYZ | 23.34 | 15.87 | 1.92 | - |
| YUV | 101.17 | 72.61 | 189.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 76 | 3 | 0 | 0.60 | 0.98 | 0.26 | 23.68 | 0.97 | 0.37 |
| Hex | BC | 4C | 3 | 0 | 3C | 62 | 1A | 18 | 61 | 25 |
| Octal | 274 | 114 | 3 | 0 | 74 | 142 | 32 | 30 | 141 | 45 |
| Binary | 10111100 | 1001100 | 11 | 0 | 111100 | 1100010 | 11010 | 11000 | 1100001 | 100101 |
Color Harmonies of #BC4C03
Complementary color
Monochromatic Colors of #BC4C03
Black with #BC4C03
Text Example
Text Example
White with #BC4C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4C03; }
p { color: rgb(188,76,3); }
H1.HeaderClassName
{
color: #BC4C03;
}
.AnyTagClassName
{
color: #BC4C03;
}
</style>
background-color css
<style>
a { background-color: #BC4C03; }
a { background-color: rgb(188,76,3); }
div.DivClassName
{
background-color: #BC4C03;
}
.BgClassName
{
background-color: #BC4C03;
}
</style>
border-color css
<style>
span { border-color: #BC4C03; }
span { border-color: rgb(188,76,3); }
td.TdClassName
{
border-color: #BC4C03;
}
.TagClassName
{
border-color: #BC4C03;
}
</style>