Shades of Rust #BC4617
Tints of Rust #BC4617
RGB
CMYK
RGB Variations
Color information
#BC4617 (or 0xBC4617) is known color: Rust. HEX triplet: BC, 46 and 17. RGB value is (188,70,23). Sum of RGB (Red+Green+Blue) = 188+70+23=281 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.90% from 281); Green value is 70 (27.73% from 255 or 24.91% from 281); Blue value is 23 (9.38% from 255 or 8.19% from 281); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4617 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4617 is #43B9E8. Grayscale: #646464. Windows color (decimal): -4438505 or 1525436. OLE color: 1525436.
HSL color Cylindrical-coordinate representation of color #BC4617: hue angle of 17.09º 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 #BC4617 is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 70 | 23 | - |
| CMYK | 0 | 0.63 | 0.88 | 0.26 |
| HSL | 17.09º | 0.78% | 0.41% | - |
| HSV(B) | 17.09º | 0.88% | 0.74% | - |
| XYZ | 23.08 | 15.13 | 2.52 | - |
| YUV | 99.92 | 84.59 | 190.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 70 | 23 | 0 | 0.63 | 0.88 | 0.26 | 17.09 | 0.78 | 0.41 |
| Hex | BC | 46 | 17 | 0 | 3F | 58 | 1A | 11 | 4E | 29 |
| Octal | 274 | 106 | 27 | 0 | 77 | 130 | 32 | 21 | 116 | 51 |
| Binary | 10111100 | 1000110 | 10111 | 0 | 111111 | 1011000 | 11010 | 10001 | 1001110 | 101001 |
Color Harmonies of #BC4617
Complementary color
Monochromatic Colors of #BC4617
Black with #BC4617
Text Example
Text Example
White with #BC4617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4617; }
p { color: rgb(188,70,23); }
H1.HeaderClassName
{
color: #BC4617;
}
.AnyTagClassName
{
color: #BC4617;
}
</style>
background-color css
<style>
a { background-color: #BC4617; }
a { background-color: rgb(188,70,23); }
div.DivClassName
{
background-color: #BC4617;
}
.BgClassName
{
background-color: #BC4617;
}
</style>
border-color css
<style>
span { border-color: #BC4617; }
span { border-color: rgb(188,70,23); }
td.TdClassName
{
border-color: #BC4617;
}
.TagClassName
{
border-color: #BC4617;
}
</style>