Shades of Rust #BC5013
Tints of Rust #BC5013
RGB
CMYK
RGB Variations
Color information
#BC5013 (or 0xBC5013) is known color: Rust. HEX triplet: BC, 50 and 13. RGB value is (188,80,19). Sum of RGB (Red+Green+Blue) = 188+80+19=287 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.51% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 19 (7.81% from 255 or 6.62% from 287); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5013 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5013 is #43AFEC. Grayscale: #696969. Windows color (decimal): -4435949 or 1265852. OLE color: 1265852.
HSL color Cylindrical-coordinate representation of color #BC5013: hue angle of 21.66º 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 #BC5013 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 80 | 19 | - |
| CMYK | 0 | 0.57 | 0.90 | 0.26 |
| HSL | 21.66º | 0.82% | 0.41% | - |
| HSV(B) | 21.66º | 0.9% | 0.74% | - |
| XYZ | 23.73 | 16.48 | 2.55 | - |
| YUV | 105.34 | 79.28 | 186.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 80 | 19 | 0 | 0.57 | 0.90 | 0.26 | 21.66 | 0.82 | 0.41 |
| Hex | BC | 50 | 13 | 0 | 39 | 5A | 1A | 16 | 52 | 29 |
| Octal | 274 | 120 | 23 | 0 | 71 | 132 | 32 | 26 | 122 | 51 |
| Binary | 10111100 | 1010000 | 10011 | 0 | 111001 | 1011010 | 11010 | 10110 | 1010010 | 101001 |
Color Harmonies of #BC5013
Complementary color
Monochromatic Colors of #BC5013
Black with #BC5013
Text Example
Text Example
White with #BC5013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5013; }
p { color: rgb(188,80,19); }
H1.HeaderClassName
{
color: #BC5013;
}
.AnyTagClassName
{
color: #BC5013;
}
</style>
background-color css
<style>
a { background-color: #BC5013; }
a { background-color: rgb(188,80,19); }
div.DivClassName
{
background-color: #BC5013;
}
.BgClassName
{
background-color: #BC5013;
}
</style>
border-color css
<style>
span { border-color: #BC5013; }
span { border-color: rgb(188,80,19); }
td.TdClassName
{
border-color: #BC5013;
}
.TagClassName
{
border-color: #BC5013;
}
</style>