Shades of Rust #BC4018
Tints of Rust #BC4018
RGB
CMYK
RGB Variations
Color information
#BC4018 (or 0xBC4018) is known color: Rust. HEX triplet: BC, 40 and 18. RGB value is (188,64,24). Sum of RGB (Red+Green+Blue) = 188+64+24=276 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.12% from 276); Green value is 64 (25.39% from 255 or 23.19% from 276); Blue value is 24 (9.77% from 255 or 8.70% from 276); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4018 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4018 is #43BFE7. Grayscale: #606060. Windows color (decimal): -4440040 or 1589436. OLE color: 1589436.
HSL color Cylindrical-coordinate representation of color #BC4018: hue angle of 14.63º 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 #BC4018 is Cyan = 0, Magento = 0.66, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 64 | 24 | - |
| CMYK | 0 | 0.66 | 0.87 | 0.26 |
| HSL | 14.63º | 0.77% | 0.42% | - |
| HSV(B) | 14.63º | 0.87% | 0.74% | - |
| XYZ | 22.74 | 14.42 | 2.45 | - |
| YUV | 96.52 | 87.08 | 193.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 64 | 24 | 0 | 0.66 | 0.87 | 0.26 | 14.63 | 0.77 | 0.42 |
| Hex | BC | 40 | 18 | 0 | 42 | 57 | 1A | F | 4D | 2A |
| Octal | 274 | 100 | 30 | 0 | 102 | 127 | 32 | 17 | 115 | 52 |
| Binary | 10111100 | 1000000 | 11000 | 0 | 1000010 | 1010111 | 11010 | 1111 | 1001101 | 101010 |
Color Harmonies of #BC4018
Complementary color
Monochromatic Colors of #BC4018
Black with #BC4018
Text Example
Text Example
White with #BC4018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4018; }
p { color: rgb(188,64,24); }
H1.HeaderClassName
{
color: #BC4018;
}
.AnyTagClassName
{
color: #BC4018;
}
</style>
background-color css
<style>
a { background-color: #BC4018; }
a { background-color: rgb(188,64,24); }
div.DivClassName
{
background-color: #BC4018;
}
.BgClassName
{
background-color: #BC4018;
}
</style>
border-color css
<style>
span { border-color: #BC4018; }
span { border-color: rgb(188,64,24); }
td.TdClassName
{
border-color: #BC4018;
}
.TagClassName
{
border-color: #BC4018;
}
</style>