Shades of Rust #BC5019
Tints of Rust #BC5019
RGB
CMYK
RGB Variations
Color information
#BC5019 (or 0xBC5019) is known color: Rust. HEX triplet: BC, 50 and 19. RGB value is (188,80,25). Sum of RGB (Red+Green+Blue) = 188+80+25=293 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.16% from 293); Green value is 80 (31.64% from 255 or 27.30% from 293); Blue value is 25 (10.16% from 255 or 8.53% from 293); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5019 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5019 is #43AFE6. Grayscale: #6A6A6A. Windows color (decimal): -4435943 or 1659068. OLE color: 1659068.
HSL color Cylindrical-coordinate representation of color #BC5019: hue angle of 20.25º 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 #BC5019 is Cyan = 0, Magento = 0.57, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 80 | 25 | - |
| CMYK | 0 | 0.57 | 0.87 | 0.26 |
| HSL | 20.25º | 0.77% | 0.42% | - |
| HSV(B) | 20.25º | 0.87% | 0.74% | - |
| XYZ | 23.78 | 16.5 | 2.85 | - |
| YUV | 106.02 | 82.28 | 186.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 80 | 25 | 0 | 0.57 | 0.87 | 0.26 | 20.25 | 0.77 | 0.42 |
| Hex | BC | 50 | 19 | 0 | 39 | 57 | 1A | 14 | 4D | 2A |
| Octal | 274 | 120 | 31 | 0 | 71 | 127 | 32 | 24 | 115 | 52 |
| Binary | 10111100 | 1010000 | 11001 | 0 | 111001 | 1010111 | 11010 | 10100 | 1001101 | 101010 |
Color Harmonies of #BC5019
Complementary color
Monochromatic Colors of #BC5019
Black with #BC5019
Text Example
Text Example
White with #BC5019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5019; }
p { color: rgb(188,80,25); }
H1.HeaderClassName
{
color: #BC5019;
}
.AnyTagClassName
{
color: #BC5019;
}
</style>
background-color css
<style>
a { background-color: #BC5019; }
a { background-color: rgb(188,80,25); }
div.DivClassName
{
background-color: #BC5019;
}
.BgClassName
{
background-color: #BC5019;
}
</style>
border-color css
<style>
span { border-color: #BC5019; }
span { border-color: rgb(188,80,25); }
td.TdClassName
{
border-color: #BC5019;
}
.TagClassName
{
border-color: #BC5019;
}
</style>