Shades of Rust #BC4E0A
Tints of Rust #BC4E0A
RGB
CMYK
RGB Variations
Color information
#BC4E0A (or 0xBC4E0A) is known color: Rust. HEX triplet: BC, 4E and 0A. RGB value is (188,78,10). Sum of RGB (Red+Green+Blue) = 188+78+10=276 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.12% from 276); Green value is 78 (30.86% from 255 or 28.26% from 276); Blue value is 10 (4.30% from 255 or 3.62% from 276); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4E0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC4E0A is #43B1F5. Grayscale: #676767. Windows color (decimal): -4436470 or 675516. OLE color: 675516.
HSL color Cylindrical-coordinate representation of color #BC4E0A: hue angle of 22.92º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC4E0A is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 78 | 10 | - |
| CMYK | 0 | 0.59 | 0.95 | 0.26 |
| HSL | 22.92º | 0.9% | 0.39% | - |
| HSV(B) | 22.92º | 0.95% | 0.74% | - |
| XYZ | 23.52 | 16.16 | 2.17 | - |
| YUV | 103.14 | 75.44 | 188.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 78 | 10 | 0 | 0.59 | 0.95 | 0.26 | 22.92 | 0.9 | 0.39 |
| Hex | BC | 4E | A | 0 | 3B | 5F | 1A | 17 | 5A | 27 |
| Octal | 274 | 116 | 12 | 0 | 73 | 137 | 32 | 27 | 132 | 47 |
| Binary | 10111100 | 1001110 | 1010 | 0 | 111011 | 1011111 | 11010 | 10111 | 1011010 | 100111 |
Color Harmonies of #BC4E0A
Complementary color
Monochromatic Colors of #BC4E0A
Black with #BC4E0A
Text Example
Text Example
White with #BC4E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4E0A; }
p { color: rgb(188,78,10); }
H1.HeaderClassName
{
color: #BC4E0A;
}
.AnyTagClassName
{
color: #BC4E0A;
}
</style>
background-color css
<style>
a { background-color: #BC4E0A; }
a { background-color: rgb(188,78,10); }
div.DivClassName
{
background-color: #BC4E0A;
}
.BgClassName
{
background-color: #BC4E0A;
}
</style>
border-color css
<style>
span { border-color: #BC4E0A; }
span { border-color: rgb(188,78,10); }
td.TdClassName
{
border-color: #BC4E0A;
}
.TagClassName
{
border-color: #BC4E0A;
}
</style>