Shades of Rust #BC491E
Tints of Rust #BC491E
RGB
CMYK
RGB Variations
Color information
#BC491E (or 0xBC491E) is known color: Rust. HEX triplet: BC, 49 and 1E. RGB value is (188,73,30). Sum of RGB (Red+Green+Blue) = 188+73+30=291 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.60% from 291); Green value is 73 (28.91% from 255 or 25.09% from 291); Blue value is 30 (12.11% from 255 or 10.31% from 291); Max value from RGB is 188 - color contains mainly: red. Hex color #BC491E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC491E is #43B6E1. Grayscale: #666666. Windows color (decimal): -4437730 or 1984956. OLE color: 1984956.
HSL color Cylindrical-coordinate representation of color #BC491E: hue angle of 16.33º 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 #BC491E is Cyan = 0, Magento = 0.61, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 73 | 30 | - |
| CMYK | 0 | 0.61 | 0.84 | 0.26 |
| HSL | 16.33º | 0.72% | 0.43% | - |
| HSV(B) | 16.33º | 0.84% | 0.74% | - |
| XYZ | 23.36 | 15.55 | 3 | - |
| YUV | 102.48 | 87.1 | 189 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 73 | 30 | 0 | 0.61 | 0.84 | 0.26 | 16.33 | 0.72 | 0.43 |
| Hex | BC | 49 | 1E | 0 | 3D | 54 | 1A | 10 | 48 | 2B |
| Octal | 274 | 111 | 36 | 0 | 75 | 124 | 32 | 20 | 110 | 53 |
| Binary | 10111100 | 1001001 | 11110 | 0 | 111101 | 1010100 | 11010 | 10000 | 1001000 | 101011 |
Color Harmonies of #BC491E
Complementary color
Monochromatic Colors of #BC491E
Black with #BC491E
Text Example
Text Example
White with #BC491E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC491E; }
p { color: rgb(188,73,30); }
H1.HeaderClassName
{
color: #BC491E;
}
.AnyTagClassName
{
color: #BC491E;
}
</style>
background-color css
<style>
a { background-color: #BC491E; }
a { background-color: rgb(188,73,30); }
div.DivClassName
{
background-color: #BC491E;
}
.BgClassName
{
background-color: #BC491E;
}
</style>
border-color css
<style>
span { border-color: #BC491E; }
span { border-color: rgb(188,73,30); }
td.TdClassName
{
border-color: #BC491E;
}
.TagClassName
{
border-color: #BC491E;
}
</style>