Shades of Rust #BC5217
Tints of Rust #BC5217
RGB
CMYK
RGB Variations
Color information
#BC5217 (or 0xBC5217) is known color: Rust. HEX triplet: BC, 52 and 17. RGB value is (188,82,23). Sum of RGB (Red+Green+Blue) = 188+82+23=293 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.16% from 293); Green value is 82 (32.42% from 255 or 27.99% from 293); Blue value is 23 (9.38% from 255 or 7.85% from 293); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5217 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5217 is #43ADE8. Grayscale: #6B6B6B. Windows color (decimal): -4435433 or 1528508. OLE color: 1528508.
HSL color Cylindrical-coordinate representation of color #BC5217: hue angle of 21.45º degrees, saturation: 0.78, 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 #BC5217 is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 82 | 23 | - |
| CMYK | 0 | 0.56 | 0.88 | 0.26 |
| HSL | 21.45º | 0.78% | 0.41% | - |
| HSV(B) | 21.45º | 0.88% | 0.74% | - |
| XYZ | 23.91 | 16.79 | 2.79 | - |
| YUV | 106.97 | 80.62 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 82 | 23 | 0 | 0.56 | 0.88 | 0.26 | 21.45 | 0.78 | 0.41 |
| Hex | BC | 52 | 17 | 0 | 38 | 58 | 1A | 15 | 4E | 29 |
| Octal | 274 | 122 | 27 | 0 | 70 | 130 | 32 | 25 | 116 | 51 |
| Binary | 10111100 | 1010010 | 10111 | 0 | 111000 | 1011000 | 11010 | 10101 | 1001110 | 101001 |
Color Harmonies of #BC5217
Complementary color
Monochromatic Colors of #BC5217
Black with #BC5217
Text Example
Text Example
White with #BC5217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5217; }
p { color: rgb(188,82,23); }
H1.HeaderClassName
{
color: #BC5217;
}
.AnyTagClassName
{
color: #BC5217;
}
</style>
background-color css
<style>
a { background-color: #BC5217; }
a { background-color: rgb(188,82,23); }
div.DivClassName
{
background-color: #BC5217;
}
.BgClassName
{
background-color: #BC5217;
}
</style>
border-color css
<style>
span { border-color: #BC5217; }
span { border-color: rgb(188,82,23); }
td.TdClassName
{
border-color: #BC5217;
}
.TagClassName
{
border-color: #BC5217;
}
</style>