Shades of Rust #BC4518
Tints of Rust #BC4518
RGB
CMYK
RGB Variations
Color information
#BC4518 (or 0xBC4518) is known color: Rust. HEX triplet: BC, 45 and 18. RGB value is (188,69,24). Sum of RGB (Red+Green+Blue) = 188+69+24=281 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.90% from 281); Green value is 69 (27.34% from 255 or 24.56% from 281); Blue value is 24 (9.77% from 255 or 8.54% from 281); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4518 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4518 is #43BAE7. Grayscale: #636363. Windows color (decimal): -4438760 or 1590716. OLE color: 1590716.
HSL color Cylindrical-coordinate representation of color #BC4518: hue angle of 16.46º 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 #BC4518 is Cyan = 0, Magento = 0.63, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 69 | 24 | - |
| CMYK | 0 | 0.63 | 0.87 | 0.26 |
| HSL | 16.46º | 0.77% | 0.42% | - |
| HSV(B) | 16.46º | 0.87% | 0.74% | - |
| XYZ | 23.03 | 15.01 | 2.55 | - |
| YUV | 99.45 | 85.42 | 191.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 69 | 24 | 0 | 0.63 | 0.87 | 0.26 | 16.46 | 0.77 | 0.42 |
| Hex | BC | 45 | 18 | 0 | 3F | 57 | 1A | 10 | 4D | 2A |
| Octal | 274 | 105 | 30 | 0 | 77 | 127 | 32 | 20 | 115 | 52 |
| Binary | 10111100 | 1000101 | 11000 | 0 | 111111 | 1010111 | 11010 | 10000 | 1001101 | 101010 |
Color Harmonies of #BC4518
Complementary color
Monochromatic Colors of #BC4518
Black with #BC4518
Text Example
Text Example
White with #BC4518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4518; }
p { color: rgb(188,69,24); }
H1.HeaderClassName
{
color: #BC4518;
}
.AnyTagClassName
{
color: #BC4518;
}
</style>
background-color css
<style>
a { background-color: #BC4518; }
a { background-color: rgb(188,69,24); }
div.DivClassName
{
background-color: #BC4518;
}
.BgClassName
{
background-color: #BC4518;
}
</style>
border-color css
<style>
span { border-color: #BC4518; }
span { border-color: rgb(188,69,24); }
td.TdClassName
{
border-color: #BC4518;
}
.TagClassName
{
border-color: #BC4518;
}
</style>