Shades of Rust #BC3D08
Tints of Rust #BC3D08
RGB
CMYK
RGB Variations
Color information
#BC3D08 (or 0xBC3D08) is known color: Rust. HEX triplet: BC, 3D and 08. RGB value is (188,61,8). Sum of RGB (Red+Green+Blue) = 188+61+8=257 (34% of max value = 765). Red value is 188 (73.83% from 255 or 73.15% from 257); Green value is 61 (24.22% from 255 or 23.74% from 257); Blue value is 8 (3.52% from 255 or 3.11% from 257); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3D08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3D08 is #43C2F7. Grayscale: #5D5D5D. Windows color (decimal): -4440824 or 540092. OLE color: 540092.
HSL color Cylindrical-coordinate representation of color #BC3D08: hue angle of 17.67º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC3D08 is Cyan = 0, Magento = 0.68, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 61 | 8 | - |
| CMYK | 0 | 0.68 | 0.96 | 0.26 |
| HSL | 17.67º | 0.92% | 0.38% | - |
| HSV(B) | 17.67º | 0.96% | 0.74% | - |
| XYZ | 22.45 | 14.05 | 1.76 | - |
| YUV | 92.93 | 80.08 | 195.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 61 | 8 | 0 | 0.68 | 0.96 | 0.26 | 17.67 | 0.92 | 0.38 |
| Hex | BC | 3D | 8 | 0 | 44 | 60 | 1A | 12 | 5C | 26 |
| Octal | 274 | 75 | 10 | 0 | 104 | 140 | 32 | 22 | 134 | 46 |
| Binary | 10111100 | 111101 | 1000 | 0 | 1000100 | 1100000 | 11010 | 10010 | 1011100 | 100110 |
Color Harmonies of #BC3D08
Complementary color
Monochromatic Colors of #BC3D08
Black with #BC3D08
Text Example
Text Example
White with #BC3D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3D08; }
p { color: rgb(188,61,8); }
H1.HeaderClassName
{
color: #BC3D08;
}
.AnyTagClassName
{
color: #BC3D08;
}
</style>
background-color css
<style>
a { background-color: #BC3D08; }
a { background-color: rgb(188,61,8); }
div.DivClassName
{
background-color: #BC3D08;
}
.BgClassName
{
background-color: #BC3D08;
}
</style>
border-color css
<style>
span { border-color: #BC3D08; }
span { border-color: rgb(188,61,8); }
td.TdClassName
{
border-color: #BC3D08;
}
.TagClassName
{
border-color: #BC3D08;
}
</style>