Shades of Rust #BC4E1A
Tints of Rust #BC4E1A
RGB
CMYK
RGB Variations
Color information
#BC4E1A (or 0xBC4E1A) is known color: Rust. HEX triplet: BC, 4E and 1A. RGB value is (188,78,26). Sum of RGB (Red+Green+Blue) = 188+78+26=292 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.38% from 292); Green value is 78 (30.86% from 255 or 26.71% from 292); Blue value is 26 (10.55% from 255 or 8.90% from 292); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4E1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC4E1A is #43B1E5. Grayscale: #696969. Windows color (decimal): -4436454 or 1724092. OLE color: 1724092.
HSL color Cylindrical-coordinate representation of color #BC4E1A: hue angle of 19.26º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC4E1A is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 78 | 26 | - |
| CMYK | 0 | 0.59 | 0.86 | 0.26 |
| HSL | 19.26º | 0.76% | 0.42% | - |
| HSV(B) | 19.26º | 0.86% | 0.74% | - |
| XYZ | 23.65 | 16.21 | 2.86 | - |
| YUV | 104.96 | 83.44 | 187.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 78 | 26 | 0 | 0.59 | 0.86 | 0.26 | 19.26 | 0.76 | 0.42 |
| Hex | BC | 4E | 1A | 0 | 3B | 56 | 1A | 13 | 4C | 2A |
| Octal | 274 | 116 | 32 | 0 | 73 | 126 | 32 | 23 | 114 | 52 |
| Binary | 10111100 | 1001110 | 11010 | 0 | 111011 | 1010110 | 11010 | 10011 | 1001100 | 101010 |
Color Harmonies of #BC4E1A
Complementary color
Monochromatic Colors of #BC4E1A
Black with #BC4E1A
Text Example
Text Example
White with #BC4E1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4E1A; }
p { color: rgb(188,78,26); }
H1.HeaderClassName
{
color: #BC4E1A;
}
.AnyTagClassName
{
color: #BC4E1A;
}
</style>
background-color css
<style>
a { background-color: #BC4E1A; }
a { background-color: rgb(188,78,26); }
div.DivClassName
{
background-color: #BC4E1A;
}
.BgClassName
{
background-color: #BC4E1A;
}
</style>
border-color css
<style>
span { border-color: #BC4E1A; }
span { border-color: rgb(188,78,26); }
td.TdClassName
{
border-color: #BC4E1A;
}
.TagClassName
{
border-color: #BC4E1A;
}
</style>