Shades of Rust #BC3500
Tints of Rust #BC3500
RGB
CMYK
RGB Variations
Color information
#BC3500 (or 0xBC3500) is known color: Rust. HEX triplet: BC, 35 and 00. RGB value is (188,53,0). Sum of RGB (Red+Green+Blue) = 188+53+0=241 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.01% from 241); Green value is 53 (21.09% from 255 or 21.99% from 241); Blue value is 0 (0.39% from 255 or 0% from 241); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3500 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3500 is #43CAFF. Grayscale: #575757. Windows color (decimal): -4442880 or 13756. OLE color: 13756.
HSL color Cylindrical-coordinate representation of color #BC3500: hue angle of 16.91º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC3500 is Cyan = 0, Magento = 0.72, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 53 | 0 | - |
| CMYK | 0 | 0.72 | 1 | 0.26 |
| HSL | 16.91º | 1% | 0.37% | - |
| HSV(B) | 16.91º | 1% | 0.74% | - |
| XYZ | 22.01 | 13.24 | 1.39 | - |
| YUV | 87.32 | 78.73 | 199.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 53 | 0 | 0 | 0.72 | 1 | 0.26 | 16.91 | 1 | 0.37 |
| Hex | BC | 35 | 0 | 0 | 48 | 64 | 1A | 11 | 64 | 25 |
| Octal | 274 | 65 | 0 | 0 | 110 | 144 | 32 | 21 | 144 | 45 |
| Binary | 10111100 | 110101 | 0 | 0 | 1001000 | 1100100 | 11010 | 10001 | 1100100 | 100101 |
Color Harmonies of #BC3500
Complementary color
Monochromatic Colors of #BC3500
Black with #BC3500
Text Example
Text Example
White with #BC3500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3500; }
p { color: rgb(188,53,0); }
H1.HeaderClassName
{
color: #BC3500;
}
.AnyTagClassName
{
color: #BC3500;
}
</style>
background-color css
<style>
a { background-color: #BC3500; }
a { background-color: rgb(188,53,0); }
div.DivClassName
{
background-color: #BC3500;
}
.BgClassName
{
background-color: #BC3500;
}
</style>
border-color css
<style>
span { border-color: #BC3500; }
span { border-color: rgb(188,53,0); }
td.TdClassName
{
border-color: #BC3500;
}
.TagClassName
{
border-color: #BC3500;
}
</style>