Shades of Rust #BC4005
Tints of Rust #BC4005
RGB
CMYK
RGB Variations
Color information
#BC4005 (or 0xBC4005) is known color: Rust. HEX triplet: BC, 40 and 05. RGB value is (188,64,5). Sum of RGB (Red+Green+Blue) = 188+64+5=257 (34% of max value = 765). Red value is 188 (73.83% from 255 or 73.15% from 257); Green value is 64 (25.39% from 255 or 24.90% from 257); Blue value is 5 (2.34% from 255 or 1.95% from 257); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4005 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4005 is #43BFFA. Grayscale: #5E5E5E. Windows color (decimal): -4440059 or 344252. OLE color: 344252.
HSL color Cylindrical-coordinate representation of color #BC4005: hue angle of 19.34º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC4005 is Cyan = 0, Magento = 0.66, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 64 | 5 | - |
| CMYK | 0 | 0.66 | 0.97 | 0.26 |
| HSL | 19.34º | 0.95% | 0.38% | - |
| HSV(B) | 19.34º | 0.97% | 0.74% | - |
| XYZ | 22.6 | 14.37 | 1.73 | - |
| YUV | 94.35 | 77.58 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 64 | 5 | 0 | 0.66 | 0.97 | 0.26 | 19.34 | 0.95 | 0.38 |
| Hex | BC | 40 | 5 | 0 | 42 | 61 | 1A | 13 | 5F | 26 |
| Octal | 274 | 100 | 5 | 0 | 102 | 141 | 32 | 23 | 137 | 46 |
| Binary | 10111100 | 1000000 | 101 | 0 | 1000010 | 1100001 | 11010 | 10011 | 1011111 | 100110 |
Color Harmonies of #BC4005
Complementary color
Monochromatic Colors of #BC4005
Black with #BC4005
Text Example
Text Example
White with #BC4005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4005; }
p { color: rgb(188,64,5); }
H1.HeaderClassName
{
color: #BC4005;
}
.AnyTagClassName
{
color: #BC4005;
}
</style>
background-color css
<style>
a { background-color: #BC4005; }
a { background-color: rgb(188,64,5); }
div.DivClassName
{
background-color: #BC4005;
}
.BgClassName
{
background-color: #BC4005;
}
</style>
border-color css
<style>
span { border-color: #BC4005; }
span { border-color: rgb(188,64,5); }
td.TdClassName
{
border-color: #BC4005;
}
.TagClassName
{
border-color: #BC4005;
}
</style>