Shades of Rust #BC380E
Tints of Rust #BC380E
RGB
CMYK
RGB Variations
Color information
#BC380E (or 0xBC380E) is known color: Rust. HEX triplet: BC, 38 and 0E. RGB value is (188,56,14). Sum of RGB (Red+Green+Blue) = 188+56+14=258 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.87% from 258); Green value is 56 (22.27% from 255 or 21.71% from 258); Blue value is 14 (5.86% from 255 or 5.43% from 258); Max value from RGB is 188 - color contains mainly: red. Hex color #BC380E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC380E is #43C7F1. Grayscale: #5A5A5A. Windows color (decimal): -4442098 or 932028. OLE color: 932028.
HSL color Cylindrical-coordinate representation of color #BC380E: hue angle of 14.48º 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 #BC380E is Cyan = 0, Magento = 0.70, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 56 | 14 | - |
| CMYK | 0 | 0.70 | 0.93 | 0.26 |
| HSL | 14.48º | 0.86% | 0.4% | - |
| HSV(B) | 14.48º | 0.93% | 0.74% | - |
| XYZ | 22.23 | 13.55 | 1.86 | - |
| YUV | 90.68 | 84.73 | 197.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 56 | 14 | 0 | 0.70 | 0.93 | 0.26 | 14.48 | 0.86 | 0.4 |
| Hex | BC | 38 | E | 0 | 46 | 5D | 1A | E | 56 | 28 |
| Octal | 274 | 70 | 16 | 0 | 106 | 135 | 32 | 16 | 126 | 50 |
| Binary | 10111100 | 111000 | 1110 | 0 | 1000110 | 1011101 | 11010 | 1110 | 1010110 | 101000 |
Color Harmonies of #BC380E
Complementary color
Monochromatic Colors of #BC380E
Black with #BC380E
Text Example
Text Example
White with #BC380E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC380E; }
p { color: rgb(188,56,14); }
H1.HeaderClassName
{
color: #BC380E;
}
.AnyTagClassName
{
color: #BC380E;
}
</style>
background-color css
<style>
a { background-color: #BC380E; }
a { background-color: rgb(188,56,14); }
div.DivClassName
{
background-color: #BC380E;
}
.BgClassName
{
background-color: #BC380E;
}
</style>
border-color css
<style>
span { border-color: #BC380E; }
span { border-color: rgb(188,56,14); }
td.TdClassName
{
border-color: #BC380E;
}
.TagClassName
{
border-color: #BC380E;
}
</style>