Shades of Rust #BC3E15
Tints of Rust #BC3E15
RGB
CMYK
RGB Variations
Color information
#BC3E15 (or 0xBC3E15) is known color: Rust. HEX triplet: BC, 3E and 15. RGB value is (188,62,21). Sum of RGB (Red+Green+Blue) = 188+62+21=271 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.37% from 271); Green value is 62 (24.61% from 255 or 22.88% from 271); Blue value is 21 (8.59% from 255 or 7.75% from 271); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3E15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3E15 is #43C1EA. Grayscale: #5F5F5F. Windows color (decimal): -4440555 or 1392316. OLE color: 1392316.
HSL color Cylindrical-coordinate representation of color #BC3E15: hue angle of 14.73º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC3E15 is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 62 | 21 | - |
| CMYK | 0 | 0.67 | 0.89 | 0.26 |
| HSL | 14.73º | 0.8% | 0.41% | - |
| HSV(B) | 14.73º | 0.89% | 0.74% | - |
| XYZ | 22.6 | 14.19 | 2.26 | - |
| YUV | 95 | 86.24 | 194.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 62 | 21 | 0 | 0.67 | 0.89 | 0.26 | 14.73 | 0.8 | 0.41 |
| Hex | BC | 3E | 15 | 0 | 43 | 59 | 1A | F | 50 | 29 |
| Octal | 274 | 76 | 25 | 0 | 103 | 131 | 32 | 17 | 120 | 51 |
| Binary | 10111100 | 111110 | 10101 | 0 | 1000011 | 1011001 | 11010 | 1111 | 1010000 | 101001 |
Color Harmonies of #BC3E15
Complementary color
Monochromatic Colors of #BC3E15
Black with #BC3E15
Text Example
Text Example
White with #BC3E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3E15; }
p { color: rgb(188,62,21); }
H1.HeaderClassName
{
color: #BC3E15;
}
.AnyTagClassName
{
color: #BC3E15;
}
</style>
background-color css
<style>
a { background-color: #BC3E15; }
a { background-color: rgb(188,62,21); }
div.DivClassName
{
background-color: #BC3E15;
}
.BgClassName
{
background-color: #BC3E15;
}
</style>
border-color css
<style>
span { border-color: #BC3E15; }
span { border-color: rgb(188,62,21); }
td.TdClassName
{
border-color: #BC3E15;
}
.TagClassName
{
border-color: #BC3E15;
}
</style>