Shades of Rust #BC5411
Tints of Rust #BC5411
RGB
CMYK
RGB Variations
Color information
#BC5411 (or 0xBC5411) is known color: Rust. HEX triplet: BC, 54 and 11. RGB value is (188,84,17). Sum of RGB (Red+Green+Blue) = 188+84+17=289 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.05% from 289); Green value is 84 (33.20% from 255 or 29.07% from 289); Blue value is 17 (7.03% from 255 or 5.88% from 289); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5411 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5411 is #43ABEE. Grayscale: #6B6B6B. Windows color (decimal): -4434927 or 1135804. OLE color: 1135804.
HSL color Cylindrical-coordinate representation of color #BC5411: hue angle of 23.51º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC5411 is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 84 | 17 | - |
| CMYK | 0 | 0.55 | 0.91 | 0.26 |
| HSL | 23.51º | 0.83% | 0.4% | - |
| HSV(B) | 23.51º | 0.91% | 0.74% | - |
| XYZ | 24.01 | 17.07 | 2.56 | - |
| YUV | 107.46 | 76.96 | 185.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 84 | 17 | 0 | 0.55 | 0.91 | 0.26 | 23.51 | 0.83 | 0.4 |
| Hex | BC | 54 | 11 | 0 | 37 | 5B | 1A | 18 | 53 | 28 |
| Octal | 274 | 124 | 21 | 0 | 67 | 133 | 32 | 30 | 123 | 50 |
| Binary | 10111100 | 1010100 | 10001 | 0 | 110111 | 1011011 | 11010 | 11000 | 1010011 | 101000 |
Color Harmonies of #BC5411
Complementary color
Monochromatic Colors of #BC5411
Black with #BC5411
Text Example
Text Example
White with #BC5411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5411; }
p { color: rgb(188,84,17); }
H1.HeaderClassName
{
color: #BC5411;
}
.AnyTagClassName
{
color: #BC5411;
}
</style>
background-color css
<style>
a { background-color: #BC5411; }
a { background-color: rgb(188,84,17); }
div.DivClassName
{
background-color: #BC5411;
}
.BgClassName
{
background-color: #BC5411;
}
</style>
border-color css
<style>
span { border-color: #BC5411; }
span { border-color: rgb(188,84,17); }
td.TdClassName
{
border-color: #BC5411;
}
.TagClassName
{
border-color: #BC5411;
}
</style>