Shades of Rust #BC350D
Tints of Rust #BC350D
RGB
CMYK
RGB Variations
Color information
#BC350D (or 0xBC350D) is known color: Rust. HEX triplet: BC, 35 and 0D. RGB value is (188,53,13). Sum of RGB (Red+Green+Blue) = 188+53+13=254 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.02% from 254); Green value is 53 (21.09% from 255 or 20.87% from 254); Blue value is 13 (5.47% from 255 or 5.12% from 254); Max value from RGB is 188 - color contains mainly: red. Hex color #BC350D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC350D is #43CAF2. Grayscale: #595959. Windows color (decimal): -4442867 or 865724. OLE color: 865724.
HSL color Cylindrical-coordinate representation of color #BC350D: hue angle of 13.71º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC350D is Cyan = 0, Magento = 0.72, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 53 | 13 | - |
| CMYK | 0 | 0.72 | 0.93 | 0.26 |
| HSL | 13.71º | 0.87% | 0.39% | - |
| HSV(B) | 13.71º | 0.93% | 0.74% | - |
| XYZ | 22.08 | 13.27 | 1.78 | - |
| YUV | 88.81 | 85.23 | 198.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 53 | 13 | 0 | 0.72 | 0.93 | 0.26 | 13.71 | 0.87 | 0.39 |
| Hex | BC | 35 | D | 0 | 48 | 5D | 1A | E | 57 | 27 |
| Octal | 274 | 65 | 15 | 0 | 110 | 135 | 32 | 16 | 127 | 47 |
| Binary | 10111100 | 110101 | 1101 | 0 | 1001000 | 1011101 | 11010 | 1110 | 1010111 | 100111 |
Color Harmonies of #BC350D
Complementary color
Monochromatic Colors of #BC350D
Black with #BC350D
Text Example
Text Example
White with #BC350D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC350D; }
p { color: rgb(188,53,13); }
H1.HeaderClassName
{
color: #BC350D;
}
.AnyTagClassName
{
color: #BC350D;
}
</style>
background-color css
<style>
a { background-color: #BC350D; }
a { background-color: rgb(188,53,13); }
div.DivClassName
{
background-color: #BC350D;
}
.BgClassName
{
background-color: #BC350D;
}
</style>
border-color css
<style>
span { border-color: #BC350D; }
span { border-color: rgb(188,53,13); }
td.TdClassName
{
border-color: #BC350D;
}
.TagClassName
{
border-color: #BC350D;
}
</style>