Shades of Rust #BC410E
Tints of Rust #BC410E
RGB
CMYK
RGB Variations
Color information
#BC410E (or 0xBC410E) is known color: Rust. HEX triplet: BC, 41 and 0E. RGB value is (188,65,14). Sum of RGB (Red+Green+Blue) = 188+65+14=267 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.41% from 267); Green value is 65 (25.78% from 255 or 24.34% from 267); Blue value is 14 (5.86% from 255 or 5.24% from 267); Max value from RGB is 188 - color contains mainly: red. Hex color #BC410E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC410E is #43BEF1. Grayscale: #606060. Windows color (decimal): -4439794 or 934332. OLE color: 934332.
HSL color Cylindrical-coordinate representation of color #BC410E: hue angle of 17.59º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC410E is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 65 | 14 | - |
| CMYK | 0 | 0.65 | 0.93 | 0.26 |
| HSL | 17.59º | 0.86% | 0.4% | - |
| HSV(B) | 17.59º | 0.93% | 0.74% | - |
| XYZ | 22.71 | 14.5 | 2.02 | - |
| YUV | 95.96 | 81.75 | 193.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 65 | 14 | 0 | 0.65 | 0.93 | 0.26 | 17.59 | 0.86 | 0.4 |
| Hex | BC | 41 | E | 0 | 41 | 5D | 1A | 12 | 56 | 28 |
| Octal | 274 | 101 | 16 | 0 | 101 | 135 | 32 | 22 | 126 | 50 |
| Binary | 10111100 | 1000001 | 1110 | 0 | 1000001 | 1011101 | 11010 | 10010 | 1010110 | 101000 |
Color Harmonies of #BC410E
Complementary color
Monochromatic Colors of #BC410E
Black with #BC410E
Text Example
Text Example
White with #BC410E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC410E; }
p { color: rgb(188,65,14); }
H1.HeaderClassName
{
color: #BC410E;
}
.AnyTagClassName
{
color: #BC410E;
}
</style>
background-color css
<style>
a { background-color: #BC410E; }
a { background-color: rgb(188,65,14); }
div.DivClassName
{
background-color: #BC410E;
}
.BgClassName
{
background-color: #BC410E;
}
</style>
border-color css
<style>
span { border-color: #BC410E; }
span { border-color: rgb(188,65,14); }
td.TdClassName
{
border-color: #BC410E;
}
.TagClassName
{
border-color: #BC410E;
}
</style>