Shades of Rust #BC3504
Tints of Rust #BC3504
RGB
CMYK
RGB Variations
Color information
#BC3504 (or 0xBC3504) is known color: Rust. HEX triplet: BC, 35 and 04. RGB value is (188,53,4). Sum of RGB (Red+Green+Blue) = 188+53+4=245 (32% of max value = 765). Red value is 188 (73.83% from 255 or 76.73% from 245); Green value is 53 (21.09% from 255 or 21.63% from 245); Blue value is 4 (1.95% from 255 or 1.63% from 245); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3504 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3504 is #43CAFB. Grayscale: #585858. Windows color (decimal): -4442876 or 275900. OLE color: 275900.
HSL color Cylindrical-coordinate representation of color #BC3504: hue angle of 15.98º 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 #BC3504 is Cyan = 0, Magento = 0.72, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 53 | 4 | - |
| CMYK | 0 | 0.72 | 0.98 | 0.26 |
| HSL | 15.98º | 0.96% | 0.38% | - |
| HSV(B) | 15.98º | 0.98% | 0.74% | - |
| XYZ | 22.03 | 13.25 | 1.51 | - |
| YUV | 87.78 | 80.73 | 199.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 53 | 4 | 0 | 0.72 | 0.98 | 0.26 | 15.98 | 0.96 | 0.38 |
| Hex | BC | 35 | 4 | 0 | 48 | 62 | 1A | 10 | 60 | 26 |
| Octal | 274 | 65 | 4 | 0 | 110 | 142 | 32 | 20 | 140 | 46 |
| Binary | 10111100 | 110101 | 100 | 0 | 1001000 | 1100010 | 11010 | 10000 | 1100000 | 100110 |
Color Harmonies of #BC3504
Complementary color
Monochromatic Colors of #BC3504
Black with #BC3504
Text Example
Text Example
White with #BC3504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3504; }
p { color: rgb(188,53,4); }
H1.HeaderClassName
{
color: #BC3504;
}
.AnyTagClassName
{
color: #BC3504;
}
</style>
background-color css
<style>
a { background-color: #BC3504; }
a { background-color: rgb(188,53,4); }
div.DivClassName
{
background-color: #BC3504;
}
.BgClassName
{
background-color: #BC3504;
}
</style>
border-color css
<style>
span { border-color: #BC3504; }
span { border-color: rgb(188,53,4); }
td.TdClassName
{
border-color: #BC3504;
}
.TagClassName
{
border-color: #BC3504;
}
</style>