Shades of Rust #BC5007
Tints of Rust #BC5007
RGB
CMYK
RGB Variations
Color information
#BC5007 (or 0xBC5007) is known color: Rust. HEX triplet: BC, 50 and 07. RGB value is (188,80,7). Sum of RGB (Red+Green+Blue) = 188+80+7=275 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.36% from 275); Green value is 80 (31.64% from 255 or 29.09% from 275); Blue value is 7 (3.12% from 255 or 2.55% from 275); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5007 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5007 is #43AFF8. Grayscale: #686868. Windows color (decimal): -4435961 or 479420. OLE color: 479420.
HSL color Cylindrical-coordinate representation of color #BC5007: hue angle of 24.2º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC5007 is Cyan = 0, Magento = 0.57, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 80 | 7 | - |
| CMYK | 0 | 0.57 | 0.96 | 0.26 |
| HSL | 24.2º | 0.93% | 0.38% | - |
| HSV(B) | 24.2º | 0.96% | 0.74% | - |
| XYZ | 23.65 | 16.44 | 2.13 | - |
| YUV | 103.97 | 73.28 | 187.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 80 | 7 | 0 | 0.57 | 0.96 | 0.26 | 24.2 | 0.93 | 0.38 |
| Hex | BC | 50 | 7 | 0 | 39 | 60 | 1A | 18 | 5D | 26 |
| Octal | 274 | 120 | 7 | 0 | 71 | 140 | 32 | 30 | 135 | 46 |
| Binary | 10111100 | 1010000 | 111 | 0 | 111001 | 1100000 | 11010 | 11000 | 1011101 | 100110 |
Color Harmonies of #BC5007
Complementary color
Monochromatic Colors of #BC5007
Black with #BC5007
Text Example
Text Example
White with #BC5007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5007; }
p { color: rgb(188,80,7); }
H1.HeaderClassName
{
color: #BC5007;
}
.AnyTagClassName
{
color: #BC5007;
}
</style>
background-color css
<style>
a { background-color: #BC5007; }
a { background-color: rgb(188,80,7); }
div.DivClassName
{
background-color: #BC5007;
}
.BgClassName
{
background-color: #BC5007;
}
</style>
border-color css
<style>
span { border-color: #BC5007; }
span { border-color: rgb(188,80,7); }
td.TdClassName
{
border-color: #BC5007;
}
.TagClassName
{
border-color: #BC5007;
}
</style>