Shades of Rust #BC3D1B
Tints of Rust #BC3D1B
RGB
CMYK
RGB Variations
Color information
#BC3D1B (or 0xBC3D1B) is known color: Rust. HEX triplet: BC, 3D and 1B. RGB value is (188,61,27). Sum of RGB (Red+Green+Blue) = 188+61+27=276 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.12% from 276); Green value is 61 (24.22% from 255 or 22.10% from 276); Blue value is 27 (10.94% from 255 or 9.78% from 276); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3D1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3D1B is #43C2E4. Grayscale: #5F5F5F. Windows color (decimal): -4440805 or 1785276. OLE color: 1785276.
HSL color Cylindrical-coordinate representation of color #BC3D1B: hue angle of 12.67º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC3D1B is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 61 | 27 | - |
| CMYK | 0 | 0.68 | 0.86 | 0.26 |
| HSL | 12.67º | 0.75% | 0.42% | - |
| HSV(B) | 12.67º | 0.86% | 0.74% | - |
| XYZ | 22.61 | 14.11 | 2.57 | - |
| YUV | 95.1 | 89.58 | 194.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 61 | 27 | 0 | 0.68 | 0.86 | 0.26 | 12.67 | 0.75 | 0.42 |
| Hex | BC | 3D | 1B | 0 | 44 | 56 | 1A | D | 4B | 2A |
| Octal | 274 | 75 | 33 | 0 | 104 | 126 | 32 | 15 | 113 | 52 |
| Binary | 10111100 | 111101 | 11011 | 0 | 1000100 | 1010110 | 11010 | 1101 | 1001011 | 101010 |
Color Harmonies of #BC3D1B
Complementary color
Monochromatic Colors of #BC3D1B
Black with #BC3D1B
Text Example
Text Example
White with #BC3D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3D1B; }
p { color: rgb(188,61,27); }
H1.HeaderClassName
{
color: #BC3D1B;
}
.AnyTagClassName
{
color: #BC3D1B;
}
</style>
background-color css
<style>
a { background-color: #BC3D1B; }
a { background-color: rgb(188,61,27); }
div.DivClassName
{
background-color: #BC3D1B;
}
.BgClassName
{
background-color: #BC3D1B;
}
</style>
border-color css
<style>
span { border-color: #BC3D1B; }
span { border-color: rgb(188,61,27); }
td.TdClassName
{
border-color: #BC3D1B;
}
.TagClassName
{
border-color: #BC3D1B;
}
</style>