Shades of Rust #BC3F17
Tints of Rust #BC3F17
RGB
CMYK
RGB Variations
Color information
#BC3F17 (or 0xBC3F17) is known color: Rust. HEX triplet: BC, 3F and 17. RGB value is (188,63,23). Sum of RGB (Red+Green+Blue) = 188+63+23=274 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.61% from 274); Green value is 63 (25% from 255 or 22.99% from 274); Blue value is 23 (9.38% from 255 or 8.39% from 274); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3F17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3F17 is #43C0E8. Grayscale: #606060. Windows color (decimal): -4440297 or 1523644. OLE color: 1523644.
HSL color Cylindrical-coordinate representation of color #BC3F17: hue angle of 14.55º 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 #BC3F17 is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 63 | 23 | - |
| CMYK | 0 | 0.66 | 0.88 | 0.26 |
| HSL | 14.55º | 0.78% | 0.41% | - |
| HSV(B) | 14.55º | 0.88% | 0.74% | - |
| XYZ | 22.67 | 14.31 | 2.38 | - |
| YUV | 95.82 | 86.91 | 193.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 63 | 23 | 0 | 0.66 | 0.88 | 0.26 | 14.55 | 0.78 | 0.41 |
| Hex | BC | 3F | 17 | 0 | 42 | 58 | 1A | F | 4E | 29 |
| Octal | 274 | 77 | 27 | 0 | 102 | 130 | 32 | 17 | 116 | 51 |
| Binary | 10111100 | 111111 | 10111 | 0 | 1000010 | 1011000 | 11010 | 1111 | 1001110 | 101001 |
Color Harmonies of #BC3F17
Complementary color
Monochromatic Colors of #BC3F17
Black with #BC3F17
Text Example
Text Example
White with #BC3F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3F17; }
p { color: rgb(188,63,23); }
H1.HeaderClassName
{
color: #BC3F17;
}
.AnyTagClassName
{
color: #BC3F17;
}
</style>
background-color css
<style>
a { background-color: #BC3F17; }
a { background-color: rgb(188,63,23); }
div.DivClassName
{
background-color: #BC3F17;
}
.BgClassName
{
background-color: #BC3F17;
}
</style>
border-color css
<style>
span { border-color: #BC3F17; }
span { border-color: rgb(188,63,23); }
td.TdClassName
{
border-color: #BC3F17;
}
.TagClassName
{
border-color: #BC3F17;
}
</style>