Shades of Rust #BC3A0B
Tints of Rust #BC3A0B
RGB
CMYK
RGB Variations
Color information
#BC3A0B (or 0xBC3A0B) is known color: Rust. HEX triplet: BC, 3A and 0B. RGB value is (188,58,11). Sum of RGB (Red+Green+Blue) = 188+58+11=257 (34% of max value = 765). Red value is 188 (73.83% from 255 or 73.15% from 257); Green value is 58 (23.05% from 255 or 22.57% from 257); Blue value is 11 (4.69% from 255 or 4.28% from 257); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3A0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3A0B is #43C5F4. Grayscale: #5B5B5B. Windows color (decimal): -4441589 or 735932. OLE color: 735932.
HSL color Cylindrical-coordinate representation of color #BC3A0B: hue angle of 15.93º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC3A0B is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 58 | 11 | - |
| CMYK | 0 | 0.69 | 0.94 | 0.26 |
| HSL | 15.93º | 0.89% | 0.39% | - |
| HSV(B) | 15.93º | 0.94% | 0.74% | - |
| XYZ | 22.31 | 13.74 | 1.79 | - |
| YUV | 91.51 | 82.57 | 196.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 58 | 11 | 0 | 0.69 | 0.94 | 0.26 | 15.93 | 0.89 | 0.39 |
| Hex | BC | 3A | B | 0 | 45 | 5E | 1A | 10 | 59 | 27 |
| Octal | 274 | 72 | 13 | 0 | 105 | 136 | 32 | 20 | 131 | 47 |
| Binary | 10111100 | 111010 | 1011 | 0 | 1000101 | 1011110 | 11010 | 10000 | 1011001 | 100111 |
Color Harmonies of #BC3A0B
Complementary color
Monochromatic Colors of #BC3A0B
Black with #BC3A0B
Text Example
Text Example
White with #BC3A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3A0B; }
p { color: rgb(188,58,11); }
H1.HeaderClassName
{
color: #BC3A0B;
}
.AnyTagClassName
{
color: #BC3A0B;
}
</style>
background-color css
<style>
a { background-color: #BC3A0B; }
a { background-color: rgb(188,58,11); }
div.DivClassName
{
background-color: #BC3A0B;
}
.BgClassName
{
background-color: #BC3A0B;
}
</style>
border-color css
<style>
span { border-color: #BC3A0B; }
span { border-color: rgb(188,58,11); }
td.TdClassName
{
border-color: #BC3A0B;
}
.TagClassName
{
border-color: #BC3A0B;
}
</style>