Shades of Rust #BC5613
Tints of Rust #BC5613
RGB
CMYK
RGB Variations
Color information
#BC5613 (or 0xBC5613) is known color: Rust. HEX triplet: BC, 56 and 13. RGB value is (188,86,19). Sum of RGB (Red+Green+Blue) = 188+86+19=293 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.16% from 293); Green value is 86 (33.98% from 255 or 29.35% from 293); Blue value is 19 (7.81% from 255 or 6.48% from 293); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5613 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5613 is #43A9EC. Grayscale: #6D6D6D. Windows color (decimal): -4434413 or 1267388. OLE color: 1267388.
HSL color Cylindrical-coordinate representation of color #BC5613: hue angle of 23.79º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC5613 is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 86 | 19 | - |
| CMYK | 0 | 0.54 | 0.90 | 0.26 |
| HSL | 23.79º | 0.82% | 0.41% | - |
| HSV(B) | 23.79º | 0.9% | 0.74% | - |
| XYZ | 24.18 | 17.39 | 2.7 | - |
| YUV | 108.86 | 77.29 | 184.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 86 | 19 | 0 | 0.54 | 0.90 | 0.26 | 23.79 | 0.82 | 0.41 |
| Hex | BC | 56 | 13 | 0 | 36 | 5A | 1A | 18 | 52 | 29 |
| Octal | 274 | 126 | 23 | 0 | 66 | 132 | 32 | 30 | 122 | 51 |
| Binary | 10111100 | 1010110 | 10011 | 0 | 110110 | 1011010 | 11010 | 11000 | 1010010 | 101001 |
Color Harmonies of #BC5613
Complementary color
Monochromatic Colors of #BC5613
Black with #BC5613
Text Example
Text Example
White with #BC5613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5613; }
p { color: rgb(188,86,19); }
H1.HeaderClassName
{
color: #BC5613;
}
.AnyTagClassName
{
color: #BC5613;
}
</style>
background-color css
<style>
a { background-color: #BC5613; }
a { background-color: rgb(188,86,19); }
div.DivClassName
{
background-color: #BC5613;
}
.BgClassName
{
background-color: #BC5613;
}
</style>
border-color css
<style>
span { border-color: #BC5613; }
span { border-color: rgb(188,86,19); }
td.TdClassName
{
border-color: #BC5613;
}
.TagClassName
{
border-color: #BC5613;
}
</style>