Shades of Rust #BC4A05
Tints of Rust #BC4A05
RGB
CMYK
RGB Variations
Color information
#BC4A05 (or 0xBC4A05) is known color: Rust. HEX triplet: BC, 4A and 05. RGB value is (188,74,5). Sum of RGB (Red+Green+Blue) = 188+74+5=267 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.41% from 267); Green value is 74 (29.30% from 255 or 27.72% from 267); Blue value is 5 (2.34% from 255 or 1.87% from 267); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4A05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4A05 is #43B5FA. Grayscale: #646464. Windows color (decimal): -4437499 or 346812. OLE color: 346812.
HSL color Cylindrical-coordinate representation of color #BC4A05: hue angle of 22.62º 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 #BC4A05 is Cyan = 0, Magento = 0.61, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 74 | 5 | - |
| CMYK | 0 | 0.61 | 0.97 | 0.26 |
| HSL | 22.62º | 0.95% | 0.38% | - |
| HSV(B) | 22.62º | 0.97% | 0.74% | - |
| XYZ | 23.22 | 15.6 | 1.93 | - |
| YUV | 100.22 | 74.27 | 190.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 74 | 5 | 0 | 0.61 | 0.97 | 0.26 | 22.62 | 0.95 | 0.38 |
| Hex | BC | 4A | 5 | 0 | 3D | 61 | 1A | 17 | 5F | 26 |
| Octal | 274 | 112 | 5 | 0 | 75 | 141 | 32 | 27 | 137 | 46 |
| Binary | 10111100 | 1001010 | 101 | 0 | 111101 | 1100001 | 11010 | 10111 | 1011111 | 100110 |
Color Harmonies of #BC4A05
Complementary color
Monochromatic Colors of #BC4A05
Black with #BC4A05
Text Example
Text Example
White with #BC4A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4A05; }
p { color: rgb(188,74,5); }
H1.HeaderClassName
{
color: #BC4A05;
}
.AnyTagClassName
{
color: #BC4A05;
}
</style>
background-color css
<style>
a { background-color: #BC4A05; }
a { background-color: rgb(188,74,5); }
div.DivClassName
{
background-color: #BC4A05;
}
.BgClassName
{
background-color: #BC4A05;
}
</style>
border-color css
<style>
span { border-color: #BC4A05; }
span { border-color: rgb(188,74,5); }
td.TdClassName
{
border-color: #BC4A05;
}
.TagClassName
{
border-color: #BC4A05;
}
</style>