Shades of Rust #BC5713
Tints of Rust #BC5713
RGB
CMYK
RGB Variations
Color information
#BC5713 (or 0xBC5713) is known color: Rust. HEX triplet: BC, 57 and 13. RGB value is (188,87,19). Sum of RGB (Red+Green+Blue) = 188+87+19=294 (38% of max value = 765). Red value is 188 (73.83% from 255 or 63.95% from 294); Green value is 87 (34.38% from 255 or 29.59% from 294); Blue value is 19 (7.81% from 255 or 6.46% from 294); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5713 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5713 is #43A8EC. Grayscale: #6D6D6D. Windows color (decimal): -4434157 or 1267644. OLE color: 1267644.
HSL color Cylindrical-coordinate representation of color #BC5713: hue angle of 24.14º 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 #BC5713 is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 87 | 19 | - |
| CMYK | 0 | 0.54 | 0.90 | 0.26 |
| HSL | 24.14º | 0.82% | 0.41% | - |
| HSV(B) | 24.14º | 0.9% | 0.74% | - |
| XYZ | 24.26 | 17.55 | 2.73 | - |
| YUV | 109.45 | 76.96 | 184.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 87 | 19 | 0 | 0.54 | 0.90 | 0.26 | 24.14 | 0.82 | 0.41 |
| Hex | BC | 57 | 13 | 0 | 36 | 5A | 1A | 18 | 52 | 29 |
| Octal | 274 | 127 | 23 | 0 | 66 | 132 | 32 | 30 | 122 | 51 |
| Binary | 10111100 | 1010111 | 10011 | 0 | 110110 | 1011010 | 11010 | 11000 | 1010010 | 101001 |
Color Harmonies of #BC5713
Complementary color
Monochromatic Colors of #BC5713
Black with #BC5713
Text Example
Text Example
White with #BC5713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5713; }
p { color: rgb(188,87,19); }
H1.HeaderClassName
{
color: #BC5713;
}
.AnyTagClassName
{
color: #BC5713;
}
</style>
background-color css
<style>
a { background-color: #BC5713; }
a { background-color: rgb(188,87,19); }
div.DivClassName
{
background-color: #BC5713;
}
.BgClassName
{
background-color: #BC5713;
}
</style>
border-color css
<style>
span { border-color: #BC5713; }
span { border-color: rgb(188,87,19); }
td.TdClassName
{
border-color: #BC5713;
}
.TagClassName
{
border-color: #BC5713;
}
</style>