Shades of Rust #BC3905
Tints of Rust #BC3905
RGB
CMYK
RGB Variations
Color information
#BC3905 (or 0xBC3905) is known color: Rust. HEX triplet: BC, 39 and 05. RGB value is (188,57,5). Sum of RGB (Red+Green+Blue) = 188+57+5=250 (33% of max value = 765). Red value is 188 (73.83% from 255 or 75.2% from 250); Green value is 57 (22.66% from 255 or 22.8% from 250); Blue value is 5 (2.34% from 255 or 2% from 250); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3905 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3905 is #43C6FA. Grayscale: #5A5A5A. Windows color (decimal): -4441851 or 342460. OLE color: 342460.
HSL color Cylindrical-coordinate representation of color #BC3905: hue angle of 17.05º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC3905 is Cyan = 0, Magento = 0.70, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 57 | 5 | - |
| CMYK | 0 | 0.70 | 0.97 | 0.26 |
| HSL | 17.05º | 0.95% | 0.38% | - |
| HSV(B) | 17.05º | 0.97% | 0.74% | - |
| XYZ | 22.23 | 13.63 | 1.6 | - |
| YUV | 90.24 | 79.9 | 197.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 57 | 5 | 0 | 0.70 | 0.97 | 0.26 | 17.05 | 0.95 | 0.38 |
| Hex | BC | 39 | 5 | 0 | 46 | 61 | 1A | 11 | 5F | 26 |
| Octal | 274 | 71 | 5 | 0 | 106 | 141 | 32 | 21 | 137 | 46 |
| Binary | 10111100 | 111001 | 101 | 0 | 1000110 | 1100001 | 11010 | 10001 | 1011111 | 100110 |
Color Harmonies of #BC3905
Complementary color
Monochromatic Colors of #BC3905
Black with #BC3905
Text Example
Text Example
White with #BC3905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3905; }
p { color: rgb(188,57,5); }
H1.HeaderClassName
{
color: #BC3905;
}
.AnyTagClassName
{
color: #BC3905;
}
</style>
background-color css
<style>
a { background-color: #BC3905; }
a { background-color: rgb(188,57,5); }
div.DivClassName
{
background-color: #BC3905;
}
.BgClassName
{
background-color: #BC3905;
}
</style>
border-color css
<style>
span { border-color: #BC3905; }
span { border-color: rgb(188,57,5); }
td.TdClassName
{
border-color: #BC3905;
}
.TagClassName
{
border-color: #BC3905;
}
</style>