Shades of Rust #BC4416
Tints of Rust #BC4416
RGB
CMYK
RGB Variations
Color information
#BC4416 (or 0xBC4416) is known color: Rust. HEX triplet: BC, 44 and 16. RGB value is (188,68,22). Sum of RGB (Red+Green+Blue) = 188+68+22=278 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.63% from 278); Green value is 68 (26.95% from 255 or 24.46% from 278); Blue value is 22 (8.98% from 255 or 7.91% from 278); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4416 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4416 is #43BBE9. Grayscale: #626262. Windows color (decimal): -4439018 or 1459388. OLE color: 1459388.
HSL color Cylindrical-coordinate representation of color #BC4416: hue angle of 16.63º 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 #BC4416 is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 68 | 22 | - |
| CMYK | 0 | 0.64 | 0.88 | 0.26 |
| HSL | 16.63º | 0.79% | 0.41% | - |
| HSV(B) | 16.63º | 0.88% | 0.74% | - |
| XYZ | 22.95 | 14.88 | 2.42 | - |
| YUV | 98.64 | 84.76 | 191.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 68 | 22 | 0 | 0.64 | 0.88 | 0.26 | 16.63 | 0.79 | 0.41 |
| Hex | BC | 44 | 16 | 0 | 40 | 58 | 1A | 11 | 4F | 29 |
| Octal | 274 | 104 | 26 | 0 | 100 | 130 | 32 | 21 | 117 | 51 |
| Binary | 10111100 | 1000100 | 10110 | 0 | 1000000 | 1011000 | 11010 | 10001 | 1001111 | 101001 |
Color Harmonies of #BC4416
Complementary color
Monochromatic Colors of #BC4416
Black with #BC4416
Text Example
Text Example
White with #BC4416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4416; }
p { color: rgb(188,68,22); }
H1.HeaderClassName
{
color: #BC4416;
}
.AnyTagClassName
{
color: #BC4416;
}
</style>
background-color css
<style>
a { background-color: #BC4416; }
a { background-color: rgb(188,68,22); }
div.DivClassName
{
background-color: #BC4416;
}
.BgClassName
{
background-color: #BC4416;
}
</style>
border-color css
<style>
span { border-color: #BC4416; }
span { border-color: rgb(188,68,22); }
td.TdClassName
{
border-color: #BC4416;
}
.TagClassName
{
border-color: #BC4416;
}
</style>