Shades of Rust #BC491C
Tints of Rust #BC491C
RGB
CMYK
RGB Variations
Color information
#BC491C (or 0xBC491C) is known color: Rust. HEX triplet: BC, 49 and 1C. RGB value is (188,73,28). Sum of RGB (Red+Green+Blue) = 188+73+28=289 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.05% from 289); Green value is 73 (28.91% from 255 or 25.26% from 289); Blue value is 28 (11.33% from 255 or 9.69% from 289); Max value from RGB is 188 - color contains mainly: red. Hex color #BC491C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC491C is #43B6E3. Grayscale: #666666. Windows color (decimal): -4437732 or 1853884. OLE color: 1853884.
HSL color Cylindrical-coordinate representation of color #BC491C: hue angle of 16.88º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC491C is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 73 | 28 | - |
| CMYK | 0 | 0.61 | 0.85 | 0.26 |
| HSL | 16.88º | 0.74% | 0.42% | - |
| HSV(B) | 16.88º | 0.85% | 0.74% | - |
| XYZ | 23.33 | 15.54 | 2.87 | - |
| YUV | 102.26 | 86.1 | 189.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 73 | 28 | 0 | 0.61 | 0.85 | 0.26 | 16.88 | 0.74 | 0.42 |
| Hex | BC | 49 | 1C | 0 | 3D | 55 | 1A | 11 | 4A | 2A |
| Octal | 274 | 111 | 34 | 0 | 75 | 125 | 32 | 21 | 112 | 52 |
| Binary | 10111100 | 1001001 | 11100 | 0 | 111101 | 1010101 | 11010 | 10001 | 1001010 | 101010 |
Color Harmonies of #BC491C
Complementary color
Monochromatic Colors of #BC491C
Black with #BC491C
Text Example
Text Example
White with #BC491C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC491C; }
p { color: rgb(188,73,28); }
H1.HeaderClassName
{
color: #BC491C;
}
.AnyTagClassName
{
color: #BC491C;
}
</style>
background-color css
<style>
a { background-color: #BC491C; }
a { background-color: rgb(188,73,28); }
div.DivClassName
{
background-color: #BC491C;
}
.BgClassName
{
background-color: #BC491C;
}
</style>
border-color css
<style>
span { border-color: #BC491C; }
span { border-color: rgb(188,73,28); }
td.TdClassName
{
border-color: #BC491C;
}
.TagClassName
{
border-color: #BC491C;
}
</style>