Shades of Rust #BC4907
Tints of Rust #BC4907
RGB
CMYK
RGB Variations
Color information
#BC4907 (or 0xBC4907) is known color: Rust. HEX triplet: BC, 49 and 07. RGB value is (188,73,7). Sum of RGB (Red+Green+Blue) = 188+73+7=268 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.15% from 268); Green value is 73 (28.91% from 255 or 27.24% from 268); Blue value is 7 (3.12% from 255 or 2.61% from 268); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4907 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4907 is #43B6F8. Grayscale: #646464. Windows color (decimal): -4437753 or 477628. OLE color: 477628.
HSL color Cylindrical-coordinate representation of color #BC4907: hue angle of 21.88º 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 #BC4907 is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 73 | 7 | - |
| CMYK | 0 | 0.61 | 0.96 | 0.26 |
| HSL | 21.88º | 0.93% | 0.38% | - |
| HSV(B) | 21.88º | 0.96% | 0.74% | - |
| XYZ | 23.16 | 15.47 | 1.97 | - |
| YUV | 99.86 | 75.6 | 190.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 73 | 7 | 0 | 0.61 | 0.96 | 0.26 | 21.88 | 0.93 | 0.38 |
| Hex | BC | 49 | 7 | 0 | 3D | 60 | 1A | 16 | 5D | 26 |
| Octal | 274 | 111 | 7 | 0 | 75 | 140 | 32 | 26 | 135 | 46 |
| Binary | 10111100 | 1001001 | 111 | 0 | 111101 | 1100000 | 11010 | 10110 | 1011101 | 100110 |
Color Harmonies of #BC4907
Complementary color
Monochromatic Colors of #BC4907
Black with #BC4907
Text Example
Text Example
White with #BC4907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4907; }
p { color: rgb(188,73,7); }
H1.HeaderClassName
{
color: #BC4907;
}
.AnyTagClassName
{
color: #BC4907;
}
</style>
background-color css
<style>
a { background-color: #BC4907; }
a { background-color: rgb(188,73,7); }
div.DivClassName
{
background-color: #BC4907;
}
.BgClassName
{
background-color: #BC4907;
}
</style>
border-color css
<style>
span { border-color: #BC4907; }
span { border-color: rgb(188,73,7); }
td.TdClassName
{
border-color: #BC4907;
}
.TagClassName
{
border-color: #BC4907;
}
</style>