Shades of Rust #BC350C
Tints of Rust #BC350C
RGB
CMYK
RGB Variations
Color information
#BC350C (or 0xBC350C) is known color: Rust. HEX triplet: BC, 35 and 0C. RGB value is (188,53,12). Sum of RGB (Red+Green+Blue) = 188+53+12=253 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.31% from 253); Green value is 53 (21.09% from 255 or 20.95% from 253); Blue value is 12 (5.08% from 255 or 4.74% from 253); Max value from RGB is 188 - color contains mainly: red. Hex color #BC350C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC350C is #43CAF3. Grayscale: #585858. Windows color (decimal): -4442868 or 800188. OLE color: 800188.
HSL color Cylindrical-coordinate representation of color #BC350C: hue angle of 13.98º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC350C is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 53 | 12 | - |
| CMYK | 0 | 0.72 | 0.94 | 0.26 |
| HSL | 13.98º | 0.88% | 0.39% | - |
| HSV(B) | 13.98º | 0.94% | 0.74% | - |
| XYZ | 22.08 | 13.26 | 1.74 | - |
| YUV | 88.69 | 84.73 | 198.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 53 | 12 | 0 | 0.72 | 0.94 | 0.26 | 13.98 | 0.88 | 0.39 |
| Hex | BC | 35 | C | 0 | 48 | 5E | 1A | E | 58 | 27 |
| Octal | 274 | 65 | 14 | 0 | 110 | 136 | 32 | 16 | 130 | 47 |
| Binary | 10111100 | 110101 | 1100 | 0 | 1001000 | 1011110 | 11010 | 1110 | 1011000 | 100111 |
Color Harmonies of #BC350C
Complementary color
Monochromatic Colors of #BC350C
Black with #BC350C
Text Example
Text Example
White with #BC350C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC350C; }
p { color: rgb(188,53,12); }
H1.HeaderClassName
{
color: #BC350C;
}
.AnyTagClassName
{
color: #BC350C;
}
</style>
background-color css
<style>
a { background-color: #BC350C; }
a { background-color: rgb(188,53,12); }
div.DivClassName
{
background-color: #BC350C;
}
.BgClassName
{
background-color: #BC350C;
}
</style>
border-color css
<style>
span { border-color: #BC350C; }
span { border-color: rgb(188,53,12); }
td.TdClassName
{
border-color: #BC350C;
}
.TagClassName
{
border-color: #BC350C;
}
</style>