Shades of Rust #BC4A07
Tints of Rust #BC4A07
RGB
CMYK
RGB Variations
Color information
#BC4A07 (or 0xBC4A07) is known color: Rust. HEX triplet: BC, 4A and 07. RGB value is (188,74,7). Sum of RGB (Red+Green+Blue) = 188+74+7=269 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.89% from 269); Green value is 74 (29.30% from 255 or 27.51% from 269); Blue value is 7 (3.12% from 255 or 2.60% from 269); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4A07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4A07 is #43B5F8. Grayscale: #646464. Windows color (decimal): -4437497 or 477884. OLE color: 477884.
HSL color Cylindrical-coordinate representation of color #BC4A07: hue angle of 22.21º degrees, saturation: 0.93, 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 #BC4A07 is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 74 | 7 | - |
| CMYK | 0 | 0.61 | 0.96 | 0.26 |
| HSL | 22.21º | 0.93% | 0.38% | - |
| HSV(B) | 22.21º | 0.96% | 0.74% | - |
| XYZ | 23.23 | 15.6 | 1.99 | - |
| YUV | 100.45 | 75.27 | 190.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 74 | 7 | 0 | 0.61 | 0.96 | 0.26 | 22.21 | 0.93 | 0.38 |
| Hex | BC | 4A | 7 | 0 | 3D | 60 | 1A | 16 | 5D | 26 |
| Octal | 274 | 112 | 7 | 0 | 75 | 140 | 32 | 26 | 135 | 46 |
| Binary | 10111100 | 1001010 | 111 | 0 | 111101 | 1100000 | 11010 | 10110 | 1011101 | 100110 |
Color Harmonies of #BC4A07
Complementary color
Monochromatic Colors of #BC4A07
Black with #BC4A07
Text Example
Text Example
White with #BC4A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4A07; }
p { color: rgb(188,74,7); }
H1.HeaderClassName
{
color: #BC4A07;
}
.AnyTagClassName
{
color: #BC4A07;
}
</style>
background-color css
<style>
a { background-color: #BC4A07; }
a { background-color: rgb(188,74,7); }
div.DivClassName
{
background-color: #BC4A07;
}
.BgClassName
{
background-color: #BC4A07;
}
</style>
border-color css
<style>
span { border-color: #BC4A07; }
span { border-color: rgb(188,74,7); }
td.TdClassName
{
border-color: #BC4A07;
}
.TagClassName
{
border-color: #BC4A07;
}
</style>