Shades of Rust #BC4A0E
Tints of Rust #BC4A0E
RGB
CMYK
RGB Variations
Color information
#BC4A0E (or 0xBC4A0E) is known color: Rust. HEX triplet: BC, 4A and 0E. RGB value is (188,74,14). Sum of RGB (Red+Green+Blue) = 188+74+14=276 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.12% from 276); Green value is 74 (29.30% from 255 or 26.81% from 276); Blue value is 14 (5.86% from 255 or 5.07% from 276); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4A0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4A0E is #43B5F1. Grayscale: #656565. Windows color (decimal): -4437490 or 936636. OLE color: 936636.
HSL color Cylindrical-coordinate representation of color #BC4A0E: hue angle of 20.69º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC4A0E is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 74 | 14 | - |
| CMYK | 0 | 0.61 | 0.93 | 0.26 |
| HSL | 20.69º | 0.86% | 0.4% | - |
| HSV(B) | 20.69º | 0.93% | 0.74% | - |
| XYZ | 23.27 | 15.62 | 2.2 | - |
| YUV | 101.25 | 78.77 | 189.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 74 | 14 | 0 | 0.61 | 0.93 | 0.26 | 20.69 | 0.86 | 0.4 |
| Hex | BC | 4A | E | 0 | 3D | 5D | 1A | 15 | 56 | 28 |
| Octal | 274 | 112 | 16 | 0 | 75 | 135 | 32 | 25 | 126 | 50 |
| Binary | 10111100 | 1001010 | 1110 | 0 | 111101 | 1011101 | 11010 | 10101 | 1010110 | 101000 |
Color Harmonies of #BC4A0E
Complementary color
Monochromatic Colors of #BC4A0E
Black with #BC4A0E
Text Example
Text Example
White with #BC4A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4A0E; }
p { color: rgb(188,74,14); }
H1.HeaderClassName
{
color: #BC4A0E;
}
.AnyTagClassName
{
color: #BC4A0E;
}
</style>
background-color css
<style>
a { background-color: #BC4A0E; }
a { background-color: rgb(188,74,14); }
div.DivClassName
{
background-color: #BC4A0E;
}
.BgClassName
{
background-color: #BC4A0E;
}
</style>
border-color css
<style>
span { border-color: #BC4A0E; }
span { border-color: rgb(188,74,14); }
td.TdClassName
{
border-color: #BC4A0E;
}
.TagClassName
{
border-color: #BC4A0E;
}
</style>