Shades of Rust #BC4F08
Tints of Rust #BC4F08
RGB
CMYK
RGB Variations
Color information
#BC4F08 (or 0xBC4F08) is known color: Rust. HEX triplet: BC, 4F and 08. RGB value is (188,79,8). Sum of RGB (Red+Green+Blue) = 188+79+8=275 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.36% from 275); Green value is 79 (31.25% from 255 or 28.73% from 275); Blue value is 8 (3.52% from 255 or 2.91% from 275); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4F08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC4F08 is #43B0F7. Grayscale: #676767. Windows color (decimal): -4436216 or 544700. OLE color: 544700.
HSL color Cylindrical-coordinate representation of color #BC4F08: hue angle of 23.67º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC4F08 is Cyan = 0, Magento = 0.58, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 79 | 8 | - |
| CMYK | 0 | 0.58 | 0.96 | 0.26 |
| HSL | 23.67º | 0.92% | 0.38% | - |
| HSV(B) | 23.67º | 0.96% | 0.74% | - |
| XYZ | 23.58 | 16.3 | 2.13 | - |
| YUV | 103.5 | 74.11 | 188.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 79 | 8 | 0 | 0.58 | 0.96 | 0.26 | 23.67 | 0.92 | 0.38 |
| Hex | BC | 4F | 8 | 0 | 3A | 60 | 1A | 18 | 5C | 26 |
| Octal | 274 | 117 | 10 | 0 | 72 | 140 | 32 | 30 | 134 | 46 |
| Binary | 10111100 | 1001111 | 1000 | 0 | 111010 | 1100000 | 11010 | 11000 | 1011100 | 100110 |
Color Harmonies of #BC4F08
Complementary color
Monochromatic Colors of #BC4F08
Black with #BC4F08
Text Example
Text Example
White with #BC4F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4F08; }
p { color: rgb(188,79,8); }
H1.HeaderClassName
{
color: #BC4F08;
}
.AnyTagClassName
{
color: #BC4F08;
}
</style>
background-color css
<style>
a { background-color: #BC4F08; }
a { background-color: rgb(188,79,8); }
div.DivClassName
{
background-color: #BC4F08;
}
.BgClassName
{
background-color: #BC4F08;
}
</style>
border-color css
<style>
span { border-color: #BC4F08; }
span { border-color: rgb(188,79,8); }
td.TdClassName
{
border-color: #BC4F08;
}
.TagClassName
{
border-color: #BC4F08;
}
</style>