Shades of Rust #BC4213
Tints of Rust #BC4213
RGB
CMYK
RGB Variations
Color information
#BC4213 (or 0xBC4213) is known color: Rust. HEX triplet: BC, 42 and 13. RGB value is (188,66,19). Sum of RGB (Red+Green+Blue) = 188+66+19=273 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.86% from 273); Green value is 66 (26.17% from 255 or 24.18% from 273); Blue value is 19 (7.81% from 255 or 6.96% from 273); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4213 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4213 is #43BDEC. Grayscale: #616161. Windows color (decimal): -4439533 or 1262268. OLE color: 1262268.
HSL color Cylindrical-coordinate representation of color #BC4213: hue angle of 16.69º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC4213 is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 66 | 19 | - |
| CMYK | 0 | 0.65 | 0.90 | 0.26 |
| HSL | 16.69º | 0.82% | 0.41% | - |
| HSV(B) | 16.69º | 0.9% | 0.74% | - |
| XYZ | 22.8 | 14.63 | 2.24 | - |
| YUV | 97.12 | 83.92 | 192.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 66 | 19 | 0 | 0.65 | 0.90 | 0.26 | 16.69 | 0.82 | 0.41 |
| Hex | BC | 42 | 13 | 0 | 41 | 5A | 1A | 11 | 52 | 29 |
| Octal | 274 | 102 | 23 | 0 | 101 | 132 | 32 | 21 | 122 | 51 |
| Binary | 10111100 | 1000010 | 10011 | 0 | 1000001 | 1011010 | 11010 | 10001 | 1010010 | 101001 |
Color Harmonies of #BC4213
Complementary color
Monochromatic Colors of #BC4213
Black with #BC4213
Text Example
Text Example
White with #BC4213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4213; }
p { color: rgb(188,66,19); }
H1.HeaderClassName
{
color: #BC4213;
}
.AnyTagClassName
{
color: #BC4213;
}
</style>
background-color css
<style>
a { background-color: #BC4213; }
a { background-color: rgb(188,66,19); }
div.DivClassName
{
background-color: #BC4213;
}
.BgClassName
{
background-color: #BC4213;
}
</style>
border-color css
<style>
span { border-color: #BC4213; }
span { border-color: rgb(188,66,19); }
td.TdClassName
{
border-color: #BC4213;
}
.TagClassName
{
border-color: #BC4213;
}
</style>