Shades of Rust #BC4C19
Tints of Rust #BC4C19
RGB
CMYK
RGB Variations
Color information
#BC4C19 (or 0xBC4C19) is known color: Rust. HEX triplet: BC, 4C and 19. RGB value is (188,76,25). Sum of RGB (Red+Green+Blue) = 188+76+25=289 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.05% from 289); Green value is 76 (30.08% from 255 or 26.30% from 289); Blue value is 25 (10.16% from 255 or 8.65% from 289); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4C19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4C19 is #43B3E6. Grayscale: #676767. Windows color (decimal): -4436967 or 1658044. OLE color: 1658044.
HSL color Cylindrical-coordinate representation of color #BC4C19: hue angle of 18.77º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC4C19 is Cyan = 0, Magento = 0.60, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 76 | 25 | - |
| CMYK | 0 | 0.60 | 0.87 | 0.26 |
| HSL | 18.77º | 0.77% | 0.42% | - |
| HSV(B) | 18.77º | 0.87% | 0.74% | - |
| XYZ | 23.5 | 15.93 | 2.76 | - |
| YUV | 103.67 | 83.61 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 76 | 25 | 0 | 0.60 | 0.87 | 0.26 | 18.77 | 0.77 | 0.42 |
| Hex | BC | 4C | 19 | 0 | 3C | 57 | 1A | 13 | 4D | 2A |
| Octal | 274 | 114 | 31 | 0 | 74 | 127 | 32 | 23 | 115 | 52 |
| Binary | 10111100 | 1001100 | 11001 | 0 | 111100 | 1010111 | 11010 | 10011 | 1001101 | 101010 |
Color Harmonies of #BC4C19
Complementary color
Monochromatic Colors of #BC4C19
Black with #BC4C19
Text Example
Text Example
White with #BC4C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4C19; }
p { color: rgb(188,76,25); }
H1.HeaderClassName
{
color: #BC4C19;
}
.AnyTagClassName
{
color: #BC4C19;
}
</style>
background-color css
<style>
a { background-color: #BC4C19; }
a { background-color: rgb(188,76,25); }
div.DivClassName
{
background-color: #BC4C19;
}
.BgClassName
{
background-color: #BC4C19;
}
</style>
border-color css
<style>
span { border-color: #BC4C19; }
span { border-color: rgb(188,76,25); }
td.TdClassName
{
border-color: #BC4C19;
}
.TagClassName
{
border-color: #BC4C19;
}
</style>