Shades of Rust #BC4017
Tints of Rust #BC4017
RGB
CMYK
RGB Variations
Color information
#BC4017 (or 0xBC4017) is known color: Rust. HEX triplet: BC, 40 and 17. RGB value is (188,64,23). Sum of RGB (Red+Green+Blue) = 188+64+23=275 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.36% from 275); Green value is 64 (25.39% from 255 or 23.27% from 275); Blue value is 23 (9.38% from 255 or 8.36% from 275); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4017 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4017 is #43BFE8. Grayscale: #606060. Windows color (decimal): -4440041 or 1523900. OLE color: 1523900.
HSL color Cylindrical-coordinate representation of color #BC4017: hue angle of 14.91º 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 #BC4017 is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 64 | 23 | - |
| CMYK | 0 | 0.66 | 0.88 | 0.26 |
| HSL | 14.91º | 0.78% | 0.41% | - |
| HSV(B) | 14.91º | 0.88% | 0.74% | - |
| XYZ | 22.73 | 14.42 | 2.4 | - |
| YUV | 96.4 | 86.58 | 193.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 64 | 23 | 0 | 0.66 | 0.88 | 0.26 | 14.91 | 0.78 | 0.41 |
| Hex | BC | 40 | 17 | 0 | 42 | 58 | 1A | F | 4E | 29 |
| Octal | 274 | 100 | 27 | 0 | 102 | 130 | 32 | 17 | 116 | 51 |
| Binary | 10111100 | 1000000 | 10111 | 0 | 1000010 | 1011000 | 11010 | 1111 | 1001110 | 101001 |
Color Harmonies of #BC4017
Complementary color
Monochromatic Colors of #BC4017
Black with #BC4017
Text Example
Text Example
White with #BC4017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4017; }
p { color: rgb(188,64,23); }
H1.HeaderClassName
{
color: #BC4017;
}
.AnyTagClassName
{
color: #BC4017;
}
</style>
background-color css
<style>
a { background-color: #BC4017; }
a { background-color: rgb(188,64,23); }
div.DivClassName
{
background-color: #BC4017;
}
.BgClassName
{
background-color: #BC4017;
}
</style>
border-color css
<style>
span { border-color: #BC4017; }
span { border-color: rgb(188,64,23); }
td.TdClassName
{
border-color: #BC4017;
}
.TagClassName
{
border-color: #BC4017;
}
</style>