Shades of Rust #BC3913
Tints of Rust #BC3913
RGB
CMYK
RGB Variations
Color information
#BC3913 (or 0xBC3913) is known color: Rust. HEX triplet: BC, 39 and 13. RGB value is (188,57,19). Sum of RGB (Red+Green+Blue) = 188+57+19=264 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.21% from 264); Green value is 57 (22.66% from 255 or 21.59% from 264); Blue value is 19 (7.81% from 255 or 7.20% from 264); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3913 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3913 is #43C6EC. Grayscale: #5C5C5C. Windows color (decimal): -4441837 or 1259964. OLE color: 1259964.
HSL color Cylindrical-coordinate representation of color #BC3913: hue angle of 13.49º 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 #BC3913 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 57 | 19 | - |
| CMYK | 0 | 0.70 | 0.90 | 0.26 |
| HSL | 13.49º | 0.82% | 0.41% | - |
| HSV(B) | 13.49º | 0.9% | 0.74% | - |
| XYZ | 22.32 | 13.66 | 2.08 | - |
| YUV | 91.84 | 86.9 | 196.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 57 | 19 | 0 | 0.70 | 0.90 | 0.26 | 13.49 | 0.82 | 0.41 |
| Hex | BC | 39 | 13 | 0 | 46 | 5A | 1A | D | 52 | 29 |
| Octal | 274 | 71 | 23 | 0 | 106 | 132 | 32 | 15 | 122 | 51 |
| Binary | 10111100 | 111001 | 10011 | 0 | 1000110 | 1011010 | 11010 | 1101 | 1010010 | 101001 |
Color Harmonies of #BC3913
Complementary color
Monochromatic Colors of #BC3913
Black with #BC3913
Text Example
Text Example
White with #BC3913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3913; }
p { color: rgb(188,57,19); }
H1.HeaderClassName
{
color: #BC3913;
}
.AnyTagClassName
{
color: #BC3913;
}
</style>
background-color css
<style>
a { background-color: #BC3913; }
a { background-color: rgb(188,57,19); }
div.DivClassName
{
background-color: #BC3913;
}
.BgClassName
{
background-color: #BC3913;
}
</style>
border-color css
<style>
span { border-color: #BC3913; }
span { border-color: rgb(188,57,19); }
td.TdClassName
{
border-color: #BC3913;
}
.TagClassName
{
border-color: #BC3913;
}
</style>