Shades of Rust #BC3E0F
Tints of Rust #BC3E0F
RGB
CMYK
RGB Variations
Color information
#BC3E0F (or 0xBC3E0F) is known color: Rust. HEX triplet: BC, 3E and 0F. RGB value is (188,62,15). Sum of RGB (Red+Green+Blue) = 188+62+15=265 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.94% from 265); Green value is 62 (24.61% from 255 or 23.40% from 265); Blue value is 15 (6.25% from 255 or 5.66% from 265); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3E0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3E0F is #43C1F0. Grayscale: #5E5E5E. Windows color (decimal): -4440561 or 999100. OLE color: 999100.
HSL color Cylindrical-coordinate representation of color #BC3E0F: hue angle of 16.3º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BC3E0F is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 62 | 15 | - |
| CMYK | 0 | 0.67 | 0.92 | 0.26 |
| HSL | 16.3º | 0.85% | 0.4% | - |
| HSV(B) | 16.3º | 0.92% | 0.74% | - |
| XYZ | 22.55 | 14.17 | 2 | - |
| YUV | 94.32 | 83.24 | 194.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 62 | 15 | 0 | 0.67 | 0.92 | 0.26 | 16.3 | 0.85 | 0.4 |
| Hex | BC | 3E | F | 0 | 43 | 5C | 1A | 10 | 55 | 28 |
| Octal | 274 | 76 | 17 | 0 | 103 | 134 | 32 | 20 | 125 | 50 |
| Binary | 10111100 | 111110 | 1111 | 0 | 1000011 | 1011100 | 11010 | 10000 | 1010101 | 101000 |
Color Harmonies of #BC3E0F
Complementary color
Monochromatic Colors of #BC3E0F
Black with #BC3E0F
Text Example
Text Example
White with #BC3E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3E0F; }
p { color: rgb(188,62,15); }
H1.HeaderClassName
{
color: #BC3E0F;
}
.AnyTagClassName
{
color: #BC3E0F;
}
</style>
background-color css
<style>
a { background-color: #BC3E0F; }
a { background-color: rgb(188,62,15); }
div.DivClassName
{
background-color: #BC3E0F;
}
.BgClassName
{
background-color: #BC3E0F;
}
</style>
border-color css
<style>
span { border-color: #BC3E0F; }
span { border-color: rgb(188,62,15); }
td.TdClassName
{
border-color: #BC3E0F;
}
.TagClassName
{
border-color: #BC3E0F;
}
</style>