Shades of Rust #BC490E
Tints of Rust #BC490E
RGB
CMYK
RGB Variations
Color information
#BC490E (or 0xBC490E) is known color: Rust. HEX triplet: BC, 49 and 0E. RGB value is (188,73,14). Sum of RGB (Red+Green+Blue) = 188+73+14=275 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.36% from 275); Green value is 73 (28.91% from 255 or 26.55% from 275); Blue value is 14 (5.86% from 255 or 5.09% from 275); Max value from RGB is 188 - color contains mainly: red. Hex color #BC490E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC490E is #43B6F1. Grayscale: #656565. Windows color (decimal): -4437746 or 936380. OLE color: 936380.
HSL color Cylindrical-coordinate representation of color #BC490E: hue angle of 20.34º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC490E is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 73 | 14 | - |
| CMYK | 0 | 0.61 | 0.93 | 0.26 |
| HSL | 20.34º | 0.86% | 0.4% | - |
| HSV(B) | 20.34º | 0.93% | 0.74% | - |
| XYZ | 23.2 | 15.49 | 2.18 | - |
| YUV | 100.66 | 79.1 | 190.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 73 | 14 | 0 | 0.61 | 0.93 | 0.26 | 20.34 | 0.86 | 0.4 |
| Hex | BC | 49 | E | 0 | 3D | 5D | 1A | 14 | 56 | 28 |
| Octal | 274 | 111 | 16 | 0 | 75 | 135 | 32 | 24 | 126 | 50 |
| Binary | 10111100 | 1001001 | 1110 | 0 | 111101 | 1011101 | 11010 | 10100 | 1010110 | 101000 |
Color Harmonies of #BC490E
Complementary color
Monochromatic Colors of #BC490E
Black with #BC490E
Text Example
Text Example
White with #BC490E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC490E; }
p { color: rgb(188,73,14); }
H1.HeaderClassName
{
color: #BC490E;
}
.AnyTagClassName
{
color: #BC490E;
}
</style>
background-color css
<style>
a { background-color: #BC490E; }
a { background-color: rgb(188,73,14); }
div.DivClassName
{
background-color: #BC490E;
}
.BgClassName
{
background-color: #BC490E;
}
</style>
border-color css
<style>
span { border-color: #BC490E; }
span { border-color: rgb(188,73,14); }
td.TdClassName
{
border-color: #BC490E;
}
.TagClassName
{
border-color: #BC490E;
}
</style>