Shades of Rust #BC4A1D
Tints of Rust #BC4A1D
RGB
CMYK
RGB Variations
Color information
#BC4A1D (or 0xBC4A1D) is known color: Rust. HEX triplet: BC, 4A and 1D. RGB value is (188,74,29). Sum of RGB (Red+Green+Blue) = 188+74+29=291 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.60% from 291); Green value is 74 (29.30% from 255 or 25.43% from 291); Blue value is 29 (11.72% from 255 or 9.97% from 291); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4A1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4A1D is #43B5E2. Grayscale: #676767. Windows color (decimal): -4437475 or 1919676. OLE color: 1919676.
HSL color Cylindrical-coordinate representation of color #BC4A1D: hue angle of 16.98º 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 #BC4A1D is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 74 | 29 | - |
| CMYK | 0 | 0.61 | 0.85 | 0.26 |
| HSL | 16.98º | 0.73% | 0.43% | - |
| HSV(B) | 16.98º | 0.85% | 0.74% | - |
| XYZ | 23.41 | 15.68 | 2.95 | - |
| YUV | 102.96 | 86.27 | 188.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 74 | 29 | 0 | 0.61 | 0.85 | 0.26 | 16.98 | 0.73 | 0.43 |
| Hex | BC | 4A | 1D | 0 | 3D | 55 | 1A | 11 | 49 | 2B |
| Octal | 274 | 112 | 35 | 0 | 75 | 125 | 32 | 21 | 111 | 53 |
| Binary | 10111100 | 1001010 | 11101 | 0 | 111101 | 1010101 | 11010 | 10001 | 1001001 | 101011 |
Color Harmonies of #BC4A1D
Complementary color
Monochromatic Colors of #BC4A1D
Black with #BC4A1D
Text Example
Text Example
White with #BC4A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4A1D; }
p { color: rgb(188,74,29); }
H1.HeaderClassName
{
color: #BC4A1D;
}
.AnyTagClassName
{
color: #BC4A1D;
}
</style>
background-color css
<style>
a { background-color: #BC4A1D; }
a { background-color: rgb(188,74,29); }
div.DivClassName
{
background-color: #BC4A1D;
}
.BgClassName
{
background-color: #BC4A1D;
}
</style>
border-color css
<style>
span { border-color: #BC4A1D; }
span { border-color: rgb(188,74,29); }
td.TdClassName
{
border-color: #BC4A1D;
}
.TagClassName
{
border-color: #BC4A1D;
}
</style>