Shades of Rust #BC4B16
Tints of Rust #BC4B16
RGB
CMYK
RGB Variations
Color information
#BC4B16 (or 0xBC4B16) is known color: Rust. HEX triplet: BC, 4B and 16. RGB value is (188,75,22). Sum of RGB (Red+Green+Blue) = 188+75+22=285 (37% of max value = 765). Red value is 188 (73.83% from 255 or 65.96% from 285); Green value is 75 (29.69% from 255 or 26.32% from 285); Blue value is 22 (8.98% from 255 or 7.72% from 285); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4B16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4B16 is #43B4E9. Grayscale: #676767. Windows color (decimal): -4437226 or 1461180. OLE color: 1461180.
HSL color Cylindrical-coordinate representation of color #BC4B16: hue angle of 19.16º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC4B16 is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 75 | 22 | - |
| CMYK | 0 | 0.60 | 0.88 | 0.26 |
| HSL | 19.16º | 0.79% | 0.41% | - |
| HSV(B) | 19.16º | 0.88% | 0.74% | - |
| XYZ | 23.4 | 15.78 | 2.57 | - |
| YUV | 102.75 | 82.44 | 188.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 75 | 22 | 0 | 0.60 | 0.88 | 0.26 | 19.16 | 0.79 | 0.41 |
| Hex | BC | 4B | 16 | 0 | 3C | 58 | 1A | 13 | 4F | 29 |
| Octal | 274 | 113 | 26 | 0 | 74 | 130 | 32 | 23 | 117 | 51 |
| Binary | 10111100 | 1001011 | 10110 | 0 | 111100 | 1011000 | 11010 | 10011 | 1001111 | 101001 |
Color Harmonies of #BC4B16
Complementary color
Monochromatic Colors of #BC4B16
Black with #BC4B16
Text Example
Text Example
White with #BC4B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4B16; }
p { color: rgb(188,75,22); }
H1.HeaderClassName
{
color: #BC4B16;
}
.AnyTagClassName
{
color: #BC4B16;
}
</style>
background-color css
<style>
a { background-color: #BC4B16; }
a { background-color: rgb(188,75,22); }
div.DivClassName
{
background-color: #BC4B16;
}
.BgClassName
{
background-color: #BC4B16;
}
</style>
border-color css
<style>
span { border-color: #BC4B16; }
span { border-color: rgb(188,75,22); }
td.TdClassName
{
border-color: #BC4B16;
}
.TagClassName
{
border-color: #BC4B16;
}
</style>