Shades of Rust #BC4A1E
Tints of Rust #BC4A1E
RGB
CMYK
RGB Variations
Color information
#BC4A1E (or 0xBC4A1E) is known color: Rust. HEX triplet: BC, 4A and 1E. RGB value is (188,74,30). Sum of RGB (Red+Green+Blue) = 188+74+30=292 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.38% from 292); Green value is 74 (29.30% from 255 or 25.34% from 292); Blue value is 30 (12.11% from 255 or 10.27% from 292); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4A1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4A1E is #43B5E1. Grayscale: #676767. Windows color (decimal): -4437474 or 1985212. OLE color: 1985212.
HSL color Cylindrical-coordinate representation of color #BC4A1E: hue angle of 16.71º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC4A1E is Cyan = 0, Magento = 0.61, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 74 | 30 | - |
| CMYK | 0 | 0.61 | 0.84 | 0.26 |
| HSL | 16.71º | 0.72% | 0.43% | - |
| HSV(B) | 16.71º | 0.84% | 0.74% | - |
| XYZ | 23.42 | 15.68 | 3.02 | - |
| YUV | 103.07 | 86.77 | 188.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 74 | 30 | 0 | 0.61 | 0.84 | 0.26 | 16.71 | 0.72 | 0.43 |
| Hex | BC | 4A | 1E | 0 | 3D | 54 | 1A | 11 | 48 | 2B |
| Octal | 274 | 112 | 36 | 0 | 75 | 124 | 32 | 21 | 110 | 53 |
| Binary | 10111100 | 1001010 | 11110 | 0 | 111101 | 1010100 | 11010 | 10001 | 1001000 | 101011 |
Color Harmonies of #BC4A1E
Complementary color
Monochromatic Colors of #BC4A1E
Black with #BC4A1E
Text Example
Text Example
White with #BC4A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4A1E; }
p { color: rgb(188,74,30); }
H1.HeaderClassName
{
color: #BC4A1E;
}
.AnyTagClassName
{
color: #BC4A1E;
}
</style>
background-color css
<style>
a { background-color: #BC4A1E; }
a { background-color: rgb(188,74,30); }
div.DivClassName
{
background-color: #BC4A1E;
}
.BgClassName
{
background-color: #BC4A1E;
}
</style>
border-color css
<style>
span { border-color: #BC4A1E; }
span { border-color: rgb(188,74,30); }
td.TdClassName
{
border-color: #BC4A1E;
}
.TagClassName
{
border-color: #BC4A1E;
}
</style>