Shades of Rust #BC4510
Tints of Rust #BC4510
RGB
CMYK
RGB Variations
Color information
#BC4510 (or 0xBC4510) is known color: Rust. HEX triplet: BC, 45 and 10. RGB value is (188,69,16). Sum of RGB (Red+Green+Blue) = 188+69+16=273 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.86% from 273); Green value is 69 (27.34% from 255 or 25.27% from 273); Blue value is 16 (6.64% from 255 or 5.86% from 273); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4510 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4510 is #43BAEF. Grayscale: #626262. Windows color (decimal): -4438768 or 1066428. OLE color: 1066428.
HSL color Cylindrical-coordinate representation of color #BC4510: hue angle of 18.49º degrees, saturation: 0.84, 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 #BC4510 is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 69 | 16 | - |
| CMYK | 0 | 0.63 | 0.91 | 0.26 |
| HSL | 18.49º | 0.84% | 0.4% | - |
| HSV(B) | 18.49º | 0.91% | 0.74% | - |
| XYZ | 22.96 | 14.99 | 2.17 | - |
| YUV | 98.54 | 81.42 | 191.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 69 | 16 | 0 | 0.63 | 0.91 | 0.26 | 18.49 | 0.84 | 0.4 |
| Hex | BC | 45 | 10 | 0 | 3F | 5B | 1A | 12 | 54 | 28 |
| Octal | 274 | 105 | 20 | 0 | 77 | 133 | 32 | 22 | 124 | 50 |
| Binary | 10111100 | 1000101 | 10000 | 0 | 111111 | 1011011 | 11010 | 10010 | 1010100 | 101000 |
Color Harmonies of #BC4510
Complementary color
Monochromatic Colors of #BC4510
Black with #BC4510
Text Example
Text Example
White with #BC4510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4510; }
p { color: rgb(188,69,16); }
H1.HeaderClassName
{
color: #BC4510;
}
.AnyTagClassName
{
color: #BC4510;
}
</style>
background-color css
<style>
a { background-color: #BC4510; }
a { background-color: rgb(188,69,16); }
div.DivClassName
{
background-color: #BC4510;
}
.BgClassName
{
background-color: #BC4510;
}
</style>
border-color css
<style>
span { border-color: #BC4510; }
span { border-color: rgb(188,69,16); }
td.TdClassName
{
border-color: #BC4510;
}
.TagClassName
{
border-color: #BC4510;
}
</style>