Shades of Rust #BC4316
Tints of Rust #BC4316
RGB
CMYK
RGB Variations
Color information
#BC4316 (or 0xBC4316) is known color: Rust. HEX triplet: BC, 43 and 16. RGB value is (188,67,22). Sum of RGB (Red+Green+Blue) = 188+67+22=277 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.87% from 277); Green value is 67 (26.56% from 255 or 24.19% from 277); Blue value is 22 (8.98% from 255 or 7.94% from 277); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4316 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4316 is #43BCE9. Grayscale: #626262. Windows color (decimal): -4439274 or 1459132. OLE color: 1459132.
HSL color Cylindrical-coordinate representation of color #BC4316: hue angle of 16.27º 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 #BC4316 is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 67 | 22 | - |
| CMYK | 0 | 0.64 | 0.88 | 0.26 |
| HSL | 16.27º | 0.79% | 0.41% | - |
| HSV(B) | 16.27º | 0.88% | 0.74% | - |
| XYZ | 22.89 | 14.76 | 2.4 | - |
| YUV | 98.05 | 85.09 | 192.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 67 | 22 | 0 | 0.64 | 0.88 | 0.26 | 16.27 | 0.79 | 0.41 |
| Hex | BC | 43 | 16 | 0 | 40 | 58 | 1A | 10 | 4F | 29 |
| Octal | 274 | 103 | 26 | 0 | 100 | 130 | 32 | 20 | 117 | 51 |
| Binary | 10111100 | 1000011 | 10110 | 0 | 1000000 | 1011000 | 11010 | 10000 | 1001111 | 101001 |
Color Harmonies of #BC4316
Complementary color
Monochromatic Colors of #BC4316
Black with #BC4316
Text Example
Text Example
White with #BC4316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4316; }
p { color: rgb(188,67,22); }
H1.HeaderClassName
{
color: #BC4316;
}
.AnyTagClassName
{
color: #BC4316;
}
</style>
background-color css
<style>
a { background-color: #BC4316; }
a { background-color: rgb(188,67,22); }
div.DivClassName
{
background-color: #BC4316;
}
.BgClassName
{
background-color: #BC4316;
}
</style>
border-color css
<style>
span { border-color: #BC4316; }
span { border-color: rgb(188,67,22); }
td.TdClassName
{
border-color: #BC4316;
}
.TagClassName
{
border-color: #BC4316;
}
</style>