Shades of Rust #BC4619
Tints of Rust #BC4619
RGB
CMYK
RGB Variations
Color information
#BC4619 (or 0xBC4619) is known color: Rust. HEX triplet: BC, 46 and 19. RGB value is (188,70,25). Sum of RGB (Red+Green+Blue) = 188+70+25=283 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.43% from 283); Green value is 70 (27.73% from 255 or 24.73% from 283); Blue value is 25 (10.16% from 255 or 8.83% from 283); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4619 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4619 is #43B9E6. Grayscale: #646464. Windows color (decimal): -4438503 or 1656508. OLE color: 1656508.
HSL color Cylindrical-coordinate representation of color #BC4619: hue angle of 16.56º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC4619 is Cyan = 0, Magento = 0.63, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 70 | 25 | - |
| CMYK | 0 | 0.63 | 0.87 | 0.26 |
| HSL | 16.56º | 0.77% | 0.42% | - |
| HSV(B) | 16.56º | 0.87% | 0.74% | - |
| XYZ | 23.1 | 15.14 | 2.62 | - |
| YUV | 100.15 | 85.59 | 190.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 70 | 25 | 0 | 0.63 | 0.87 | 0.26 | 16.56 | 0.77 | 0.42 |
| Hex | BC | 46 | 19 | 0 | 3F | 57 | 1A | 11 | 4D | 2A |
| Octal | 274 | 106 | 31 | 0 | 77 | 127 | 32 | 21 | 115 | 52 |
| Binary | 10111100 | 1000110 | 11001 | 0 | 111111 | 1010111 | 11010 | 10001 | 1001101 | 101010 |
Color Harmonies of #BC4619
Complementary color
Monochromatic Colors of #BC4619
Black with #BC4619
Text Example
Text Example
White with #BC4619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4619; }
p { color: rgb(188,70,25); }
H1.HeaderClassName
{
color: #BC4619;
}
.AnyTagClassName
{
color: #BC4619;
}
</style>
background-color css
<style>
a { background-color: #BC4619; }
a { background-color: rgb(188,70,25); }
div.DivClassName
{
background-color: #BC4619;
}
.BgClassName
{
background-color: #BC4619;
}
</style>
border-color css
<style>
span { border-color: #BC4619; }
span { border-color: rgb(188,70,25); }
td.TdClassName
{
border-color: #BC4619;
}
.TagClassName
{
border-color: #BC4619;
}
</style>