Shades of Rust #BC3D17
Tints of Rust #BC3D17
RGB
CMYK
RGB Variations
Color information
#BC3D17 (or 0xBC3D17) is known color: Rust. HEX triplet: BC, 3D and 17. RGB value is (188,61,23). Sum of RGB (Red+Green+Blue) = 188+61+23=272 (36% of max value = 765). Red value is 188 (73.83% from 255 or 69.12% from 272); Green value is 61 (24.22% from 255 or 22.43% from 272); Blue value is 23 (9.38% from 255 or 8.46% from 272); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3D17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3D17 is #43C2E8. Grayscale: #5E5E5E. Windows color (decimal): -4440809 or 1523132. OLE color: 1523132.
HSL color Cylindrical-coordinate representation of color #BC3D17: hue angle of 13.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 #BC3D17 is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 61 | 23 | - |
| CMYK | 0 | 0.68 | 0.88 | 0.26 |
| HSL | 13.82º | 0.78% | 0.41% | - |
| HSV(B) | 13.82º | 0.88% | 0.74% | - |
| XYZ | 22.56 | 14.09 | 2.34 | - |
| YUV | 94.64 | 87.58 | 194.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 61 | 23 | 0 | 0.68 | 0.88 | 0.26 | 13.82 | 0.78 | 0.41 |
| Hex | BC | 3D | 17 | 0 | 44 | 58 | 1A | E | 4E | 29 |
| Octal | 274 | 75 | 27 | 0 | 104 | 130 | 32 | 16 | 116 | 51 |
| Binary | 10111100 | 111101 | 10111 | 0 | 1000100 | 1011000 | 11010 | 1110 | 1001110 | 101001 |
Color Harmonies of #BC3D17
Complementary color
Monochromatic Colors of #BC3D17
Black with #BC3D17
Text Example
Text Example
White with #BC3D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3D17; }
p { color: rgb(188,61,23); }
H1.HeaderClassName
{
color: #BC3D17;
}
.AnyTagClassName
{
color: #BC3D17;
}
</style>
background-color css
<style>
a { background-color: #BC3D17; }
a { background-color: rgb(188,61,23); }
div.DivClassName
{
background-color: #BC3D17;
}
.BgClassName
{
background-color: #BC3D17;
}
</style>
border-color css
<style>
span { border-color: #BC3D17; }
span { border-color: rgb(188,61,23); }
td.TdClassName
{
border-color: #BC3D17;
}
.TagClassName
{
border-color: #BC3D17;
}
</style>