Shades of Rust #BC4414
Tints of Rust #BC4414
RGB
CMYK
RGB Variations
Color information
#BC4414 (or 0xBC4414) is known color: Rust. HEX triplet: BC, 44 and 14. RGB value is (188,68,20). Sum of RGB (Red+Green+Blue) = 188+68+20=276 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.12% from 276); Green value is 68 (26.95% from 255 or 24.64% from 276); Blue value is 20 (8.20% from 255 or 7.25% from 276); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4414 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4414 is #43BBEB. Grayscale: #626262. Windows color (decimal): -4439020 or 1328316. OLE color: 1328316.
HSL color Cylindrical-coordinate representation of color #BC4414: hue angle of 17.14º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC4414 is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 68 | 20 | - |
| CMYK | 0 | 0.64 | 0.89 | 0.26 |
| HSL | 17.14º | 0.81% | 0.41% | - |
| HSV(B) | 17.14º | 0.89% | 0.74% | - |
| XYZ | 22.93 | 14.88 | 2.32 | - |
| YUV | 98.41 | 83.76 | 191.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 68 | 20 | 0 | 0.64 | 0.89 | 0.26 | 17.14 | 0.81 | 0.41 |
| Hex | BC | 44 | 14 | 0 | 40 | 59 | 1A | 11 | 51 | 29 |
| Octal | 274 | 104 | 24 | 0 | 100 | 131 | 32 | 21 | 121 | 51 |
| Binary | 10111100 | 1000100 | 10100 | 0 | 1000000 | 1011001 | 11010 | 10001 | 1010001 | 101001 |
Color Harmonies of #BC4414
Complementary color
Monochromatic Colors of #BC4414
Black with #BC4414
Text Example
Text Example
White with #BC4414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4414; }
p { color: rgb(188,68,20); }
H1.HeaderClassName
{
color: #BC4414;
}
.AnyTagClassName
{
color: #BC4414;
}
</style>
background-color css
<style>
a { background-color: #BC4414; }
a { background-color: rgb(188,68,20); }
div.DivClassName
{
background-color: #BC4414;
}
.BgClassName
{
background-color: #BC4414;
}
</style>
border-color css
<style>
span { border-color: #BC4414; }
span { border-color: rgb(188,68,20); }
td.TdClassName
{
border-color: #BC4414;
}
.TagClassName
{
border-color: #BC4414;
}
</style>