Shades of Rust #BC3D04
Tints of Rust #BC3D04
RGB
CMYK
RGB Variations
Color information
#BC3D04 (or 0xBC3D04) is known color: Rust. HEX triplet: BC, 3D and 04. RGB value is (188,61,4). Sum of RGB (Red+Green+Blue) = 188+61+4=253 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.31% from 253); Green value is 61 (24.22% from 255 or 24.11% from 253); Blue value is 4 (1.95% from 255 or 1.58% from 253); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3D04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3D04 is #43C2FB. Grayscale: #5C5C5C. Windows color (decimal): -4440828 or 277948. OLE color: 277948.
HSL color Cylindrical-coordinate representation of color #BC3D04: hue angle of 18.59º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC3D04 is Cyan = 0, Magento = 0.68, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 61 | 4 | - |
| CMYK | 0 | 0.68 | 0.98 | 0.26 |
| HSL | 18.59º | 0.96% | 0.38% | - |
| HSV(B) | 18.59º | 0.98% | 0.74% | - |
| XYZ | 22.43 | 14.04 | 1.64 | - |
| YUV | 92.48 | 78.08 | 196.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 61 | 4 | 0 | 0.68 | 0.98 | 0.26 | 18.59 | 0.96 | 0.38 |
| Hex | BC | 3D | 4 | 0 | 44 | 62 | 1A | 13 | 60 | 26 |
| Octal | 274 | 75 | 4 | 0 | 104 | 142 | 32 | 23 | 140 | 46 |
| Binary | 10111100 | 111101 | 100 | 0 | 1000100 | 1100010 | 11010 | 10011 | 1100000 | 100110 |
Color Harmonies of #BC3D04
Complementary color
Monochromatic Colors of #BC3D04
Black with #BC3D04
Text Example
Text Example
White with #BC3D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3D04; }
p { color: rgb(188,61,4); }
H1.HeaderClassName
{
color: #BC3D04;
}
.AnyTagClassName
{
color: #BC3D04;
}
</style>
background-color css
<style>
a { background-color: #BC3D04; }
a { background-color: rgb(188,61,4); }
div.DivClassName
{
background-color: #BC3D04;
}
.BgClassName
{
background-color: #BC3D04;
}
</style>
border-color css
<style>
span { border-color: #BC3D04; }
span { border-color: rgb(188,61,4); }
td.TdClassName
{
border-color: #BC3D04;
}
.TagClassName
{
border-color: #BC3D04;
}
</style>