Shades of Rust #BC4517
Tints of Rust #BC4517
RGB
CMYK
RGB Variations
Color information
#BC4517 (or 0xBC4517) is known color: Rust. HEX triplet: BC, 45 and 17. RGB value is (188,69,23). Sum of RGB (Red+Green+Blue) = 188+69+23=280 (37% of max value = 765). Red value is 188 (73.83% from 255 or 67.14% from 280); Green value is 69 (27.34% from 255 or 24.64% from 280); Blue value is 23 (9.38% from 255 or 8.21% from 280); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4517 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4517 is #43BAE8. Grayscale: #636363. Windows color (decimal): -4438761 or 1525180. OLE color: 1525180.
HSL color Cylindrical-coordinate representation of color #BC4517: hue angle of 16.73º 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 #BC4517 is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 69 | 23 | - |
| CMYK | 0 | 0.63 | 0.88 | 0.26 |
| HSL | 16.73º | 0.78% | 0.41% | - |
| HSV(B) | 16.73º | 0.88% | 0.74% | - |
| XYZ | 23.02 | 15.01 | 2.49 | - |
| YUV | 99.34 | 84.92 | 191.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 69 | 23 | 0 | 0.63 | 0.88 | 0.26 | 16.73 | 0.78 | 0.41 |
| Hex | BC | 45 | 17 | 0 | 3F | 58 | 1A | 11 | 4E | 29 |
| Octal | 274 | 105 | 27 | 0 | 77 | 130 | 32 | 21 | 116 | 51 |
| Binary | 10111100 | 1000101 | 10111 | 0 | 111111 | 1011000 | 11010 | 10001 | 1001110 | 101001 |
Color Harmonies of #BC4517
Complementary color
Monochromatic Colors of #BC4517
Black with #BC4517
Text Example
Text Example
White with #BC4517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4517; }
p { color: rgb(188,69,23); }
H1.HeaderClassName
{
color: #BC4517;
}
.AnyTagClassName
{
color: #BC4517;
}
</style>
background-color css
<style>
a { background-color: #BC4517; }
a { background-color: rgb(188,69,23); }
div.DivClassName
{
background-color: #BC4517;
}
.BgClassName
{
background-color: #BC4517;
}
</style>
border-color css
<style>
span { border-color: #BC4517; }
span { border-color: rgb(188,69,23); }
td.TdClassName
{
border-color: #BC4517;
}
.TagClassName
{
border-color: #BC4517;
}
</style>