Shades of Rust #BC3E16
Tints of Rust #BC3E16
RGB
CMYK
RGB Variations
Color information
#BC3E16 (or 0xBC3E16) is known color: Rust. HEX triplet: BC, 3E and 16. RGB value is (188,62,22). Sum of RGB (Red+Green+Blue) = 188+62+22=272 (36% of max value = 765). Red value is 188 (73.83% from 255 or 69.12% from 272); Green value is 62 (24.61% from 255 or 22.79% from 272); Blue value is 22 (8.98% from 255 or 8.09% from 272); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3E16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3E16 is #43C1E9. Grayscale: #5F5F5F. Windows color (decimal): -4440554 or 1457852. OLE color: 1457852.
HSL color Cylindrical-coordinate representation of color #BC3E16: hue angle of 14.46º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC3E16 is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 62 | 22 | - |
| CMYK | 0 | 0.67 | 0.88 | 0.26 |
| HSL | 14.46º | 0.79% | 0.41% | - |
| HSV(B) | 14.46º | 0.88% | 0.74% | - |
| XYZ | 22.61 | 14.19 | 2.31 | - |
| YUV | 95.11 | 86.74 | 194.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 62 | 22 | 0 | 0.67 | 0.88 | 0.26 | 14.46 | 0.79 | 0.41 |
| Hex | BC | 3E | 16 | 0 | 43 | 58 | 1A | E | 4F | 29 |
| Octal | 274 | 76 | 26 | 0 | 103 | 130 | 32 | 16 | 117 | 51 |
| Binary | 10111100 | 111110 | 10110 | 0 | 1000011 | 1011000 | 11010 | 1110 | 1001111 | 101001 |
Color Harmonies of #BC3E16
Complementary color
Monochromatic Colors of #BC3E16
Black with #BC3E16
Text Example
Text Example
White with #BC3E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3E16; }
p { color: rgb(188,62,22); }
H1.HeaderClassName
{
color: #BC3E16;
}
.AnyTagClassName
{
color: #BC3E16;
}
</style>
background-color css
<style>
a { background-color: #BC3E16; }
a { background-color: rgb(188,62,22); }
div.DivClassName
{
background-color: #BC3E16;
}
.BgClassName
{
background-color: #BC3E16;
}
</style>
border-color css
<style>
span { border-color: #BC3E16; }
span { border-color: rgb(188,62,22); }
td.TdClassName
{
border-color: #BC3E16;
}
.TagClassName
{
border-color: #BC3E16;
}
</style>