Shades of Rust #BC4F1D
Tints of Rust #BC4F1D
RGB
CMYK
RGB Variations
Color information
#BC4F1D (or 0xBC4F1D) is known color: Rust. HEX triplet: BC, 4F and 1D. RGB value is (188,79,29). Sum of RGB (Red+Green+Blue) = 188+79+29=296 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.51% from 296); Green value is 79 (31.25% from 255 or 26.69% from 296); Blue value is 29 (11.72% from 255 or 9.80% from 296); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4F1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC4F1D is #43B0E2. Grayscale: #6A6A6A. Windows color (decimal): -4436195 or 1920956. OLE color: 1920956.
HSL color Cylindrical-coordinate representation of color #BC4F1D: hue angle of 18.87º 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 #BC4F1D is Cyan = 0, Magento = 0.58, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 79 | 29 | - |
| CMYK | 0 | 0.58 | 0.85 | 0.26 |
| HSL | 18.87º | 0.73% | 0.43% | - |
| HSV(B) | 18.87º | 0.85% | 0.74% | - |
| XYZ | 23.76 | 16.37 | 3.07 | - |
| YUV | 105.89 | 84.61 | 186.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 79 | 29 | 0 | 0.58 | 0.85 | 0.26 | 18.87 | 0.73 | 0.43 |
| Hex | BC | 4F | 1D | 0 | 3A | 55 | 1A | 13 | 49 | 2B |
| Octal | 274 | 117 | 35 | 0 | 72 | 125 | 32 | 23 | 111 | 53 |
| Binary | 10111100 | 1001111 | 11101 | 0 | 111010 | 1010101 | 11010 | 10011 | 1001001 | 101011 |
Color Harmonies of #BC4F1D
Complementary color
Monochromatic Colors of #BC4F1D
Black with #BC4F1D
Text Example
Text Example
White with #BC4F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4F1D; }
p { color: rgb(188,79,29); }
H1.HeaderClassName
{
color: #BC4F1D;
}
.AnyTagClassName
{
color: #BC4F1D;
}
</style>
background-color css
<style>
a { background-color: #BC4F1D; }
a { background-color: rgb(188,79,29); }
div.DivClassName
{
background-color: #BC4F1D;
}
.BgClassName
{
background-color: #BC4F1D;
}
</style>
border-color css
<style>
span { border-color: #BC4F1D; }
span { border-color: rgb(188,79,29); }
td.TdClassName
{
border-color: #BC4F1D;
}
.TagClassName
{
border-color: #BC4F1D;
}
</style>