Shades of Rust #BC5513
Tints of Rust #BC5513
RGB
CMYK
RGB Variations
Color information
#BC5513 (or 0xBC5513) is known color: Rust. HEX triplet: BC, 55 and 13. RGB value is (188,85,19). Sum of RGB (Red+Green+Blue) = 188+85+19=292 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.38% from 292); Green value is 85 (33.59% from 255 or 29.11% from 292); Blue value is 19 (7.81% from 255 or 6.51% from 292); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5513 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5513 is #43AAEC. Grayscale: #6C6C6C. Windows color (decimal): -4434669 or 1267132. OLE color: 1267132.
HSL color Cylindrical-coordinate representation of color #BC5513: hue angle of 23.43º 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 #BC5513 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 85 | 19 | - |
| CMYK | 0 | 0.55 | 0.90 | 0.26 |
| HSL | 23.43º | 0.82% | 0.41% | - |
| HSV(B) | 23.43º | 0.9% | 0.74% | - |
| XYZ | 24.11 | 17.24 | 2.67 | - |
| YUV | 108.27 | 77.62 | 184.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 85 | 19 | 0 | 0.55 | 0.90 | 0.26 | 23.43 | 0.82 | 0.41 |
| Hex | BC | 55 | 13 | 0 | 37 | 5A | 1A | 17 | 52 | 29 |
| Octal | 274 | 125 | 23 | 0 | 67 | 132 | 32 | 27 | 122 | 51 |
| Binary | 10111100 | 1010101 | 10011 | 0 | 110111 | 1011010 | 11010 | 10111 | 1010010 | 101001 |
Color Harmonies of #BC5513
Complementary color
Monochromatic Colors of #BC5513
Black with #BC5513
Text Example
Text Example
White with #BC5513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5513; }
p { color: rgb(188,85,19); }
H1.HeaderClassName
{
color: #BC5513;
}
.AnyTagClassName
{
color: #BC5513;
}
</style>
background-color css
<style>
a { background-color: #BC5513; }
a { background-color: rgb(188,85,19); }
div.DivClassName
{
background-color: #BC5513;
}
.BgClassName
{
background-color: #BC5513;
}
</style>
border-color css
<style>
span { border-color: #BC5513; }
span { border-color: rgb(188,85,19); }
td.TdClassName
{
border-color: #BC5513;
}
.TagClassName
{
border-color: #BC5513;
}
</style>