Shades of Rust #BC3F19
Tints of Rust #BC3F19
RGB
CMYK
RGB Variations
Color information
#BC3F19 (or 0xBC3F19) is known color: Rust. HEX triplet: BC, 3F and 19. RGB value is (188,63,25). Sum of RGB (Red+Green+Blue) = 188+63+25=276 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.12% from 276); Green value is 63 (25% from 255 or 22.83% from 276); Blue value is 25 (10.16% from 255 or 9.06% from 276); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3F19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3F19 is #43C0E6. Grayscale: #606060. Windows color (decimal): -4440295 or 1654716. OLE color: 1654716.
HSL color Cylindrical-coordinate representation of color #BC3F19: hue angle of 13.99º 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 #BC3F19 is Cyan = 0, Magento = 0.66, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 63 | 25 | - |
| CMYK | 0 | 0.66 | 0.87 | 0.26 |
| HSL | 13.99º | 0.77% | 0.42% | - |
| HSV(B) | 13.99º | 0.87% | 0.74% | - |
| XYZ | 22.69 | 14.32 | 2.49 | - |
| YUV | 96.04 | 87.91 | 193.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 63 | 25 | 0 | 0.66 | 0.87 | 0.26 | 13.99 | 0.77 | 0.42 |
| Hex | BC | 3F | 19 | 0 | 42 | 57 | 1A | E | 4D | 2A |
| Octal | 274 | 77 | 31 | 0 | 102 | 127 | 32 | 16 | 115 | 52 |
| Binary | 10111100 | 111111 | 11001 | 0 | 1000010 | 1010111 | 11010 | 1110 | 1001101 | 101010 |
Color Harmonies of #BC3F19
Complementary color
Monochromatic Colors of #BC3F19
Black with #BC3F19
Text Example
Text Example
White with #BC3F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3F19; }
p { color: rgb(188,63,25); }
H1.HeaderClassName
{
color: #BC3F19;
}
.AnyTagClassName
{
color: #BC3F19;
}
</style>
background-color css
<style>
a { background-color: #BC3F19; }
a { background-color: rgb(188,63,25); }
div.DivClassName
{
background-color: #BC3F19;
}
.BgClassName
{
background-color: #BC3F19;
}
</style>
border-color css
<style>
span { border-color: #BC3F19; }
span { border-color: rgb(188,63,25); }
td.TdClassName
{
border-color: #BC3F19;
}
.TagClassName
{
border-color: #BC3F19;
}
</style>