Shades of Rust #BC3E1F
Tints of Rust #BC3E1F
RGB
CMYK
RGB Variations
Color information
#BC3E1F (or 0xBC3E1F) is known color: Rust. HEX triplet: BC, 3E and 1F. RGB value is (188,62,31). Sum of RGB (Red+Green+Blue) = 188+62+31=281 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.90% from 281); Green value is 62 (24.61% from 255 or 22.06% from 281); Blue value is 31 (12.5% from 255 or 11.03% from 281); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3E1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3E1F is #43C1E0. Grayscale: #606060. Windows color (decimal): -4440545 or 2047676. OLE color: 2047676.
HSL color Cylindrical-coordinate representation of color #BC3E1F: hue angle of 11.85º 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 #BC3E1F is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 62 | 31 | - |
| CMYK | 0 | 0.67 | 0.84 | 0.26 |
| HSL | 11.85º | 0.72% | 0.43% | - |
| HSV(B) | 11.85º | 0.84% | 0.74% | - |
| XYZ | 22.71 | 14.24 | 2.85 | - |
| YUV | 96.14 | 91.24 | 193.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 62 | 31 | 0 | 0.67 | 0.84 | 0.26 | 11.85 | 0.72 | 0.43 |
| Hex | BC | 3E | 1F | 0 | 43 | 54 | 1A | C | 48 | 2B |
| Octal | 274 | 76 | 37 | 0 | 103 | 124 | 32 | 14 | 110 | 53 |
| Binary | 10111100 | 111110 | 11111 | 0 | 1000011 | 1010100 | 11010 | 1100 | 1001000 | 101011 |
Color Harmonies of #BC3E1F
Complementary color
Monochromatic Colors of #BC3E1F
Black with #BC3E1F
Text Example
Text Example
White with #BC3E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3E1F; }
p { color: rgb(188,62,31); }
H1.HeaderClassName
{
color: #BC3E1F;
}
.AnyTagClassName
{
color: #BC3E1F;
}
</style>
background-color css
<style>
a { background-color: #BC3E1F; }
a { background-color: rgb(188,62,31); }
div.DivClassName
{
background-color: #BC3E1F;
}
.BgClassName
{
background-color: #BC3E1F;
}
</style>
border-color css
<style>
span { border-color: #BC3E1F; }
span { border-color: rgb(188,62,31); }
td.TdClassName
{
border-color: #BC3E1F;
}
.TagClassName
{
border-color: #BC3E1F;
}
</style>