Shades of Rust #BC3E04
Tints of Rust #BC3E04
RGB
CMYK
RGB Variations
Color information
#BC3E04 (or 0xBC3E04) is known color: Rust. HEX triplet: BC, 3E and 04. RGB value is (188,62,4). Sum of RGB (Red+Green+Blue) = 188+62+4=254 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.02% from 254); Green value is 62 (24.61% from 255 or 24.41% from 254); Blue value is 4 (1.95% from 255 or 1.57% from 254); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3E04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3E04 is #43C1FB. Grayscale: #5D5D5D. Windows color (decimal): -4440572 or 278204. OLE color: 278204.
HSL color Cylindrical-coordinate representation of color #BC3E04: hue angle of 18.91º 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 #BC3E04 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 62 | 4 | - |
| CMYK | 0 | 0.67 | 0.98 | 0.26 |
| HSL | 18.91º | 0.96% | 0.38% | - |
| HSV(B) | 18.91º | 0.98% | 0.74% | - |
| XYZ | 22.48 | 14.15 | 1.66 | - |
| YUV | 93.06 | 77.74 | 195.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 62 | 4 | 0 | 0.67 | 0.98 | 0.26 | 18.91 | 0.96 | 0.38 |
| Hex | BC | 3E | 4 | 0 | 43 | 62 | 1A | 13 | 60 | 26 |
| Octal | 274 | 76 | 4 | 0 | 103 | 142 | 32 | 23 | 140 | 46 |
| Binary | 10111100 | 111110 | 100 | 0 | 1000011 | 1100010 | 11010 | 10011 | 1100000 | 100110 |
Color Harmonies of #BC3E04
Complementary color
Monochromatic Colors of #BC3E04
Black with #BC3E04
Text Example
Text Example
White with #BC3E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3E04; }
p { color: rgb(188,62,4); }
H1.HeaderClassName
{
color: #BC3E04;
}
.AnyTagClassName
{
color: #BC3E04;
}
</style>
background-color css
<style>
a { background-color: #BC3E04; }
a { background-color: rgb(188,62,4); }
div.DivClassName
{
background-color: #BC3E04;
}
.BgClassName
{
background-color: #BC3E04;
}
</style>
border-color css
<style>
span { border-color: #BC3E04; }
span { border-color: rgb(188,62,4); }
td.TdClassName
{
border-color: #BC3E04;
}
.TagClassName
{
border-color: #BC3E04;
}
</style>