Shades of Rust #BC500F
Tints of Rust #BC500F
RGB
CMYK
RGB Variations
Color information
#BC500F (or 0xBC500F) is known color: Rust. HEX triplet: BC, 50 and 0F. RGB value is (188,80,15). Sum of RGB (Red+Green+Blue) = 188+80+15=283 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.43% from 283); Green value is 80 (31.64% from 255 or 28.27% from 283); Blue value is 15 (6.25% from 255 or 5.30% from 283); Max value from RGB is 188 - color contains mainly: red. Hex color #BC500F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC500F is #43AFF0. Grayscale: #696969. Windows color (decimal): -4435953 or 1003708. OLE color: 1003708.
HSL color Cylindrical-coordinate representation of color #BC500F: hue angle of 22.54º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BC500F is Cyan = 0, Magento = 0.57, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 80 | 15 | - |
| CMYK | 0 | 0.57 | 0.92 | 0.26 |
| HSL | 22.54º | 0.85% | 0.4% | - |
| HSV(B) | 22.54º | 0.92% | 0.74% | - |
| XYZ | 23.69 | 16.46 | 2.38 | - |
| YUV | 104.88 | 77.28 | 187.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 80 | 15 | 0 | 0.57 | 0.92 | 0.26 | 22.54 | 0.85 | 0.4 |
| Hex | BC | 50 | F | 0 | 39 | 5C | 1A | 17 | 55 | 28 |
| Octal | 274 | 120 | 17 | 0 | 71 | 134 | 32 | 27 | 125 | 50 |
| Binary | 10111100 | 1010000 | 1111 | 0 | 111001 | 1011100 | 11010 | 10111 | 1010101 | 101000 |
Color Harmonies of #BC500F
Complementary color
Monochromatic Colors of #BC500F
Black with #BC500F
Text Example
Text Example
White with #BC500F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC500F; }
p { color: rgb(188,80,15); }
H1.HeaderClassName
{
color: #BC500F;
}
.AnyTagClassName
{
color: #BC500F;
}
</style>
background-color css
<style>
a { background-color: #BC500F; }
a { background-color: rgb(188,80,15); }
div.DivClassName
{
background-color: #BC500F;
}
.BgClassName
{
background-color: #BC500F;
}
</style>
border-color css
<style>
span { border-color: #BC500F; }
span { border-color: rgb(188,80,15); }
td.TdClassName
{
border-color: #BC500F;
}
.TagClassName
{
border-color: #BC500F;
}
</style>