Shades of Rust #BC390D
Tints of Rust #BC390D
RGB
CMYK
RGB Variations
Color information
#BC390D (or 0xBC390D) is known color: Rust. HEX triplet: BC, 39 and 0D. RGB value is (188,57,13). Sum of RGB (Red+Green+Blue) = 188+57+13=258 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.87% from 258); Green value is 57 (22.66% from 255 or 22.09% from 258); Blue value is 13 (5.47% from 255 or 5.04% from 258); Max value from RGB is 188 - color contains mainly: red. Hex color #BC390D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC390D is #43C6F2. Grayscale: #5B5B5B. Windows color (decimal): -4441843 or 866748. OLE color: 866748.
HSL color Cylindrical-coordinate representation of color #BC390D: hue angle of 15.09º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC390D is Cyan = 0, Magento = 0.70, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 57 | 13 | - |
| CMYK | 0 | 0.70 | 0.93 | 0.26 |
| HSL | 15.09º | 0.87% | 0.39% | - |
| HSV(B) | 15.09º | 0.93% | 0.74% | - |
| XYZ | 22.27 | 13.65 | 1.84 | - |
| YUV | 91.15 | 83.9 | 197.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 57 | 13 | 0 | 0.70 | 0.93 | 0.26 | 15.09 | 0.87 | 0.39 |
| Hex | BC | 39 | D | 0 | 46 | 5D | 1A | F | 57 | 27 |
| Octal | 274 | 71 | 15 | 0 | 106 | 135 | 32 | 17 | 127 | 47 |
| Binary | 10111100 | 111001 | 1101 | 0 | 1000110 | 1011101 | 11010 | 1111 | 1010111 | 100111 |
Color Harmonies of #BC390D
Complementary color
Monochromatic Colors of #BC390D
Black with #BC390D
Text Example
Text Example
White with #BC390D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC390D; }
p { color: rgb(188,57,13); }
H1.HeaderClassName
{
color: #BC390D;
}
.AnyTagClassName
{
color: #BC390D;
}
</style>
background-color css
<style>
a { background-color: #BC390D; }
a { background-color: rgb(188,57,13); }
div.DivClassName
{
background-color: #BC390D;
}
.BgClassName
{
background-color: #BC390D;
}
</style>
border-color css
<style>
span { border-color: #BC390D; }
span { border-color: rgb(188,57,13); }
td.TdClassName
{
border-color: #BC390D;
}
.TagClassName
{
border-color: #BC390D;
}
</style>