Shades of Rust #BC4F17
Tints of Rust #BC4F17
RGB
CMYK
RGB Variations
Color information
#BC4F17 (or 0xBC4F17) is known color: Rust. HEX triplet: BC, 4F and 17. RGB value is (188,79,23). Sum of RGB (Red+Green+Blue) = 188+79+23=290 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.83% from 290); Green value is 79 (31.25% from 255 or 27.24% from 290); Blue value is 23 (9.38% from 255 or 7.93% from 290); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4F17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC4F17 is #43B0E8. Grayscale: #696969. Windows color (decimal): -4436201 or 1527740. OLE color: 1527740.
HSL color Cylindrical-coordinate representation of color #BC4F17: hue angle of 20.36º degrees, saturation: 0.78, 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 #BC4F17 is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 79 | 23 | - |
| CMYK | 0 | 0.58 | 0.88 | 0.26 |
| HSL | 20.36º | 0.78% | 0.41% | - |
| HSV(B) | 20.36º | 0.88% | 0.74% | - |
| XYZ | 23.69 | 16.35 | 2.72 | - |
| YUV | 105.21 | 81.61 | 187.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 79 | 23 | 0 | 0.58 | 0.88 | 0.26 | 20.36 | 0.78 | 0.41 |
| Hex | BC | 4F | 17 | 0 | 3A | 58 | 1A | 14 | 4E | 29 |
| Octal | 274 | 117 | 27 | 0 | 72 | 130 | 32 | 24 | 116 | 51 |
| Binary | 10111100 | 1001111 | 10111 | 0 | 111010 | 1011000 | 11010 | 10100 | 1001110 | 101001 |
Color Harmonies of #BC4F17
Complementary color
Monochromatic Colors of #BC4F17
Black with #BC4F17
Text Example
Text Example
White with #BC4F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4F17; }
p { color: rgb(188,79,23); }
H1.HeaderClassName
{
color: #BC4F17;
}
.AnyTagClassName
{
color: #BC4F17;
}
</style>
background-color css
<style>
a { background-color: #BC4F17; }
a { background-color: rgb(188,79,23); }
div.DivClassName
{
background-color: #BC4F17;
}
.BgClassName
{
background-color: #BC4F17;
}
</style>
border-color css
<style>
span { border-color: #BC4F17; }
span { border-color: rgb(188,79,23); }
td.TdClassName
{
border-color: #BC4F17;
}
.TagClassName
{
border-color: #BC4F17;
}
</style>