Shades of Rust #BC400F
Tints of Rust #BC400F
RGB
CMYK
RGB Variations
Color information
#BC400F (or 0xBC400F) is known color: Rust. HEX triplet: BC, 40 and 0F. RGB value is (188,64,15). Sum of RGB (Red+Green+Blue) = 188+64+15=267 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.41% from 267); Green value is 64 (25.39% from 255 or 23.97% from 267); Blue value is 15 (6.25% from 255 or 5.62% from 267); Max value from RGB is 188 - color contains mainly: red. Hex color #BC400F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC400F is #43BFF0. Grayscale: #5F5F5F. Windows color (decimal): -4440049 or 999612. OLE color: 999612.
HSL color Cylindrical-coordinate representation of color #BC400F: hue angle of 16.99º 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 #BC400F is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 64 | 15 | - |
| CMYK | 0 | 0.66 | 0.92 | 0.26 |
| HSL | 16.99º | 0.85% | 0.4% | - |
| HSV(B) | 16.99º | 0.92% | 0.74% | - |
| XYZ | 22.66 | 14.39 | 2.04 | - |
| YUV | 95.49 | 82.58 | 193.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 64 | 15 | 0 | 0.66 | 0.92 | 0.26 | 16.99 | 0.85 | 0.4 |
| Hex | BC | 40 | F | 0 | 42 | 5C | 1A | 11 | 55 | 28 |
| Octal | 274 | 100 | 17 | 0 | 102 | 134 | 32 | 21 | 125 | 50 |
| Binary | 10111100 | 1000000 | 1111 | 0 | 1000010 | 1011100 | 11010 | 10001 | 1010101 | 101000 |
Color Harmonies of #BC400F
Complementary color
Monochromatic Colors of #BC400F
Black with #BC400F
Text Example
Text Example
White with #BC400F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC400F; }
p { color: rgb(188,64,15); }
H1.HeaderClassName
{
color: #BC400F;
}
.AnyTagClassName
{
color: #BC400F;
}
</style>
background-color css
<style>
a { background-color: #BC400F; }
a { background-color: rgb(188,64,15); }
div.DivClassName
{
background-color: #BC400F;
}
.BgClassName
{
background-color: #BC400F;
}
</style>
border-color css
<style>
span { border-color: #BC400F; }
span { border-color: rgb(188,64,15); }
td.TdClassName
{
border-color: #BC400F;
}
.TagClassName
{
border-color: #BC400F;
}
</style>