Shades of Rust #BC4B05
Tints of Rust #BC4B05
RGB
CMYK
RGB Variations
Color information
#BC4B05 (or 0xBC4B05) is known color: Rust. HEX triplet: BC, 4B and 05. RGB value is (188,75,5). Sum of RGB (Red+Green+Blue) = 188+75+5=268 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.15% from 268); Green value is 75 (29.69% from 255 or 27.99% from 268); Blue value is 5 (2.34% from 255 or 1.87% from 268); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4B05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4B05 is #43B4FA. Grayscale: #656565. Windows color (decimal): -4437243 or 347068. OLE color: 347068.
HSL color Cylindrical-coordinate representation of color #BC4B05: hue angle of 22.95º 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 #BC4B05 is Cyan = 0, Magento = 0.60, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 75 | 5 | - |
| CMYK | 0 | 0.60 | 0.97 | 0.26 |
| HSL | 22.95º | 0.95% | 0.38% | - |
| HSV(B) | 22.95º | 0.97% | 0.74% | - |
| XYZ | 23.28 | 15.73 | 1.95 | - |
| YUV | 100.81 | 73.94 | 190.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 75 | 5 | 0 | 0.60 | 0.97 | 0.26 | 22.95 | 0.95 | 0.38 |
| Hex | BC | 4B | 5 | 0 | 3C | 61 | 1A | 17 | 5F | 26 |
| Octal | 274 | 113 | 5 | 0 | 74 | 141 | 32 | 27 | 137 | 46 |
| Binary | 10111100 | 1001011 | 101 | 0 | 111100 | 1100001 | 11010 | 10111 | 1011111 | 100110 |
Color Harmonies of #BC4B05
Complementary color
Monochromatic Colors of #BC4B05
Black with #BC4B05
Text Example
Text Example
White with #BC4B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4B05; }
p { color: rgb(188,75,5); }
H1.HeaderClassName
{
color: #BC4B05;
}
.AnyTagClassName
{
color: #BC4B05;
}
</style>
background-color css
<style>
a { background-color: #BC4B05; }
a { background-color: rgb(188,75,5); }
div.DivClassName
{
background-color: #BC4B05;
}
.BgClassName
{
background-color: #BC4B05;
}
</style>
border-color css
<style>
span { border-color: #BC4B05; }
span { border-color: rgb(188,75,5); }
td.TdClassName
{
border-color: #BC4B05;
}
.TagClassName
{
border-color: #BC4B05;
}
</style>