Shades of Rust #BC491D
Tints of Rust #BC491D
RGB
CMYK
RGB Variations
Color information
#BC491D (or 0xBC491D) is known color: Rust. HEX triplet: BC, 49 and 1D. RGB value is (188,73,29). Sum of RGB (Red+Green+Blue) = 188+73+29=290 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.83% from 290); Green value is 73 (28.91% from 255 or 25.17% from 290); Blue value is 29 (11.72% from 255 or 10% from 290); Max value from RGB is 188 - color contains mainly: red. Hex color #BC491D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC491D is #43B6E2. Grayscale: #666666. Windows color (decimal): -4437731 or 1919420. OLE color: 1919420.
HSL color Cylindrical-coordinate representation of color #BC491D: hue angle of 16.6º 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 #BC491D is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 73 | 29 | - |
| CMYK | 0 | 0.61 | 0.85 | 0.26 |
| HSL | 16.6º | 0.73% | 0.43% | - |
| HSV(B) | 16.6º | 0.85% | 0.74% | - |
| XYZ | 23.34 | 15.55 | 2.93 | - |
| YUV | 102.37 | 86.6 | 189.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 73 | 29 | 0 | 0.61 | 0.85 | 0.26 | 16.6 | 0.73 | 0.43 |
| Hex | BC | 49 | 1D | 0 | 3D | 55 | 1A | 11 | 49 | 2B |
| Octal | 274 | 111 | 35 | 0 | 75 | 125 | 32 | 21 | 111 | 53 |
| Binary | 10111100 | 1001001 | 11101 | 0 | 111101 | 1010101 | 11010 | 10001 | 1001001 | 101011 |
Color Harmonies of #BC491D
Complementary color
Monochromatic Colors of #BC491D
Black with #BC491D
Text Example
Text Example
White with #BC491D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC491D; }
p { color: rgb(188,73,29); }
H1.HeaderClassName
{
color: #BC491D;
}
.AnyTagClassName
{
color: #BC491D;
}
</style>
background-color css
<style>
a { background-color: #BC491D; }
a { background-color: rgb(188,73,29); }
div.DivClassName
{
background-color: #BC491D;
}
.BgClassName
{
background-color: #BC491D;
}
</style>
border-color css
<style>
span { border-color: #BC491D; }
span { border-color: rgb(188,73,29); }
td.TdClassName
{
border-color: #BC491D;
}
.TagClassName
{
border-color: #BC491D;
}
</style>