Shades of Rust #BC3A17
Tints of Rust #BC3A17
RGB
CMYK
RGB Variations
Color information
#BC3A17 (or 0xBC3A17) is known color: Rust. HEX triplet: BC, 3A and 17. RGB value is (188,58,23). Sum of RGB (Red+Green+Blue) = 188+58+23=269 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.89% from 269); Green value is 58 (23.05% from 255 or 21.56% from 269); Blue value is 23 (9.38% from 255 or 8.55% from 269); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3A17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3A17 is #43C5E8. Grayscale: #5D5D5D. Windows color (decimal): -4441577 or 1522364. OLE color: 1522364.
HSL color Cylindrical-coordinate representation of color #BC3A17: hue angle of 12.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 #BC3A17 is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 58 | 23 | - |
| CMYK | 0 | 0.69 | 0.88 | 0.26 |
| HSL | 12.73º | 0.78% | 0.41% | - |
| HSV(B) | 12.73º | 0.88% | 0.74% | - |
| XYZ | 22.41 | 13.78 | 2.29 | - |
| YUV | 92.88 | 88.57 | 195.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 58 | 23 | 0 | 0.69 | 0.88 | 0.26 | 12.73 | 0.78 | 0.41 |
| Hex | BC | 3A | 17 | 0 | 45 | 58 | 1A | D | 4E | 29 |
| Octal | 274 | 72 | 27 | 0 | 105 | 130 | 32 | 15 | 116 | 51 |
| Binary | 10111100 | 111010 | 10111 | 0 | 1000101 | 1011000 | 11010 | 1101 | 1001110 | 101001 |
Color Harmonies of #BC3A17
Complementary color
Monochromatic Colors of #BC3A17
Black with #BC3A17
Text Example
Text Example
White with #BC3A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3A17; }
p { color: rgb(188,58,23); }
H1.HeaderClassName
{
color: #BC3A17;
}
.AnyTagClassName
{
color: #BC3A17;
}
</style>
background-color css
<style>
a { background-color: #BC3A17; }
a { background-color: rgb(188,58,23); }
div.DivClassName
{
background-color: #BC3A17;
}
.BgClassName
{
background-color: #BC3A17;
}
</style>
border-color css
<style>
span { border-color: #BC3A17; }
span { border-color: rgb(188,58,23); }
td.TdClassName
{
border-color: #BC3A17;
}
.TagClassName
{
border-color: #BC3A17;
}
</style>