Shades of Rust #BC4007
Tints of Rust #BC4007
RGB
CMYK
RGB Variations
Color information
#BC4007 (or 0xBC4007) is known color: Rust. HEX triplet: BC, 40 and 07. RGB value is (188,64,7). Sum of RGB (Red+Green+Blue) = 188+64+7=259 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.59% from 259); Green value is 64 (25.39% from 255 or 24.71% from 259); Blue value is 7 (3.12% from 255 or 2.70% from 259); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4007 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4007 is #43BFF8. Grayscale: #5E5E5E. Windows color (decimal): -4440057 or 475324. OLE color: 475324.
HSL color Cylindrical-coordinate representation of color #BC4007: hue angle of 18.9º 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 #BC4007 is Cyan = 0, Magento = 0.66, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 64 | 7 | - |
| CMYK | 0 | 0.66 | 0.96 | 0.26 |
| HSL | 18.9º | 0.93% | 0.38% | - |
| HSV(B) | 18.9º | 0.96% | 0.74% | - |
| XYZ | 22.61 | 14.37 | 1.78 | - |
| YUV | 94.58 | 78.58 | 194.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 64 | 7 | 0 | 0.66 | 0.96 | 0.26 | 18.9 | 0.93 | 0.38 |
| Hex | BC | 40 | 7 | 0 | 42 | 60 | 1A | 13 | 5D | 26 |
| Octal | 274 | 100 | 7 | 0 | 102 | 140 | 32 | 23 | 135 | 46 |
| Binary | 10111100 | 1000000 | 111 | 0 | 1000010 | 1100000 | 11010 | 10011 | 1011101 | 100110 |
Color Harmonies of #BC4007
Complementary color
Monochromatic Colors of #BC4007
Black with #BC4007
Text Example
Text Example
White with #BC4007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4007; }
p { color: rgb(188,64,7); }
H1.HeaderClassName
{
color: #BC4007;
}
.AnyTagClassName
{
color: #BC4007;
}
</style>
background-color css
<style>
a { background-color: #BC4007; }
a { background-color: rgb(188,64,7); }
div.DivClassName
{
background-color: #BC4007;
}
.BgClassName
{
background-color: #BC4007;
}
</style>
border-color css
<style>
span { border-color: #BC4007; }
span { border-color: rgb(188,64,7); }
td.TdClassName
{
border-color: #BC4007;
}
.TagClassName
{
border-color: #BC4007;
}
</style>