Shades of Rust #BC4F16
Tints of Rust #BC4F16
RGB
CMYK
RGB Variations
Color information
#BC4F16 (or 0xBC4F16) is known color: Rust. HEX triplet: BC, 4F and 16. RGB value is (188,79,22). Sum of RGB (Red+Green+Blue) = 188+79+22=289 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.05% from 289); Green value is 79 (31.25% from 255 or 27.34% from 289); Blue value is 22 (8.98% from 255 or 7.61% from 289); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4F16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC4F16 is #43B0E9. Grayscale: #696969. Windows color (decimal): -4436202 or 1462204. OLE color: 1462204.
HSL color Cylindrical-coordinate representation of color #BC4F16: hue angle of 20.6º 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 #BC4F16 is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 79 | 22 | - |
| CMYK | 0 | 0.58 | 0.88 | 0.26 |
| HSL | 20.6º | 0.79% | 0.41% | - |
| HSV(B) | 20.6º | 0.88% | 0.74% | - |
| XYZ | 23.68 | 16.34 | 2.67 | - |
| YUV | 105.09 | 81.11 | 187.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 79 | 22 | 0 | 0.58 | 0.88 | 0.26 | 20.6 | 0.79 | 0.41 |
| Hex | BC | 4F | 16 | 0 | 3A | 58 | 1A | 15 | 4F | 29 |
| Octal | 274 | 117 | 26 | 0 | 72 | 130 | 32 | 25 | 117 | 51 |
| Binary | 10111100 | 1001111 | 10110 | 0 | 111010 | 1011000 | 11010 | 10101 | 1001111 | 101001 |
Color Harmonies of #BC4F16
Complementary color
Monochromatic Colors of #BC4F16
Black with #BC4F16
Text Example
Text Example
White with #BC4F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4F16; }
p { color: rgb(188,79,22); }
H1.HeaderClassName
{
color: #BC4F16;
}
.AnyTagClassName
{
color: #BC4F16;
}
</style>
background-color css
<style>
a { background-color: #BC4F16; }
a { background-color: rgb(188,79,22); }
div.DivClassName
{
background-color: #BC4F16;
}
.BgClassName
{
background-color: #BC4F16;
}
</style>
border-color css
<style>
span { border-color: #BC4F16; }
span { border-color: rgb(188,79,22); }
td.TdClassName
{
border-color: #BC4F16;
}
.TagClassName
{
border-color: #BC4F16;
}
</style>