Shades of Rust #BC4D16
Tints of Rust #BC4D16
RGB
CMYK
RGB Variations
Color information
#BC4D16 (or 0xBC4D16) is known color: Rust. HEX triplet: BC, 4D and 16. RGB value is (188,77,22). Sum of RGB (Red+Green+Blue) = 188+77+22=287 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.51% from 287); Green value is 77 (30.47% from 255 or 26.83% from 287); Blue value is 22 (8.98% from 255 or 7.67% from 287); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4D16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC4D16 is #43B2E9. Grayscale: #686868. Windows color (decimal): -4436714 or 1461692. OLE color: 1461692.
HSL color Cylindrical-coordinate representation of color #BC4D16: hue angle of 19.88º 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 #BC4D16 is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 77 | 22 | - |
| CMYK | 0 | 0.59 | 0.88 | 0.26 |
| HSL | 19.88º | 0.79% | 0.41% | - |
| HSV(B) | 19.88º | 0.88% | 0.74% | - |
| XYZ | 23.54 | 16.06 | 2.62 | - |
| YUV | 103.92 | 81.77 | 187.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 77 | 22 | 0 | 0.59 | 0.88 | 0.26 | 19.88 | 0.79 | 0.41 |
| Hex | BC | 4D | 16 | 0 | 3B | 58 | 1A | 14 | 4F | 29 |
| Octal | 274 | 115 | 26 | 0 | 73 | 130 | 32 | 24 | 117 | 51 |
| Binary | 10111100 | 1001101 | 10110 | 0 | 111011 | 1011000 | 11010 | 10100 | 1001111 | 101001 |
Color Harmonies of #BC4D16
Complementary color
Monochromatic Colors of #BC4D16
Black with #BC4D16
Text Example
Text Example
White with #BC4D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4D16; }
p { color: rgb(188,77,22); }
H1.HeaderClassName
{
color: #BC4D16;
}
.AnyTagClassName
{
color: #BC4D16;
}
</style>
background-color css
<style>
a { background-color: #BC4D16; }
a { background-color: rgb(188,77,22); }
div.DivClassName
{
background-color: #BC4D16;
}
.BgClassName
{
background-color: #BC4D16;
}
</style>
border-color css
<style>
span { border-color: #BC4D16; }
span { border-color: rgb(188,77,22); }
td.TdClassName
{
border-color: #BC4D16;
}
.TagClassName
{
border-color: #BC4D16;
}
</style>