Shades of Rust #BC3E13
Tints of Rust #BC3E13
RGB
CMYK
RGB Variations
Color information
#BC3E13 (or 0xBC3E13) is known color: Rust. HEX triplet: BC, 3E and 13. RGB value is (188,62,19). Sum of RGB (Red+Green+Blue) = 188+62+19=269 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.89% from 269); Green value is 62 (24.61% from 255 or 23.05% from 269); Blue value is 19 (7.81% from 255 or 7.06% from 269); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3E13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3E13 is #43C1EC. Grayscale: #5F5F5F. Windows color (decimal): -4440557 or 1261244. OLE color: 1261244.
HSL color Cylindrical-coordinate representation of color #BC3E13: hue angle of 15.27º 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 #BC3E13 is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 62 | 19 | - |
| CMYK | 0 | 0.67 | 0.90 | 0.26 |
| HSL | 15.27º | 0.82% | 0.41% | - |
| HSV(B) | 15.27º | 0.9% | 0.74% | - |
| XYZ | 22.58 | 14.18 | 2.16 | - |
| YUV | 94.77 | 85.24 | 194.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 62 | 19 | 0 | 0.67 | 0.90 | 0.26 | 15.27 | 0.82 | 0.41 |
| Hex | BC | 3E | 13 | 0 | 43 | 5A | 1A | F | 52 | 29 |
| Octal | 274 | 76 | 23 | 0 | 103 | 132 | 32 | 17 | 122 | 51 |
| Binary | 10111100 | 111110 | 10011 | 0 | 1000011 | 1011010 | 11010 | 1111 | 1010010 | 101001 |
Color Harmonies of #BC3E13
Complementary color
Monochromatic Colors of #BC3E13
Black with #BC3E13
Text Example
Text Example
White with #BC3E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3E13; }
p { color: rgb(188,62,19); }
H1.HeaderClassName
{
color: #BC3E13;
}
.AnyTagClassName
{
color: #BC3E13;
}
</style>
background-color css
<style>
a { background-color: #BC3E13; }
a { background-color: rgb(188,62,19); }
div.DivClassName
{
background-color: #BC3E13;
}
.BgClassName
{
background-color: #BC3E13;
}
</style>
border-color css
<style>
span { border-color: #BC3E13; }
span { border-color: rgb(188,62,19); }
td.TdClassName
{
border-color: #BC3E13;
}
.TagClassName
{
border-color: #BC3E13;
}
</style>