Shades of Rust #BC3502
Tints of Rust #BC3502
RGB
CMYK
RGB Variations
Color information
#BC3502 (or 0xBC3502) is known color: Rust. HEX triplet: BC, 35 and 02. RGB value is (188,53,2). Sum of RGB (Red+Green+Blue) = 188+53+2=243 (32% of max value = 765). Red value is 188 (73.83% from 255 or 77.37% from 243); Green value is 53 (21.09% from 255 or 21.81% from 243); Blue value is 2 (1.17% from 255 or 0.82% from 243); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3502 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3502 is #43CAFD. Grayscale: #575757. Windows color (decimal): -4442878 or 144828. OLE color: 144828.
HSL color Cylindrical-coordinate representation of color #BC3502: hue angle of 16.45º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC3502 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 53 | 2 | - |
| CMYK | 0 | 0.72 | 0.99 | 0.26 |
| HSL | 16.45º | 0.98% | 0.37% | - |
| HSV(B) | 16.45º | 0.99% | 0.74% | - |
| XYZ | 22.02 | 13.24 | 1.45 | - |
| YUV | 87.55 | 79.73 | 199.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 53 | 2 | 0 | 0.72 | 0.99 | 0.26 | 16.45 | 0.98 | 0.37 |
| Hex | BC | 35 | 2 | 0 | 48 | 63 | 1A | 10 | 62 | 25 |
| Octal | 274 | 65 | 2 | 0 | 110 | 143 | 32 | 20 | 142 | 45 |
| Binary | 10111100 | 110101 | 10 | 0 | 1001000 | 1100011 | 11010 | 10000 | 1100010 | 100101 |
Color Harmonies of #BC3502
Complementary color
Monochromatic Colors of #BC3502
Black with #BC3502
Text Example
Text Example
White with #BC3502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3502; }
p { color: rgb(188,53,2); }
H1.HeaderClassName
{
color: #BC3502;
}
.AnyTagClassName
{
color: #BC3502;
}
</style>
background-color css
<style>
a { background-color: #BC3502; }
a { background-color: rgb(188,53,2); }
div.DivClassName
{
background-color: #BC3502;
}
.BgClassName
{
background-color: #BC3502;
}
</style>
border-color css
<style>
span { border-color: #BC3502; }
span { border-color: rgb(188,53,2); }
td.TdClassName
{
border-color: #BC3502;
}
.TagClassName
{
border-color: #BC3502;
}
</style>