Shades of Rust #BC4606
Tints of Rust #BC4606
RGB
CMYK
RGB Variations
Color information
#BC4606 (or 0xBC4606) is known color: Rust. HEX triplet: BC, 46 and 06. RGB value is (188,70,6). Sum of RGB (Red+Green+Blue) = 188+70+6=264 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.21% from 264); Green value is 70 (27.73% from 255 or 26.52% from 264); Blue value is 6 (2.73% from 255 or 2.27% from 264); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4606 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4606 is #43B9F9. Grayscale: #626262. Windows color (decimal): -4438522 or 411324. OLE color: 411324.
HSL color Cylindrical-coordinate representation of color #BC4606: hue angle of 21.1º degrees, saturation: 0.94, 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 #BC4606 is Cyan = 0, Magento = 0.63, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 70 | 6 | - |
| CMYK | 0 | 0.63 | 0.97 | 0.26 |
| HSL | 21.1º | 0.94% | 0.38% | - |
| HSV(B) | 21.1º | 0.97% | 0.74% | - |
| XYZ | 22.96 | 15.08 | 1.87 | - |
| YUV | 97.99 | 76.09 | 192.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 70 | 6 | 0 | 0.63 | 0.97 | 0.26 | 21.1 | 0.94 | 0.38 |
| Hex | BC | 46 | 6 | 0 | 3F | 61 | 1A | 15 | 5E | 26 |
| Octal | 274 | 106 | 6 | 0 | 77 | 141 | 32 | 25 | 136 | 46 |
| Binary | 10111100 | 1000110 | 110 | 0 | 111111 | 1100001 | 11010 | 10101 | 1011110 | 100110 |
Color Harmonies of #BC4606
Complementary color
Monochromatic Colors of #BC4606
Black with #BC4606
Text Example
Text Example
White with #BC4606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4606; }
p { color: rgb(188,70,6); }
H1.HeaderClassName
{
color: #BC4606;
}
.AnyTagClassName
{
color: #BC4606;
}
</style>
background-color css
<style>
a { background-color: #BC4606; }
a { background-color: rgb(188,70,6); }
div.DivClassName
{
background-color: #BC4606;
}
.BgClassName
{
background-color: #BC4606;
}
</style>
border-color css
<style>
span { border-color: #BC4606; }
span { border-color: rgb(188,70,6); }
td.TdClassName
{
border-color: #BC4606;
}
.TagClassName
{
border-color: #BC4606;
}
</style>