Shades of Rust #BC370D
Tints of Rust #BC370D
RGB
CMYK
RGB Variations
Color information
#BC370D (or 0xBC370D) is known color: Rust. HEX triplet: BC, 37 and 0D. RGB value is (188,55,13). Sum of RGB (Red+Green+Blue) = 188+55+13=256 (33% of max value = 765). Red value is 188 (73.83% from 255 or 73.44% from 256); Green value is 55 (21.88% from 255 or 21.48% from 256); Blue value is 13 (5.47% from 255 or 5.08% from 256); Max value from RGB is 188 - color contains mainly: red. Hex color #BC370D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC370D is #43C8F2. Grayscale: #5A5A5A. Windows color (decimal): -4442355 or 866236. OLE color: 866236.
HSL color Cylindrical-coordinate representation of color #BC370D: hue angle of 14.4º 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 #BC370D is Cyan = 0, Magento = 0.71, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 55 | 13 | - |
| CMYK | 0 | 0.71 | 0.93 | 0.26 |
| HSL | 14.4º | 0.87% | 0.39% | - |
| HSV(B) | 14.4º | 0.93% | 0.74% | - |
| XYZ | 22.18 | 13.45 | 1.81 | - |
| YUV | 89.98 | 84.56 | 197.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 55 | 13 | 0 | 0.71 | 0.93 | 0.26 | 14.4 | 0.87 | 0.39 |
| Hex | BC | 37 | D | 0 | 47 | 5D | 1A | E | 57 | 27 |
| Octal | 274 | 67 | 15 | 0 | 107 | 135 | 32 | 16 | 127 | 47 |
| Binary | 10111100 | 110111 | 1101 | 0 | 1000111 | 1011101 | 11010 | 1110 | 1010111 | 100111 |
Color Harmonies of #BC370D
Complementary color
Monochromatic Colors of #BC370D
Black with #BC370D
Text Example
Text Example
White with #BC370D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC370D; }
p { color: rgb(188,55,13); }
H1.HeaderClassName
{
color: #BC370D;
}
.AnyTagClassName
{
color: #BC370D;
}
</style>
background-color css
<style>
a { background-color: #BC370D; }
a { background-color: rgb(188,55,13); }
div.DivClassName
{
background-color: #BC370D;
}
.BgClassName
{
background-color: #BC370D;
}
</style>
border-color css
<style>
span { border-color: #BC370D; }
span { border-color: rgb(188,55,13); }
td.TdClassName
{
border-color: #BC370D;
}
.TagClassName
{
border-color: #BC370D;
}
</style>