Shades of Rust #BC4C02
Tints of Rust #BC4C02
RGB
CMYK
RGB Variations
Color information
#BC4C02 (or 0xBC4C02) is known color: Rust. HEX triplet: BC, 4C and 02. RGB value is (188,76,2). Sum of RGB (Red+Green+Blue) = 188+76+2=266 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.68% from 266); Green value is 76 (30.08% from 255 or 28.57% from 266); Blue value is 2 (1.17% from 255 or 0.75% from 266); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4C02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4C02 is #43B3FD. Grayscale: #656565. Windows color (decimal): -4436990 or 150716. OLE color: 150716.
HSL color Cylindrical-coordinate representation of color #BC4C02: hue angle of 23.87º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC4C02 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 76 | 2 | - |
| CMYK | 0 | 0.60 | 0.99 | 0.26 |
| HSL | 23.87º | 0.98% | 0.37% | - |
| HSV(B) | 23.87º | 0.99% | 0.74% | - |
| XYZ | 23.33 | 15.86 | 1.89 | - |
| YUV | 101.05 | 72.11 | 190.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 76 | 2 | 0 | 0.60 | 0.99 | 0.26 | 23.87 | 0.98 | 0.37 |
| Hex | BC | 4C | 2 | 0 | 3C | 63 | 1A | 18 | 62 | 25 |
| Octal | 274 | 114 | 2 | 0 | 74 | 143 | 32 | 30 | 142 | 45 |
| Binary | 10111100 | 1001100 | 10 | 0 | 111100 | 1100011 | 11010 | 11000 | 1100010 | 100101 |
Color Harmonies of #BC4C02
Complementary color
Monochromatic Colors of #BC4C02
Black with #BC4C02
Text Example
Text Example
White with #BC4C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4C02; }
p { color: rgb(188,76,2); }
H1.HeaderClassName
{
color: #BC4C02;
}
.AnyTagClassName
{
color: #BC4C02;
}
</style>
background-color css
<style>
a { background-color: #BC4C02; }
a { background-color: rgb(188,76,2); }
div.DivClassName
{
background-color: #BC4C02;
}
.BgClassName
{
background-color: #BC4C02;
}
</style>
border-color css
<style>
span { border-color: #BC4C02; }
span { border-color: rgb(188,76,2); }
td.TdClassName
{
border-color: #BC4C02;
}
.TagClassName
{
border-color: #BC4C02;
}
</style>