Shades of Rust #BC4E12
Tints of Rust #BC4E12
RGB
CMYK
RGB Variations
Color information
#BC4E12 (or 0xBC4E12) is known color: Rust. HEX triplet: BC, 4E and 12. RGB value is (188,78,18). Sum of RGB (Red+Green+Blue) = 188+78+18=284 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.20% from 284); Green value is 78 (30.86% from 255 or 27.46% from 284); Blue value is 18 (7.42% from 255 or 6.34% from 284); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4E12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC4E12 is #43B1ED. Grayscale: #686868. Windows color (decimal): -4436462 or 1199804. OLE color: 1199804.
HSL color Cylindrical-coordinate representation of color #BC4E12: hue angle of 21.18º 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 #BC4E12 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 78 | 18 | - |
| CMYK | 0 | 0.59 | 0.90 | 0.26 |
| HSL | 21.18º | 0.83% | 0.4% | - |
| HSV(B) | 21.18º | 0.9% | 0.74% | - |
| XYZ | 23.57 | 16.18 | 2.45 | - |
| YUV | 104.05 | 79.44 | 187.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 78 | 18 | 0 | 0.59 | 0.90 | 0.26 | 21.18 | 0.83 | 0.4 |
| Hex | BC | 4E | 12 | 0 | 3B | 5A | 1A | 15 | 53 | 28 |
| Octal | 274 | 116 | 22 | 0 | 73 | 132 | 32 | 25 | 123 | 50 |
| Binary | 10111100 | 1001110 | 10010 | 0 | 111011 | 1011010 | 11010 | 10101 | 1010011 | 101000 |
Color Harmonies of #BC4E12
Complementary color
Monochromatic Colors of #BC4E12
Black with #BC4E12
Text Example
Text Example
White with #BC4E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4E12; }
p { color: rgb(188,78,18); }
H1.HeaderClassName
{
color: #BC4E12;
}
.AnyTagClassName
{
color: #BC4E12;
}
</style>
background-color css
<style>
a { background-color: #BC4E12; }
a { background-color: rgb(188,78,18); }
div.DivClassName
{
background-color: #BC4E12;
}
.BgClassName
{
background-color: #BC4E12;
}
</style>
border-color css
<style>
span { border-color: #BC4E12; }
span { border-color: rgb(188,78,18); }
td.TdClassName
{
border-color: #BC4E12;
}
.TagClassName
{
border-color: #BC4E12;
}
</style>