Shades of Rust #BC3C12
Tints of Rust #BC3C12
RGB
CMYK
RGB Variations
Color information
#BC3C12 (or 0xBC3C12) is known color: Rust. HEX triplet: BC, 3C and 12. RGB value is (188,60,18). Sum of RGB (Red+Green+Blue) = 188+60+18=266 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.68% from 266); Green value is 60 (23.83% from 255 or 22.56% from 266); Blue value is 18 (7.42% from 255 or 6.77% from 266); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3C12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3C12 is #43C3ED. Grayscale: #5D5D5D. Windows color (decimal): -4441070 or 1195196. OLE color: 1195196.
HSL color Cylindrical-coordinate representation of color #BC3C12: hue angle of 14.82º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC3C12 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 60 | 18 | - |
| CMYK | 0 | 0.68 | 0.90 | 0.26 |
| HSL | 14.82º | 0.83% | 0.4% | - |
| HSV(B) | 14.82º | 0.9% | 0.74% | - |
| XYZ | 22.46 | 13.97 | 2.08 | - |
| YUV | 93.48 | 85.41 | 195.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 60 | 18 | 0 | 0.68 | 0.90 | 0.26 | 14.82 | 0.83 | 0.4 |
| Hex | BC | 3C | 12 | 0 | 44 | 5A | 1A | F | 53 | 28 |
| Octal | 274 | 74 | 22 | 0 | 104 | 132 | 32 | 17 | 123 | 50 |
| Binary | 10111100 | 111100 | 10010 | 0 | 1000100 | 1011010 | 11010 | 1111 | 1010011 | 101000 |
Color Harmonies of #BC3C12
Complementary color
Monochromatic Colors of #BC3C12
Black with #BC3C12
Text Example
Text Example
White with #BC3C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3C12; }
p { color: rgb(188,60,18); }
H1.HeaderClassName
{
color: #BC3C12;
}
.AnyTagClassName
{
color: #BC3C12;
}
</style>
background-color css
<style>
a { background-color: #BC3C12; }
a { background-color: rgb(188,60,18); }
div.DivClassName
{
background-color: #BC3C12;
}
.BgClassName
{
background-color: #BC3C12;
}
</style>
border-color css
<style>
span { border-color: #BC3C12; }
span { border-color: rgb(188,60,18); }
td.TdClassName
{
border-color: #BC3C12;
}
.TagClassName
{
border-color: #BC3C12;
}
</style>