Shades of Rust #BC3B08
Tints of Rust #BC3B08
RGB
CMYK
RGB Variations
Color information
#BC3B08 (or 0xBC3B08) is known color: Rust. HEX triplet: BC, 3B and 08. RGB value is (188,59,8). Sum of RGB (Red+Green+Blue) = 188+59+8=255 (33% of max value = 765). Red value is 188 (73.83% from 255 or 73.73% from 255); Green value is 59 (23.44% from 255 or 23.14% from 255); Blue value is 8 (3.52% from 255 or 3.14% from 255); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3B08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3B08 is #43C4F7. Grayscale: #5C5C5C. Windows color (decimal): -4441336 or 539580. OLE color: 539580.
HSL color Cylindrical-coordinate representation of color #BC3B08: hue angle of 17º 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 #BC3B08 is Cyan = 0, Magento = 0.69, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 59 | 8 | - |
| CMYK | 0 | 0.69 | 0.96 | 0.26 |
| HSL | 17º | 0.92% | 0.38% | - |
| HSV(B) | 17º | 0.96% | 0.74% | - |
| XYZ | 22.35 | 13.84 | 1.72 | - |
| YUV | 91.76 | 80.74 | 196.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 59 | 8 | 0 | 0.69 | 0.96 | 0.26 | 17 | 0.92 | 0.38 |
| Hex | BC | 3B | 8 | 0 | 45 | 60 | 1A | 11 | 5C | 26 |
| Octal | 274 | 73 | 10 | 0 | 105 | 140 | 32 | 21 | 134 | 46 |
| Binary | 10111100 | 111011 | 1000 | 0 | 1000101 | 1100000 | 11010 | 10001 | 1011100 | 100110 |
Color Harmonies of #BC3B08
Complementary color
Monochromatic Colors of #BC3B08
Black with #BC3B08
Text Example
Text Example
White with #BC3B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3B08; }
p { color: rgb(188,59,8); }
H1.HeaderClassName
{
color: #BC3B08;
}
.AnyTagClassName
{
color: #BC3B08;
}
</style>
background-color css
<style>
a { background-color: #BC3B08; }
a { background-color: rgb(188,59,8); }
div.DivClassName
{
background-color: #BC3B08;
}
.BgClassName
{
background-color: #BC3B08;
}
</style>
border-color css
<style>
span { border-color: #BC3B08; }
span { border-color: rgb(188,59,8); }
td.TdClassName
{
border-color: #BC3B08;
}
.TagClassName
{
border-color: #BC3B08;
}
</style>