Shades of Rust #BC4918
Tints of Rust #BC4918
RGB
CMYK
RGB Variations
Color information
#BC4918 (or 0xBC4918) is known color: Rust. HEX triplet: BC, 49 and 18. RGB value is (188,73,24). Sum of RGB (Red+Green+Blue) = 188+73+24=285 (37% of max value = 765). Red value is 188 (73.83% from 255 or 65.96% from 285); Green value is 73 (28.91% from 255 or 25.61% from 285); Blue value is 24 (9.77% from 255 or 8.42% from 285); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4918 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4918 is #43B6E7. Grayscale: #666666. Windows color (decimal): -4437736 or 1591740. OLE color: 1591740.
HSL color Cylindrical-coordinate representation of color #BC4918: hue angle of 17.93º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC4918 is Cyan = 0, Magento = 0.61, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 73 | 24 | - |
| CMYK | 0 | 0.61 | 0.87 | 0.26 |
| HSL | 17.93º | 0.77% | 0.42% | - |
| HSV(B) | 17.93º | 0.87% | 0.74% | - |
| XYZ | 23.29 | 15.52 | 2.63 | - |
| YUV | 101.8 | 84.1 | 189.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 73 | 24 | 0 | 0.61 | 0.87 | 0.26 | 17.93 | 0.77 | 0.42 |
| Hex | BC | 49 | 18 | 0 | 3D | 57 | 1A | 12 | 4D | 2A |
| Octal | 274 | 111 | 30 | 0 | 75 | 127 | 32 | 22 | 115 | 52 |
| Binary | 10111100 | 1001001 | 11000 | 0 | 111101 | 1010111 | 11010 | 10010 | 1001101 | 101010 |
Color Harmonies of #BC4918
Complementary color
Monochromatic Colors of #BC4918
Black with #BC4918
Text Example
Text Example
White with #BC4918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4918; }
p { color: rgb(188,73,24); }
H1.HeaderClassName
{
color: #BC4918;
}
.AnyTagClassName
{
color: #BC4918;
}
</style>
background-color css
<style>
a { background-color: #BC4918; }
a { background-color: rgb(188,73,24); }
div.DivClassName
{
background-color: #BC4918;
}
.BgClassName
{
background-color: #BC4918;
}
</style>
border-color css
<style>
span { border-color: #BC4918; }
span { border-color: rgb(188,73,24); }
td.TdClassName
{
border-color: #BC4918;
}
.TagClassName
{
border-color: #BC4918;
}
</style>