Shades of Rust #BC4613
Tints of Rust #BC4613
RGB
CMYK
RGB Variations
Color information
#BC4613 (or 0xBC4613) is known color: Rust. HEX triplet: BC, 46 and 13. RGB value is (188,70,19). Sum of RGB (Red+Green+Blue) = 188+70+19=277 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.87% from 277); Green value is 70 (27.73% from 255 or 25.27% from 277); Blue value is 19 (7.81% from 255 or 6.86% from 277); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4613 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4613 is #43B9EC. Grayscale: #636363. Windows color (decimal): -4438509 or 1263292. OLE color: 1263292.
HSL color Cylindrical-coordinate representation of color #BC4613: hue angle of 18.11º 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 #BC4613 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 70 | 19 | - |
| CMYK | 0 | 0.63 | 0.90 | 0.26 |
| HSL | 18.11º | 0.82% | 0.41% | - |
| HSV(B) | 18.11º | 0.9% | 0.74% | - |
| XYZ | 23.05 | 15.12 | 2.32 | - |
| YUV | 99.47 | 82.59 | 191.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 70 | 19 | 0 | 0.63 | 0.90 | 0.26 | 18.11 | 0.82 | 0.41 |
| Hex | BC | 46 | 13 | 0 | 3F | 5A | 1A | 12 | 52 | 29 |
| Octal | 274 | 106 | 23 | 0 | 77 | 132 | 32 | 22 | 122 | 51 |
| Binary | 10111100 | 1000110 | 10011 | 0 | 111111 | 1011010 | 11010 | 10010 | 1010010 | 101001 |
Color Harmonies of #BC4613
Complementary color
Monochromatic Colors of #BC4613
Black with #BC4613
Text Example
Text Example
White with #BC4613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4613; }
p { color: rgb(188,70,19); }
H1.HeaderClassName
{
color: #BC4613;
}
.AnyTagClassName
{
color: #BC4613;
}
</style>
background-color css
<style>
a { background-color: #BC4613; }
a { background-color: rgb(188,70,19); }
div.DivClassName
{
background-color: #BC4613;
}
.BgClassName
{
background-color: #BC4613;
}
</style>
border-color css
<style>
span { border-color: #BC4613; }
span { border-color: rgb(188,70,19); }
td.TdClassName
{
border-color: #BC4613;
}
.TagClassName
{
border-color: #BC4613;
}
</style>