Shades of Rust #BC3206
Tints of Rust #BC3206
RGB
CMYK
RGB Variations
Color information
#BC3206 (or 0xBC3206) is known color: Rust. HEX triplet: BC, 32 and 06. RGB value is (188,50,6). Sum of RGB (Red+Green+Blue) = 188+50+6=244 (32% of max value = 765). Red value is 188 (73.83% from 255 or 77.05% from 244); Green value is 50 (19.92% from 255 or 20.49% from 244); Blue value is 6 (2.73% from 255 or 2.46% from 244); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3206 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3206 is #43CDF9. Grayscale: #565656. Windows color (decimal): -4443642 or 406204. OLE color: 406204.
HSL color Cylindrical-coordinate representation of color #BC3206: hue angle of 14.51º 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 #BC3206 is Cyan = 0, Magento = 0.73, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 50 | 6 | - |
| CMYK | 0 | 0.73 | 0.97 | 0.26 |
| HSL | 14.51º | 0.94% | 0.38% | - |
| HSV(B) | 14.51º | 0.97% | 0.74% | - |
| XYZ | 21.91 | 12.99 | 1.52 | - |
| YUV | 86.25 | 82.72 | 200.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 50 | 6 | 0 | 0.73 | 0.97 | 0.26 | 14.51 | 0.94 | 0.38 |
| Hex | BC | 32 | 6 | 0 | 49 | 61 | 1A | F | 5E | 26 |
| Octal | 274 | 62 | 6 | 0 | 111 | 141 | 32 | 17 | 136 | 46 |
| Binary | 10111100 | 110010 | 110 | 0 | 1001001 | 1100001 | 11010 | 1111 | 1011110 | 100110 |
Color Harmonies of #BC3206
Complementary color
Monochromatic Colors of #BC3206
Black with #BC3206
Text Example
Text Example
White with #BC3206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3206; }
p { color: rgb(188,50,6); }
H1.HeaderClassName
{
color: #BC3206;
}
.AnyTagClassName
{
color: #BC3206;
}
</style>
background-color css
<style>
a { background-color: #BC3206; }
a { background-color: rgb(188,50,6); }
div.DivClassName
{
background-color: #BC3206;
}
.BgClassName
{
background-color: #BC3206;
}
</style>
border-color css
<style>
span { border-color: #BC3206; }
span { border-color: rgb(188,50,6); }
td.TdClassName
{
border-color: #BC3206;
}
.TagClassName
{
border-color: #BC3206;
}
</style>