Shades of Rust #BC380D
Tints of Rust #BC380D
RGB
CMYK
RGB Variations
Color information
#BC380D (or 0xBC380D) is known color: Rust. HEX triplet: BC, 38 and 0D. RGB value is (188,56,13). Sum of RGB (Red+Green+Blue) = 188+56+13=257 (34% of max value = 765). Red value is 188 (73.83% from 255 or 73.15% from 257); Green value is 56 (22.27% from 255 or 21.79% from 257); Blue value is 13 (5.47% from 255 or 5.06% from 257); Max value from RGB is 188 - color contains mainly: red. Hex color #BC380D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC380D is #43C7F2. Grayscale: #5A5A5A. Windows color (decimal): -4442099 or 866492. OLE color: 866492.
HSL color Cylindrical-coordinate representation of color #BC380D: hue angle of 14.74º 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 #BC380D is Cyan = 0, Magento = 0.70, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 56 | 13 | - |
| CMYK | 0 | 0.70 | 0.93 | 0.26 |
| HSL | 14.74º | 0.87% | 0.39% | - |
| HSV(B) | 14.74º | 0.93% | 0.74% | - |
| XYZ | 22.23 | 13.55 | 1.82 | - |
| YUV | 90.57 | 84.23 | 197.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 56 | 13 | 0 | 0.70 | 0.93 | 0.26 | 14.74 | 0.87 | 0.39 |
| Hex | BC | 38 | D | 0 | 46 | 5D | 1A | F | 57 | 27 |
| Octal | 274 | 70 | 15 | 0 | 106 | 135 | 32 | 17 | 127 | 47 |
| Binary | 10111100 | 111000 | 1101 | 0 | 1000110 | 1011101 | 11010 | 1111 | 1010111 | 100111 |
Color Harmonies of #BC380D
Complementary color
Monochromatic Colors of #BC380D
Black with #BC380D
Text Example
Text Example
White with #BC380D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC380D; }
p { color: rgb(188,56,13); }
H1.HeaderClassName
{
color: #BC380D;
}
.AnyTagClassName
{
color: #BC380D;
}
</style>
background-color css
<style>
a { background-color: #BC380D; }
a { background-color: rgb(188,56,13); }
div.DivClassName
{
background-color: #BC380D;
}
.BgClassName
{
background-color: #BC380D;
}
</style>
border-color css
<style>
span { border-color: #BC380D; }
span { border-color: rgb(188,56,13); }
td.TdClassName
{
border-color: #BC380D;
}
.TagClassName
{
border-color: #BC380D;
}
</style>