Shades of Rust #BC4D13
Tints of Rust #BC4D13
RGB
CMYK
RGB Variations
Color information
#BC4D13 (or 0xBC4D13) is known color: Rust. HEX triplet: BC, 4D and 13. RGB value is (188,77,19). Sum of RGB (Red+Green+Blue) = 188+77+19=284 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.20% from 284); Green value is 77 (30.47% from 255 or 27.11% from 284); Blue value is 19 (7.81% from 255 or 6.69% from 284); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4D13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC4D13 is #43B2EC. Grayscale: #676767. Windows color (decimal): -4436717 or 1265084. OLE color: 1265084.
HSL color Cylindrical-coordinate representation of color #BC4D13: hue angle of 20.59º 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 #BC4D13 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 77 | 19 | - |
| CMYK | 0 | 0.59 | 0.90 | 0.26 |
| HSL | 20.59º | 0.82% | 0.41% | - |
| HSV(B) | 20.59º | 0.9% | 0.74% | - |
| XYZ | 23.51 | 16.05 | 2.47 | - |
| YUV | 103.58 | 80.27 | 188.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 77 | 19 | 0 | 0.59 | 0.90 | 0.26 | 20.59 | 0.82 | 0.41 |
| Hex | BC | 4D | 13 | 0 | 3B | 5A | 1A | 15 | 52 | 29 |
| Octal | 274 | 115 | 23 | 0 | 73 | 132 | 32 | 25 | 122 | 51 |
| Binary | 10111100 | 1001101 | 10011 | 0 | 111011 | 1011010 | 11010 | 10101 | 1010010 | 101001 |
Color Harmonies of #BC4D13
Complementary color
Monochromatic Colors of #BC4D13
Black with #BC4D13
Text Example
Text Example
White with #BC4D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4D13; }
p { color: rgb(188,77,19); }
H1.HeaderClassName
{
color: #BC4D13;
}
.AnyTagClassName
{
color: #BC4D13;
}
</style>
background-color css
<style>
a { background-color: #BC4D13; }
a { background-color: rgb(188,77,19); }
div.DivClassName
{
background-color: #BC4D13;
}
.BgClassName
{
background-color: #BC4D13;
}
</style>
border-color css
<style>
span { border-color: #BC4D13; }
span { border-color: rgb(188,77,19); }
td.TdClassName
{
border-color: #BC4D13;
}
.TagClassName
{
border-color: #BC4D13;
}
</style>