Shades of Rust #BC4C1B
Tints of Rust #BC4C1B
RGB
CMYK
RGB Variations
Color information
#BC4C1B (or 0xBC4C1B) is known color: Rust. HEX triplet: BC, 4C and 1B. RGB value is (188,76,27). Sum of RGB (Red+Green+Blue) = 188+76+27=291 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.60% from 291); Green value is 76 (30.08% from 255 or 26.12% from 291); Blue value is 27 (10.94% from 255 or 9.28% from 291); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4C1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4C1B is #43B3E4. Grayscale: #686868. Windows color (decimal): -4436965 or 1789116. OLE color: 1789116.
HSL color Cylindrical-coordinate representation of color #BC4C1B: hue angle of 18.26º degrees, saturation: 0.75, 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 #BC4C1B is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 76 | 27 | - |
| CMYK | 0 | 0.60 | 0.86 | 0.26 |
| HSL | 18.26º | 0.75% | 0.42% | - |
| HSV(B) | 18.26º | 0.86% | 0.74% | - |
| XYZ | 23.52 | 15.94 | 2.87 | - |
| YUV | 103.9 | 84.61 | 187.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 76 | 27 | 0 | 0.60 | 0.86 | 0.26 | 18.26 | 0.75 | 0.42 |
| Hex | BC | 4C | 1B | 0 | 3C | 56 | 1A | 12 | 4B | 2A |
| Octal | 274 | 114 | 33 | 0 | 74 | 126 | 32 | 22 | 113 | 52 |
| Binary | 10111100 | 1001100 | 11011 | 0 | 111100 | 1010110 | 11010 | 10010 | 1001011 | 101010 |
Color Harmonies of #BC4C1B
Complementary color
Monochromatic Colors of #BC4C1B
Black with #BC4C1B
Text Example
Text Example
White with #BC4C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4C1B; }
p { color: rgb(188,76,27); }
H1.HeaderClassName
{
color: #BC4C1B;
}
.AnyTagClassName
{
color: #BC4C1B;
}
</style>
background-color css
<style>
a { background-color: #BC4C1B; }
a { background-color: rgb(188,76,27); }
div.DivClassName
{
background-color: #BC4C1B;
}
.BgClassName
{
background-color: #BC4C1B;
}
</style>
border-color css
<style>
span { border-color: #BC4C1B; }
span { border-color: rgb(188,76,27); }
td.TdClassName
{
border-color: #BC4C1B;
}
.TagClassName
{
border-color: #BC4C1B;
}
</style>