Shades of Rust #BC3A11
Tints of Rust #BC3A11
RGB
CMYK
RGB Variations
Color information
#BC3A11 (or 0xBC3A11) is known color: Rust. HEX triplet: BC, 3A and 11. RGB value is (188,58,17). Sum of RGB (Red+Green+Blue) = 188+58+17=263 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.48% from 263); Green value is 58 (23.05% from 255 or 22.05% from 263); Blue value is 17 (7.03% from 255 or 6.46% from 263); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3A11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3A11 is #43C5EE. Grayscale: #5C5C5C. Windows color (decimal): -4441583 or 1129148. OLE color: 1129148.
HSL color Cylindrical-coordinate representation of color #BC3A11: hue angle of 14.39º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC3A11 is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 58 | 17 | - |
| CMYK | 0 | 0.69 | 0.91 | 0.26 |
| HSL | 14.39º | 0.83% | 0.4% | - |
| HSV(B) | 14.39º | 0.91% | 0.74% | - |
| XYZ | 22.35 | 13.76 | 2.01 | - |
| YUV | 92.2 | 85.57 | 196.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 58 | 17 | 0 | 0.69 | 0.91 | 0.26 | 14.39 | 0.83 | 0.4 |
| Hex | BC | 3A | 11 | 0 | 45 | 5B | 1A | E | 53 | 28 |
| Octal | 274 | 72 | 21 | 0 | 105 | 133 | 32 | 16 | 123 | 50 |
| Binary | 10111100 | 111010 | 10001 | 0 | 1000101 | 1011011 | 11010 | 1110 | 1010011 | 101000 |
Color Harmonies of #BC3A11
Complementary color
Monochromatic Colors of #BC3A11
Black with #BC3A11
Text Example
Text Example
White with #BC3A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3A11; }
p { color: rgb(188,58,17); }
H1.HeaderClassName
{
color: #BC3A11;
}
.AnyTagClassName
{
color: #BC3A11;
}
</style>
background-color css
<style>
a { background-color: #BC3A11; }
a { background-color: rgb(188,58,17); }
div.DivClassName
{
background-color: #BC3A11;
}
.BgClassName
{
background-color: #BC3A11;
}
</style>
border-color css
<style>
span { border-color: #BC3A11; }
span { border-color: rgb(188,58,17); }
td.TdClassName
{
border-color: #BC3A11;
}
.TagClassName
{
border-color: #BC3A11;
}
</style>