Shades of Rust #BC4507
Tints of Rust #BC4507
RGB
CMYK
RGB Variations
Color information
#BC4507 (or 0xBC4507) is known color: Rust. HEX triplet: BC, 45 and 07. RGB value is (188,69,7). Sum of RGB (Red+Green+Blue) = 188+69+7=264 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.21% from 264); Green value is 69 (27.34% from 255 or 26.14% from 264); Blue value is 7 (3.12% from 255 or 2.65% from 264); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4507 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4507 is #43BAF8. Grayscale: #616161. Windows color (decimal): -4438777 or 476604. OLE color: 476604.
HSL color Cylindrical-coordinate representation of color #BC4507: hue angle of 20.55º 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 #BC4507 is Cyan = 0, Magento = 0.63, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 69 | 7 | - |
| CMYK | 0 | 0.63 | 0.96 | 0.26 |
| HSL | 20.55º | 0.93% | 0.38% | - |
| HSV(B) | 20.55º | 0.96% | 0.74% | - |
| XYZ | 22.91 | 14.96 | 1.88 | - |
| YUV | 97.51 | 76.92 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 69 | 7 | 0 | 0.63 | 0.96 | 0.26 | 20.55 | 0.93 | 0.38 |
| Hex | BC | 45 | 7 | 0 | 3F | 60 | 1A | 15 | 5D | 26 |
| Octal | 274 | 105 | 7 | 0 | 77 | 140 | 32 | 25 | 135 | 46 |
| Binary | 10111100 | 1000101 | 111 | 0 | 111111 | 1100000 | 11010 | 10101 | 1011101 | 100110 |
Color Harmonies of #BC4507
Complementary color
Monochromatic Colors of #BC4507
Black with #BC4507
Text Example
Text Example
White with #BC4507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4507; }
p { color: rgb(188,69,7); }
H1.HeaderClassName
{
color: #BC4507;
}
.AnyTagClassName
{
color: #BC4507;
}
</style>
background-color css
<style>
a { background-color: #BC4507; }
a { background-color: rgb(188,69,7); }
div.DivClassName
{
background-color: #BC4507;
}
.BgClassName
{
background-color: #BC4507;
}
</style>
border-color css
<style>
span { border-color: #BC4507; }
span { border-color: rgb(188,69,7); }
td.TdClassName
{
border-color: #BC4507;
}
.TagClassName
{
border-color: #BC4507;
}
</style>