Shades of Rust #BC4C13
Tints of Rust #BC4C13
RGB
CMYK
RGB Variations
Color information
#BC4C13 (or 0xBC4C13) is known color: Rust. HEX triplet: BC, 4C and 13. RGB value is (188,76,19). Sum of RGB (Red+Green+Blue) = 188+76+19=283 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.43% from 283); Green value is 76 (30.08% from 255 or 26.86% from 283); Blue value is 19 (7.81% from 255 or 6.71% from 283); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4C13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4C13 is #43B3EC. Grayscale: #676767. Windows color (decimal): -4436973 or 1264828. OLE color: 1264828.
HSL color Cylindrical-coordinate representation of color #BC4C13: hue angle of 20.24º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC4C13 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 76 | 19 | - |
| CMYK | 0 | 0.60 | 0.90 | 0.26 |
| HSL | 20.24º | 0.82% | 0.41% | - |
| HSV(B) | 20.24º | 0.9% | 0.74% | - |
| XYZ | 23.44 | 15.91 | 2.45 | - |
| YUV | 102.99 | 80.61 | 188.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 76 | 19 | 0 | 0.60 | 0.90 | 0.26 | 20.24 | 0.82 | 0.41 |
| Hex | BC | 4C | 13 | 0 | 3C | 5A | 1A | 14 | 52 | 29 |
| Octal | 274 | 114 | 23 | 0 | 74 | 132 | 32 | 24 | 122 | 51 |
| Binary | 10111100 | 1001100 | 10011 | 0 | 111100 | 1011010 | 11010 | 10100 | 1010010 | 101001 |
Color Harmonies of #BC4C13
Complementary color
Monochromatic Colors of #BC4C13
Black with #BC4C13
Text Example
Text Example
White with #BC4C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4C13; }
p { color: rgb(188,76,19); }
H1.HeaderClassName
{
color: #BC4C13;
}
.AnyTagClassName
{
color: #BC4C13;
}
</style>
background-color css
<style>
a { background-color: #BC4C13; }
a { background-color: rgb(188,76,19); }
div.DivClassName
{
background-color: #BC4C13;
}
.BgClassName
{
background-color: #BC4C13;
}
</style>
border-color css
<style>
span { border-color: #BC4C13; }
span { border-color: rgb(188,76,19); }
td.TdClassName
{
border-color: #BC4C13;
}
.TagClassName
{
border-color: #BC4C13;
}
</style>