Shades of Rust #BC3B04
Tints of Rust #BC3B04
RGB
CMYK
RGB Variations
Color information
#BC3B04 (or 0xBC3B04) is known color: Rust. HEX triplet: BC, 3B and 04. RGB value is (188,59,4). Sum of RGB (Red+Green+Blue) = 188+59+4=251 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.90% from 251); Green value is 59 (23.44% from 255 or 23.51% from 251); Blue value is 4 (1.95% from 255 or 1.59% from 251); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3B04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3B04 is #43C4FB. Grayscale: #5B5B5B. Windows color (decimal): -4441340 or 277436. OLE color: 277436.
HSL color Cylindrical-coordinate representation of color #BC3B04: hue angle of 17.93º 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 #BC3B04 is Cyan = 0, Magento = 0.69, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 59 | 4 | - |
| CMYK | 0 | 0.69 | 0.98 | 0.26 |
| HSL | 17.93º | 0.96% | 0.38% | - |
| HSV(B) | 17.93º | 0.98% | 0.74% | - |
| XYZ | 22.32 | 13.83 | 1.61 | - |
| YUV | 91.3 | 78.74 | 196.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 59 | 4 | 0 | 0.69 | 0.98 | 0.26 | 17.93 | 0.96 | 0.38 |
| Hex | BC | 3B | 4 | 0 | 45 | 62 | 1A | 12 | 60 | 26 |
| Octal | 274 | 73 | 4 | 0 | 105 | 142 | 32 | 22 | 140 | 46 |
| Binary | 10111100 | 111011 | 100 | 0 | 1000101 | 1100010 | 11010 | 10010 | 1100000 | 100110 |
Color Harmonies of #BC3B04
Complementary color
Monochromatic Colors of #BC3B04
Black with #BC3B04
Text Example
Text Example
White with #BC3B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3B04; }
p { color: rgb(188,59,4); }
H1.HeaderClassName
{
color: #BC3B04;
}
.AnyTagClassName
{
color: #BC3B04;
}
</style>
background-color css
<style>
a { background-color: #BC3B04; }
a { background-color: rgb(188,59,4); }
div.DivClassName
{
background-color: #BC3B04;
}
.BgClassName
{
background-color: #BC3B04;
}
</style>
border-color css
<style>
span { border-color: #BC3B04; }
span { border-color: rgb(188,59,4); }
td.TdClassName
{
border-color: #BC3B04;
}
.TagClassName
{
border-color: #BC3B04;
}
</style>