Shades of Rust #BC5619
Tints of Rust #BC5619
RGB
CMYK
RGB Variations
Color information
#BC5619 (or 0xBC5619) is known color: Rust. HEX triplet: BC, 56 and 19. RGB value is (188,86,25). Sum of RGB (Red+Green+Blue) = 188+86+25=299 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.88% from 299); Green value is 86 (33.98% from 255 or 28.76% from 299); Blue value is 25 (10.16% from 255 or 8.36% from 299); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5619 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5619 is #43A9E6. Grayscale: #6D6D6D. Windows color (decimal): -4434407 or 1660604. OLE color: 1660604.
HSL color Cylindrical-coordinate representation of color #BC5619: hue angle of 22.45º 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 #BC5619 is Cyan = 0, Magento = 0.54, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 86 | 25 | - |
| CMYK | 0 | 0.54 | 0.87 | 0.26 |
| HSL | 22.45º | 0.77% | 0.42% | - |
| HSV(B) | 22.45º | 0.87% | 0.74% | - |
| XYZ | 24.24 | 17.42 | 3 | - |
| YUV | 109.54 | 80.29 | 183.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 86 | 25 | 0 | 0.54 | 0.87 | 0.26 | 22.45 | 0.77 | 0.42 |
| Hex | BC | 56 | 19 | 0 | 36 | 57 | 1A | 16 | 4D | 2A |
| Octal | 274 | 126 | 31 | 0 | 66 | 127 | 32 | 26 | 115 | 52 |
| Binary | 10111100 | 1010110 | 11001 | 0 | 110110 | 1010111 | 11010 | 10110 | 1001101 | 101010 |
Color Harmonies of #BC5619
Complementary color
Monochromatic Colors of #BC5619
Black with #BC5619
Text Example
Text Example
White with #BC5619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5619; }
p { color: rgb(188,86,25); }
H1.HeaderClassName
{
color: #BC5619;
}
.AnyTagClassName
{
color: #BC5619;
}
</style>
background-color css
<style>
a { background-color: #BC5619; }
a { background-color: rgb(188,86,25); }
div.DivClassName
{
background-color: #BC5619;
}
.BgClassName
{
background-color: #BC5619;
}
</style>
border-color css
<style>
span { border-color: #BC5619; }
span { border-color: rgb(188,86,25); }
td.TdClassName
{
border-color: #BC5619;
}
.TagClassName
{
border-color: #BC5619;
}
</style>