Shades of Rust #BC3F13
Tints of Rust #BC3F13
RGB
CMYK
RGB Variations
Color information
#BC3F13 (or 0xBC3F13) is known color: Rust. HEX triplet: BC, 3F and 13. RGB value is (188,63,19). Sum of RGB (Red+Green+Blue) = 188+63+19=270 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.63% from 270); Green value is 63 (25% from 255 or 23.33% from 270); Blue value is 19 (7.81% from 255 or 7.04% from 270); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3F13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3F13 is #43C0EC. Grayscale: #5F5F5F. Windows color (decimal): -4440301 or 1261500. OLE color: 1261500.
HSL color Cylindrical-coordinate representation of color #BC3F13: hue angle of 15.62º 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 #BC3F13 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 63 | 19 | - |
| CMYK | 0 | 0.66 | 0.90 | 0.26 |
| HSL | 15.62º | 0.82% | 0.41% | - |
| HSV(B) | 15.62º | 0.9% | 0.74% | - |
| XYZ | 22.63 | 14.29 | 2.18 | - |
| YUV | 95.36 | 84.91 | 194.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 63 | 19 | 0 | 0.66 | 0.90 | 0.26 | 15.62 | 0.82 | 0.41 |
| Hex | BC | 3F | 13 | 0 | 42 | 5A | 1A | 10 | 52 | 29 |
| Octal | 274 | 77 | 23 | 0 | 102 | 132 | 32 | 20 | 122 | 51 |
| Binary | 10111100 | 111111 | 10011 | 0 | 1000010 | 1011010 | 11010 | 10000 | 1010010 | 101001 |
Color Harmonies of #BC3F13
Complementary color
Monochromatic Colors of #BC3F13
Black with #BC3F13
Text Example
Text Example
White with #BC3F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3F13; }
p { color: rgb(188,63,19); }
H1.HeaderClassName
{
color: #BC3F13;
}
.AnyTagClassName
{
color: #BC3F13;
}
</style>
background-color css
<style>
a { background-color: #BC3F13; }
a { background-color: rgb(188,63,19); }
div.DivClassName
{
background-color: #BC3F13;
}
.BgClassName
{
background-color: #BC3F13;
}
</style>
border-color css
<style>
span { border-color: #BC3F13; }
span { border-color: rgb(188,63,19); }
td.TdClassName
{
border-color: #BC3F13;
}
.TagClassName
{
border-color: #BC3F13;
}
</style>