Shades of Rust #BC4504
Tints of Rust #BC4504
RGB
CMYK
RGB Variations
Color information
#BC4504 (or 0xBC4504) is known color: Rust. HEX triplet: BC, 45 and 04. RGB value is (188,69,4). Sum of RGB (Red+Green+Blue) = 188+69+4=261 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.03% from 261); Green value is 69 (27.34% from 255 or 26.44% from 261); Blue value is 4 (1.95% from 255 or 1.53% from 261); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4504 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4504 is #43BAFB. Grayscale: #616161. Windows color (decimal): -4438780 or 279996. OLE color: 279996.
HSL color Cylindrical-coordinate representation of color #BC4504: hue angle of 21.2º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC4504 is Cyan = 0, Magento = 0.63, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 69 | 4 | - |
| CMYK | 0 | 0.63 | 0.98 | 0.26 |
| HSL | 21.2º | 0.96% | 0.38% | - |
| HSV(B) | 21.2º | 0.98% | 0.74% | - |
| XYZ | 22.89 | 14.96 | 1.8 | - |
| YUV | 97.17 | 75.42 | 192.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 69 | 4 | 0 | 0.63 | 0.98 | 0.26 | 21.2 | 0.96 | 0.38 |
| Hex | BC | 45 | 4 | 0 | 3F | 62 | 1A | 15 | 60 | 26 |
| Octal | 274 | 105 | 4 | 0 | 77 | 142 | 32 | 25 | 140 | 46 |
| Binary | 10111100 | 1000101 | 100 | 0 | 111111 | 1100010 | 11010 | 10101 | 1100000 | 100110 |
Color Harmonies of #BC4504
Complementary color
Monochromatic Colors of #BC4504
Black with #BC4504
Text Example
Text Example
White with #BC4504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4504; }
p { color: rgb(188,69,4); }
H1.HeaderClassName
{
color: #BC4504;
}
.AnyTagClassName
{
color: #BC4504;
}
</style>
background-color css
<style>
a { background-color: #BC4504; }
a { background-color: rgb(188,69,4); }
div.DivClassName
{
background-color: #BC4504;
}
.BgClassName
{
background-color: #BC4504;
}
</style>
border-color css
<style>
span { border-color: #BC4504; }
span { border-color: rgb(188,69,4); }
td.TdClassName
{
border-color: #BC4504;
}
.TagClassName
{
border-color: #BC4504;
}
</style>