Shades of Rust #BC3F14
Tints of Rust #BC3F14
RGB
CMYK
RGB Variations
Color information
#BC3F14 (or 0xBC3F14) is known color: Rust. HEX triplet: BC, 3F and 14. RGB value is (188,63,20). Sum of RGB (Red+Green+Blue) = 188+63+20=271 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.37% from 271); Green value is 63 (25% from 255 or 23.25% from 271); Blue value is 20 (8.20% from 255 or 7.38% from 271); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3F14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3F14 is #43C0EB. Grayscale: #5F5F5F. Windows color (decimal): -4440300 or 1327036. OLE color: 1327036.
HSL color Cylindrical-coordinate representation of color #BC3F14: hue angle of 15.36º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC3F14 is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 63 | 20 | - |
| CMYK | 0 | 0.66 | 0.89 | 0.26 |
| HSL | 15.36º | 0.81% | 0.41% | - |
| HSV(B) | 15.36º | 0.89% | 0.74% | - |
| XYZ | 22.64 | 14.3 | 2.23 | - |
| YUV | 95.47 | 85.41 | 194 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 63 | 20 | 0 | 0.66 | 0.89 | 0.26 | 15.36 | 0.81 | 0.41 |
| Hex | BC | 3F | 14 | 0 | 42 | 59 | 1A | F | 51 | 29 |
| Octal | 274 | 77 | 24 | 0 | 102 | 131 | 32 | 17 | 121 | 51 |
| Binary | 10111100 | 111111 | 10100 | 0 | 1000010 | 1011001 | 11010 | 1111 | 1010001 | 101001 |
Color Harmonies of #BC3F14
Complementary color
Monochromatic Colors of #BC3F14
Black with #BC3F14
Text Example
Text Example
White with #BC3F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3F14; }
p { color: rgb(188,63,20); }
H1.HeaderClassName
{
color: #BC3F14;
}
.AnyTagClassName
{
color: #BC3F14;
}
</style>
background-color css
<style>
a { background-color: #BC3F14; }
a { background-color: rgb(188,63,20); }
div.DivClassName
{
background-color: #BC3F14;
}
.BgClassName
{
background-color: #BC3F14;
}
</style>
border-color css
<style>
span { border-color: #BC3F14; }
span { border-color: rgb(188,63,20); }
td.TdClassName
{
border-color: #BC3F14;
}
.TagClassName
{
border-color: #BC3F14;
}
</style>