Shades of Rust #BC3C17
Tints of Rust #BC3C17
RGB
CMYK
RGB Variations
Color information
#BC3C17 (or 0xBC3C17) is known color: Rust. HEX triplet: BC, 3C and 17. RGB value is (188,60,23). Sum of RGB (Red+Green+Blue) = 188+60+23=271 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.37% from 271); Green value is 60 (23.83% from 255 or 22.14% from 271); Blue value is 23 (9.38% from 255 or 8.49% from 271); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3C17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3C17 is #43C3E8. Grayscale: #5E5E5E. Windows color (decimal): -4441065 or 1522876. OLE color: 1522876.
HSL color Cylindrical-coordinate representation of color #BC3C17: hue angle of 13.45º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC3C17 is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 60 | 23 | - |
| CMYK | 0 | 0.68 | 0.88 | 0.26 |
| HSL | 13.45º | 0.78% | 0.41% | - |
| HSV(B) | 13.45º | 0.88% | 0.74% | - |
| XYZ | 22.51 | 13.98 | 2.32 | - |
| YUV | 94.05 | 87.91 | 195.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 60 | 23 | 0 | 0.68 | 0.88 | 0.26 | 13.45 | 0.78 | 0.41 |
| Hex | BC | 3C | 17 | 0 | 44 | 58 | 1A | D | 4E | 29 |
| Octal | 274 | 74 | 27 | 0 | 104 | 130 | 32 | 15 | 116 | 51 |
| Binary | 10111100 | 111100 | 10111 | 0 | 1000100 | 1011000 | 11010 | 1101 | 1001110 | 101001 |
Color Harmonies of #BC3C17
Complementary color
Monochromatic Colors of #BC3C17
Black with #BC3C17
Text Example
Text Example
White with #BC3C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3C17; }
p { color: rgb(188,60,23); }
H1.HeaderClassName
{
color: #BC3C17;
}
.AnyTagClassName
{
color: #BC3C17;
}
</style>
background-color css
<style>
a { background-color: #BC3C17; }
a { background-color: rgb(188,60,23); }
div.DivClassName
{
background-color: #BC3C17;
}
.BgClassName
{
background-color: #BC3C17;
}
</style>
border-color css
<style>
span { border-color: #BC3C17; }
span { border-color: rgb(188,60,23); }
td.TdClassName
{
border-color: #BC3C17;
}
.TagClassName
{
border-color: #BC3C17;
}
</style>