Shades of Rust #BC3F1F
Tints of Rust #BC3F1F
RGB
CMYK
RGB Variations
Color information
#BC3F1F (or 0xBC3F1F) is known color: Rust. HEX triplet: BC, 3F and 1F. RGB value is (188,63,31). Sum of RGB (Red+Green+Blue) = 188+63+31=282 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.67% from 282); Green value is 63 (25% from 255 or 22.34% from 282); Blue value is 31 (12.5% from 255 or 10.99% from 282); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3F1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3F1F is #43C0E0. Grayscale: #606060. Windows color (decimal): -4440289 or 2047932. OLE color: 2047932.
HSL color Cylindrical-coordinate representation of color #BC3F1F: hue angle of 12.23º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC3F1F is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 63 | 31 | - |
| CMYK | 0 | 0.66 | 0.84 | 0.26 |
| HSL | 12.23º | 0.72% | 0.43% | - |
| HSV(B) | 12.23º | 0.84% | 0.74% | - |
| XYZ | 22.76 | 14.35 | 2.87 | - |
| YUV | 96.73 | 90.91 | 193.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 63 | 31 | 0 | 0.66 | 0.84 | 0.26 | 12.23 | 0.72 | 0.43 |
| Hex | BC | 3F | 1F | 0 | 42 | 54 | 1A | C | 48 | 2B |
| Octal | 274 | 77 | 37 | 0 | 102 | 124 | 32 | 14 | 110 | 53 |
| Binary | 10111100 | 111111 | 11111 | 0 | 1000010 | 1010100 | 11010 | 1100 | 1001000 | 101011 |
Color Harmonies of #BC3F1F
Complementary color
Monochromatic Colors of #BC3F1F
Black with #BC3F1F
Text Example
Text Example
White with #BC3F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3F1F; }
p { color: rgb(188,63,31); }
H1.HeaderClassName
{
color: #BC3F1F;
}
.AnyTagClassName
{
color: #BC3F1F;
}
</style>
background-color css
<style>
a { background-color: #BC3F1F; }
a { background-color: rgb(188,63,31); }
div.DivClassName
{
background-color: #BC3F1F;
}
.BgClassName
{
background-color: #BC3F1F;
}
</style>
border-color css
<style>
span { border-color: #BC3F1F; }
span { border-color: rgb(188,63,31); }
td.TdClassName
{
border-color: #BC3F1F;
}
.TagClassName
{
border-color: #BC3F1F;
}
</style>