Shades of Rust #BC4306
Tints of Rust #BC4306
RGB
CMYK
RGB Variations
Color information
#BC4306 (or 0xBC4306) is known color: Rust. HEX triplet: BC, 43 and 06. RGB value is (188,67,6). Sum of RGB (Red+Green+Blue) = 188+67+6=261 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.03% from 261); Green value is 67 (26.56% from 255 or 25.67% from 261); Blue value is 6 (2.73% from 255 or 2.30% from 261); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4306 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4306 is #43BCF9. Grayscale: #606060. Windows color (decimal): -4439290 or 410556. OLE color: 410556.
HSL color Cylindrical-coordinate representation of color #BC4306: hue angle of 20.11º 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 #BC4306 is Cyan = 0, Magento = 0.64, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 67 | 6 | - |
| CMYK | 0 | 0.64 | 0.97 | 0.26 |
| HSL | 20.11º | 0.94% | 0.38% | - |
| HSV(B) | 20.11º | 0.97% | 0.74% | - |
| XYZ | 22.78 | 14.72 | 1.81 | - |
| YUV | 96.23 | 77.09 | 193.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 67 | 6 | 0 | 0.64 | 0.97 | 0.26 | 20.11 | 0.94 | 0.38 |
| Hex | BC | 43 | 6 | 0 | 40 | 61 | 1A | 14 | 5E | 26 |
| Octal | 274 | 103 | 6 | 0 | 100 | 141 | 32 | 24 | 136 | 46 |
| Binary | 10111100 | 1000011 | 110 | 0 | 1000000 | 1100001 | 11010 | 10100 | 1011110 | 100110 |
Color Harmonies of #BC4306
Complementary color
Monochromatic Colors of #BC4306
Black with #BC4306
Text Example
Text Example
White with #BC4306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4306; }
p { color: rgb(188,67,6); }
H1.HeaderClassName
{
color: #BC4306;
}
.AnyTagClassName
{
color: #BC4306;
}
</style>
background-color css
<style>
a { background-color: #BC4306; }
a { background-color: rgb(188,67,6); }
div.DivClassName
{
background-color: #BC4306;
}
.BgClassName
{
background-color: #BC4306;
}
</style>
border-color css
<style>
span { border-color: #BC4306; }
span { border-color: rgb(188,67,6); }
td.TdClassName
{
border-color: #BC4306;
}
.TagClassName
{
border-color: #BC4306;
}
</style>