Shades of Rust #BC3C15
Tints of Rust #BC3C15
RGB
CMYK
RGB Variations
Color information
#BC3C15 (or 0xBC3C15) is known color: Rust. HEX triplet: BC, 3C and 15. RGB value is (188,60,21). Sum of RGB (Red+Green+Blue) = 188+60+21=269 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.89% from 269); Green value is 60 (23.83% from 255 or 22.30% from 269); Blue value is 21 (8.59% from 255 or 7.81% from 269); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3C15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3C15 is #43C3EA. Grayscale: #5E5E5E. Windows color (decimal): -4441067 or 1391804. OLE color: 1391804.
HSL color Cylindrical-coordinate representation of color #BC3C15: hue angle of 14.01º 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 #BC3C15 is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 60 | 21 | - |
| CMYK | 0 | 0.68 | 0.89 | 0.26 |
| HSL | 14.01º | 0.8% | 0.41% | - |
| HSV(B) | 14.01º | 0.89% | 0.74% | - |
| XYZ | 22.49 | 13.98 | 2.22 | - |
| YUV | 93.83 | 86.91 | 195.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 60 | 21 | 0 | 0.68 | 0.89 | 0.26 | 14.01 | 0.8 | 0.41 |
| Hex | BC | 3C | 15 | 0 | 44 | 59 | 1A | E | 50 | 29 |
| Octal | 274 | 74 | 25 | 0 | 104 | 131 | 32 | 16 | 120 | 51 |
| Binary | 10111100 | 111100 | 10101 | 0 | 1000100 | 1011001 | 11010 | 1110 | 1010000 | 101001 |
Color Harmonies of #BC3C15
Complementary color
Monochromatic Colors of #BC3C15
Black with #BC3C15
Text Example
Text Example
White with #BC3C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3C15; }
p { color: rgb(188,60,21); }
H1.HeaderClassName
{
color: #BC3C15;
}
.AnyTagClassName
{
color: #BC3C15;
}
</style>
background-color css
<style>
a { background-color: #BC3C15; }
a { background-color: rgb(188,60,21); }
div.DivClassName
{
background-color: #BC3C15;
}
.BgClassName
{
background-color: #BC3C15;
}
</style>
border-color css
<style>
span { border-color: #BC3C15; }
span { border-color: rgb(188,60,21); }
td.TdClassName
{
border-color: #BC3C15;
}
.TagClassName
{
border-color: #BC3C15;
}
</style>