Shades of Rust #BC4A19
Tints of Rust #BC4A19
RGB
CMYK
RGB Variations
Color information
#BC4A19 (or 0xBC4A19) is known color: Rust. HEX triplet: BC, 4A and 19. RGB value is (188,74,25). Sum of RGB (Red+Green+Blue) = 188+74+25=287 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.51% from 287); Green value is 74 (29.30% from 255 or 25.78% from 287); Blue value is 25 (10.16% from 255 or 8.71% from 287); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4A19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4A19 is #43B5E6. Grayscale: #666666. Windows color (decimal): -4437479 or 1657532. OLE color: 1657532.
HSL color Cylindrical-coordinate representation of color #BC4A19: hue angle of 18.04º 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 #BC4A19 is Cyan = 0, Magento = 0.61, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 74 | 25 | - |
| CMYK | 0 | 0.61 | 0.87 | 0.26 |
| HSL | 18.04º | 0.77% | 0.42% | - |
| HSV(B) | 18.04º | 0.87% | 0.74% | - |
| XYZ | 23.36 | 15.66 | 2.71 | - |
| YUV | 102.5 | 84.27 | 188.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 74 | 25 | 0 | 0.61 | 0.87 | 0.26 | 18.04 | 0.77 | 0.42 |
| Hex | BC | 4A | 19 | 0 | 3D | 57 | 1A | 12 | 4D | 2A |
| Octal | 274 | 112 | 31 | 0 | 75 | 127 | 32 | 22 | 115 | 52 |
| Binary | 10111100 | 1001010 | 11001 | 0 | 111101 | 1010111 | 11010 | 10010 | 1001101 | 101010 |
Color Harmonies of #BC4A19
Complementary color
Monochromatic Colors of #BC4A19
Black with #BC4A19
Text Example
Text Example
White with #BC4A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4A19; }
p { color: rgb(188,74,25); }
H1.HeaderClassName
{
color: #BC4A19;
}
.AnyTagClassName
{
color: #BC4A19;
}
</style>
background-color css
<style>
a { background-color: #BC4A19; }
a { background-color: rgb(188,74,25); }
div.DivClassName
{
background-color: #BC4A19;
}
.BgClassName
{
background-color: #BC4A19;
}
</style>
border-color css
<style>
span { border-color: #BC4A19; }
span { border-color: rgb(188,74,25); }
td.TdClassName
{
border-color: #BC4A19;
}
.TagClassName
{
border-color: #BC4A19;
}
</style>