Shades of Rust #BC3E1D
Tints of Rust #BC3E1D
RGB
CMYK
RGB Variations
Color information
#BC3E1D (or 0xBC3E1D) is known color: Rust. HEX triplet: BC, 3E and 1D. RGB value is (188,62,29). Sum of RGB (Red+Green+Blue) = 188+62+29=279 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.38% from 279); Green value is 62 (24.61% from 255 or 22.22% from 279); Blue value is 29 (11.72% from 255 or 10.39% from 279); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3E1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3E1D is #43C1E2. Grayscale: #606060. Windows color (decimal): -4440547 or 1916604. OLE color: 1916604.
HSL color Cylindrical-coordinate representation of color #BC3E1D: hue angle of 12.45º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC3E1D is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 62 | 29 | - |
| CMYK | 0 | 0.67 | 0.85 | 0.26 |
| HSL | 12.45º | 0.73% | 0.43% | - |
| HSV(B) | 12.45º | 0.85% | 0.74% | - |
| XYZ | 22.68 | 14.23 | 2.71 | - |
| YUV | 95.91 | 90.24 | 193.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 62 | 29 | 0 | 0.67 | 0.85 | 0.26 | 12.45 | 0.73 | 0.43 |
| Hex | BC | 3E | 1D | 0 | 43 | 55 | 1A | C | 49 | 2B |
| Octal | 274 | 76 | 35 | 0 | 103 | 125 | 32 | 14 | 111 | 53 |
| Binary | 10111100 | 111110 | 11101 | 0 | 1000011 | 1010101 | 11010 | 1100 | 1001001 | 101011 |
Color Harmonies of #BC3E1D
Complementary color
Monochromatic Colors of #BC3E1D
Black with #BC3E1D
Text Example
Text Example
White with #BC3E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3E1D; }
p { color: rgb(188,62,29); }
H1.HeaderClassName
{
color: #BC3E1D;
}
.AnyTagClassName
{
color: #BC3E1D;
}
</style>
background-color css
<style>
a { background-color: #BC3E1D; }
a { background-color: rgb(188,62,29); }
div.DivClassName
{
background-color: #BC3E1D;
}
.BgClassName
{
background-color: #BC3E1D;
}
</style>
border-color css
<style>
span { border-color: #BC3E1D; }
span { border-color: rgb(188,62,29); }
td.TdClassName
{
border-color: #BC3E1D;
}
.TagClassName
{
border-color: #BC3E1D;
}
</style>