Shades of Rust #BC3E19
Tints of Rust #BC3E19
RGB
CMYK
RGB Variations
Color information
#BC3E19 (or 0xBC3E19) is known color: Rust. HEX triplet: BC, 3E and 19. RGB value is (188,62,25). Sum of RGB (Red+Green+Blue) = 188+62+25=275 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.36% from 275); Green value is 62 (24.61% from 255 or 22.55% from 275); Blue value is 25 (10.16% from 255 or 9.09% from 275); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3E19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3E19 is #43C1E6. Grayscale: #5F5F5F. Windows color (decimal): -4440551 or 1654460. OLE color: 1654460.
HSL color Cylindrical-coordinate representation of color #BC3E19: hue angle of 13.62º 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 #BC3E19 is Cyan = 0, Magento = 0.67, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 62 | 25 | - |
| CMYK | 0 | 0.67 | 0.87 | 0.26 |
| HSL | 13.62º | 0.77% | 0.42% | - |
| HSV(B) | 13.62º | 0.87% | 0.74% | - |
| XYZ | 22.64 | 14.21 | 2.47 | - |
| YUV | 95.46 | 88.24 | 194.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 62 | 25 | 0 | 0.67 | 0.87 | 0.26 | 13.62 | 0.77 | 0.42 |
| Hex | BC | 3E | 19 | 0 | 43 | 57 | 1A | E | 4D | 2A |
| Octal | 274 | 76 | 31 | 0 | 103 | 127 | 32 | 16 | 115 | 52 |
| Binary | 10111100 | 111110 | 11001 | 0 | 1000011 | 1010111 | 11010 | 1110 | 1001101 | 101010 |
Color Harmonies of #BC3E19
Complementary color
Monochromatic Colors of #BC3E19
Black with #BC3E19
Text Example
Text Example
White with #BC3E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3E19; }
p { color: rgb(188,62,25); }
H1.HeaderClassName
{
color: #BC3E19;
}
.AnyTagClassName
{
color: #BC3E19;
}
</style>
background-color css
<style>
a { background-color: #BC3E19; }
a { background-color: rgb(188,62,25); }
div.DivClassName
{
background-color: #BC3E19;
}
.BgClassName
{
background-color: #BC3E19;
}
</style>
border-color css
<style>
span { border-color: #BC3E19; }
span { border-color: rgb(188,62,25); }
td.TdClassName
{
border-color: #BC3E19;
}
.TagClassName
{
border-color: #BC3E19;
}
</style>