Shades of Rust #BC3D06
Tints of Rust #BC3D06
RGB
CMYK
RGB Variations
Color information
#BC3D06 (or 0xBC3D06) is known color: Rust. HEX triplet: BC, 3D and 06. RGB value is (188,61,6). Sum of RGB (Red+Green+Blue) = 188+61+6=255 (33% of max value = 765). Red value is 188 (73.83% from 255 or 73.73% from 255); Green value is 61 (24.22% from 255 or 23.92% from 255); Blue value is 6 (2.73% from 255 or 2.35% from 255); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3D06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3D06 is #43C2F9. Grayscale: #5D5D5D. Windows color (decimal): -4440826 or 409020. OLE color: 409020.
HSL color Cylindrical-coordinate representation of color #BC3D06: hue angle of 18.13º 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 #BC3D06 is Cyan = 0, Magento = 0.68, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 61 | 6 | - |
| CMYK | 0 | 0.68 | 0.97 | 0.26 |
| HSL | 18.13º | 0.94% | 0.38% | - |
| HSV(B) | 18.13º | 0.97% | 0.74% | - |
| XYZ | 22.44 | 14.04 | 1.7 | - |
| YUV | 92.7 | 79.08 | 195.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 61 | 6 | 0 | 0.68 | 0.97 | 0.26 | 18.13 | 0.94 | 0.38 |
| Hex | BC | 3D | 6 | 0 | 44 | 61 | 1A | 12 | 5E | 26 |
| Octal | 274 | 75 | 6 | 0 | 104 | 141 | 32 | 22 | 136 | 46 |
| Binary | 10111100 | 111101 | 110 | 0 | 1000100 | 1100001 | 11010 | 10010 | 1011110 | 100110 |
Color Harmonies of #BC3D06
Complementary color
Monochromatic Colors of #BC3D06
Black with #BC3D06
Text Example
Text Example
White with #BC3D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3D06; }
p { color: rgb(188,61,6); }
H1.HeaderClassName
{
color: #BC3D06;
}
.AnyTagClassName
{
color: #BC3D06;
}
</style>
background-color css
<style>
a { background-color: #BC3D06; }
a { background-color: rgb(188,61,6); }
div.DivClassName
{
background-color: #BC3D06;
}
.BgClassName
{
background-color: #BC3D06;
}
</style>
border-color css
<style>
span { border-color: #BC3D06; }
span { border-color: rgb(188,61,6); }
td.TdClassName
{
border-color: #BC3D06;
}
.TagClassName
{
border-color: #BC3D06;
}
</style>