Shades of Rust #BC340B
Tints of Rust #BC340B
RGB
CMYK
RGB Variations
Color information
#BC340B (or 0xBC340B) is known color: Rust. HEX triplet: BC, 34 and 0B. RGB value is (188,52,11). Sum of RGB (Red+Green+Blue) = 188+52+11=251 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.90% from 251); Green value is 52 (20.70% from 255 or 20.72% from 251); Blue value is 11 (4.69% from 255 or 4.38% from 251); Max value from RGB is 188 - color contains mainly: red. Hex color #BC340B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC340B is #43CBF4. Grayscale: #585858. Windows color (decimal): -4443125 or 734396. OLE color: 734396.
HSL color Cylindrical-coordinate representation of color #BC340B: hue angle of 13.9º 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 #BC340B is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 52 | 11 | - |
| CMYK | 0 | 0.72 | 0.94 | 0.26 |
| HSL | 13.9º | 0.89% | 0.39% | - |
| HSV(B) | 13.9º | 0.94% | 0.74% | - |
| XYZ | 22.03 | 13.17 | 1.7 | - |
| YUV | 87.99 | 84.56 | 199.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 52 | 11 | 0 | 0.72 | 0.94 | 0.26 | 13.9 | 0.89 | 0.39 |
| Hex | BC | 34 | B | 0 | 48 | 5E | 1A | E | 59 | 27 |
| Octal | 274 | 64 | 13 | 0 | 110 | 136 | 32 | 16 | 131 | 47 |
| Binary | 10111100 | 110100 | 1011 | 0 | 1001000 | 1011110 | 11010 | 1110 | 1011001 | 100111 |
Color Harmonies of #BC340B
Complementary color
Monochromatic Colors of #BC340B
Black with #BC340B
Text Example
Text Example
White with #BC340B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC340B; }
p { color: rgb(188,52,11); }
H1.HeaderClassName
{
color: #BC340B;
}
.AnyTagClassName
{
color: #BC340B;
}
</style>
background-color css
<style>
a { background-color: #BC340B; }
a { background-color: rgb(188,52,11); }
div.DivClassName
{
background-color: #BC340B;
}
.BgClassName
{
background-color: #BC340B;
}
</style>
border-color css
<style>
span { border-color: #BC340B; }
span { border-color: rgb(188,52,11); }
td.TdClassName
{
border-color: #BC340B;
}
.TagClassName
{
border-color: #BC340B;
}
</style>