Shades of Rust #BC4F05
Tints of Rust #BC4F05
RGB
CMYK
RGB Variations
Color information
#BC4F05 (or 0xBC4F05) is known color: Rust. HEX triplet: BC, 4F and 05. RGB value is (188,79,5). Sum of RGB (Red+Green+Blue) = 188+79+5=272 (36% of max value = 765). Red value is 188 (73.83% from 255 or 69.12% from 272); Green value is 79 (31.25% from 255 or 29.04% from 272); Blue value is 5 (2.34% from 255 or 1.84% from 272); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4F05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC4F05 is #43B0FA. Grayscale: #676767. Windows color (decimal): -4436219 or 348092. OLE color: 348092.
HSL color Cylindrical-coordinate representation of color #BC4F05: hue angle of 24.26º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC4F05 is Cyan = 0, Magento = 0.58, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 79 | 5 | - |
| CMYK | 0 | 0.58 | 0.97 | 0.26 |
| HSL | 24.26º | 0.95% | 0.38% | - |
| HSV(B) | 24.26º | 0.97% | 0.74% | - |
| XYZ | 23.56 | 16.29 | 2.05 | - |
| YUV | 103.16 | 72.61 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 79 | 5 | 0 | 0.58 | 0.97 | 0.26 | 24.26 | 0.95 | 0.38 |
| Hex | BC | 4F | 5 | 0 | 3A | 61 | 1A | 18 | 5F | 26 |
| Octal | 274 | 117 | 5 | 0 | 72 | 141 | 32 | 30 | 137 | 46 |
| Binary | 10111100 | 1001111 | 101 | 0 | 111010 | 1100001 | 11010 | 11000 | 1011111 | 100110 |
Color Harmonies of #BC4F05
Complementary color
Monochromatic Colors of #BC4F05
Black with #BC4F05
Text Example
Text Example
White with #BC4F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4F05; }
p { color: rgb(188,79,5); }
H1.HeaderClassName
{
color: #BC4F05;
}
.AnyTagClassName
{
color: #BC4F05;
}
</style>
background-color css
<style>
a { background-color: #BC4F05; }
a { background-color: rgb(188,79,5); }
div.DivClassName
{
background-color: #BC4F05;
}
.BgClassName
{
background-color: #BC4F05;
}
</style>
border-color css
<style>
span { border-color: #BC4F05; }
span { border-color: rgb(188,79,5); }
td.TdClassName
{
border-color: #BC4F05;
}
.TagClassName
{
border-color: #BC4F05;
}
</style>