Shades of Rust #BC3D07
Tints of Rust #BC3D07
RGB
CMYK
RGB Variations
Color information
#BC3D07 (or 0xBC3D07) is known color: Rust. HEX triplet: BC, 3D and 07. RGB value is (188,61,7). Sum of RGB (Red+Green+Blue) = 188+61+7=256 (33% of max value = 765). Red value is 188 (73.83% from 255 or 73.44% from 256); Green value is 61 (24.22% from 255 or 23.83% from 256); Blue value is 7 (3.12% from 255 or 2.73% from 256); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3D07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3D07 is #43C2F8. Grayscale: #5D5D5D. Windows color (decimal): -4440825 or 474556. OLE color: 474556.
HSL color Cylindrical-coordinate representation of color #BC3D07: hue angle of 17.9º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC3D07 is Cyan = 0, Magento = 0.68, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 61 | 7 | - |
| CMYK | 0 | 0.68 | 0.96 | 0.26 |
| HSL | 17.9º | 0.93% | 0.38% | - |
| HSV(B) | 17.9º | 0.96% | 0.74% | - |
| XYZ | 22.45 | 14.04 | 1.73 | - |
| YUV | 92.82 | 79.58 | 195.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 61 | 7 | 0 | 0.68 | 0.96 | 0.26 | 17.9 | 0.93 | 0.38 |
| Hex | BC | 3D | 7 | 0 | 44 | 60 | 1A | 12 | 5D | 26 |
| Octal | 274 | 75 | 7 | 0 | 104 | 140 | 32 | 22 | 135 | 46 |
| Binary | 10111100 | 111101 | 111 | 0 | 1000100 | 1100000 | 11010 | 10010 | 1011101 | 100110 |
Color Harmonies of #BC3D07
Complementary color
Monochromatic Colors of #BC3D07
Black with #BC3D07
Text Example
Text Example
White with #BC3D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3D07; }
p { color: rgb(188,61,7); }
H1.HeaderClassName
{
color: #BC3D07;
}
.AnyTagClassName
{
color: #BC3D07;
}
</style>
background-color css
<style>
a { background-color: #BC3D07; }
a { background-color: rgb(188,61,7); }
div.DivClassName
{
background-color: #BC3D07;
}
.BgClassName
{
background-color: #BC3D07;
}
</style>
border-color css
<style>
span { border-color: #BC3D07; }
span { border-color: rgb(188,61,7); }
td.TdClassName
{
border-color: #BC3D07;
}
.TagClassName
{
border-color: #BC3D07;
}
</style>