Shades of Rust #BC5317
Tints of Rust #BC5317
RGB
CMYK
RGB Variations
Color information
#BC5317 (or 0xBC5317) is known color: Rust. HEX triplet: BC, 53 and 17. RGB value is (188,83,23). Sum of RGB (Red+Green+Blue) = 188+83+23=294 (38% of max value = 765). Red value is 188 (73.83% from 255 or 63.95% from 294); Green value is 83 (32.81% from 255 or 28.23% from 294); Blue value is 23 (9.38% from 255 or 7.82% from 294); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5317 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5317 is #43ACE8. Grayscale: #6B6B6B. Windows color (decimal): -4435177 or 1528764. OLE color: 1528764.
HSL color Cylindrical-coordinate representation of color #BC5317: hue angle of 21.82º 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 #BC5317 is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 83 | 23 | - |
| CMYK | 0 | 0.56 | 0.88 | 0.26 |
| HSL | 21.82º | 0.78% | 0.41% | - |
| HSV(B) | 21.82º | 0.88% | 0.74% | - |
| XYZ | 23.99 | 16.94 | 2.82 | - |
| YUV | 107.56 | 80.29 | 185.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 83 | 23 | 0 | 0.56 | 0.88 | 0.26 | 21.82 | 0.78 | 0.41 |
| Hex | BC | 53 | 17 | 0 | 38 | 58 | 1A | 16 | 4E | 29 |
| Octal | 274 | 123 | 27 | 0 | 70 | 130 | 32 | 26 | 116 | 51 |
| Binary | 10111100 | 1010011 | 10111 | 0 | 111000 | 1011000 | 11010 | 10110 | 1001110 | 101001 |
Color Harmonies of #BC5317
Complementary color
Monochromatic Colors of #BC5317
Black with #BC5317
Text Example
Text Example
White with #BC5317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5317; }
p { color: rgb(188,83,23); }
H1.HeaderClassName
{
color: #BC5317;
}
.AnyTagClassName
{
color: #BC5317;
}
</style>
background-color css
<style>
a { background-color: #BC5317; }
a { background-color: rgb(188,83,23); }
div.DivClassName
{
background-color: #BC5317;
}
.BgClassName
{
background-color: #BC5317;
}
</style>
border-color css
<style>
span { border-color: #BC5317; }
span { border-color: rgb(188,83,23); }
td.TdClassName
{
border-color: #BC5317;
}
.TagClassName
{
border-color: #BC5317;
}
</style>