Shades of Rust #BC4A1B
Tints of Rust #BC4A1B
RGB
CMYK
RGB Variations
Color information
#BC4A1B (or 0xBC4A1B) is known color: Rust. HEX triplet: BC, 4A and 1B. RGB value is (188,74,27). Sum of RGB (Red+Green+Blue) = 188+74+27=289 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.05% from 289); Green value is 74 (29.30% from 255 or 25.61% from 289); Blue value is 27 (10.94% from 255 or 9.34% from 289); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4A1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4A1B is #43B5E4. Grayscale: #676767. Windows color (decimal): -4437477 or 1788604. OLE color: 1788604.
HSL color Cylindrical-coordinate representation of color #BC4A1B: hue angle of 17.52º 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 #BC4A1B is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 74 | 27 | - |
| CMYK | 0 | 0.61 | 0.86 | 0.26 |
| HSL | 17.52º | 0.75% | 0.42% | - |
| HSV(B) | 17.52º | 0.86% | 0.74% | - |
| XYZ | 23.39 | 15.67 | 2.83 | - |
| YUV | 102.73 | 85.27 | 188.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 74 | 27 | 0 | 0.61 | 0.86 | 0.26 | 17.52 | 0.75 | 0.42 |
| Hex | BC | 4A | 1B | 0 | 3D | 56 | 1A | 12 | 4B | 2A |
| Octal | 274 | 112 | 33 | 0 | 75 | 126 | 32 | 22 | 113 | 52 |
| Binary | 10111100 | 1001010 | 11011 | 0 | 111101 | 1010110 | 11010 | 10010 | 1001011 | 101010 |
Color Harmonies of #BC4A1B
Complementary color
Monochromatic Colors of #BC4A1B
Black with #BC4A1B
Text Example
Text Example
White with #BC4A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4A1B; }
p { color: rgb(188,74,27); }
H1.HeaderClassName
{
color: #BC4A1B;
}
.AnyTagClassName
{
color: #BC4A1B;
}
</style>
background-color css
<style>
a { background-color: #BC4A1B; }
a { background-color: rgb(188,74,27); }
div.DivClassName
{
background-color: #BC4A1B;
}
.BgClassName
{
background-color: #BC4A1B;
}
</style>
border-color css
<style>
span { border-color: #BC4A1B; }
span { border-color: rgb(188,74,27); }
td.TdClassName
{
border-color: #BC4A1B;
}
.TagClassName
{
border-color: #BC4A1B;
}
</style>