Shades of Rust #BC3708
Tints of Rust #BC3708
RGB
CMYK
RGB Variations
Color information
#BC3708 (or 0xBC3708) is known color: Rust. HEX triplet: BC, 37 and 08. RGB value is (188,55,8). Sum of RGB (Red+Green+Blue) = 188+55+8=251 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.90% from 251); Green value is 55 (21.88% from 255 or 21.91% from 251); Blue value is 8 (3.52% from 255 or 3.19% from 251); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3708 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3708 is #43C8F7. Grayscale: #595959. Windows color (decimal): -4442360 or 538556. OLE color: 538556.
HSL color Cylindrical-coordinate representation of color #BC3708: hue angle of 15.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 #BC3708 is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 55 | 8 | - |
| CMYK | 0 | 0.71 | 0.96 | 0.26 |
| HSL | 15.67º | 0.92% | 0.38% | - |
| HSV(B) | 15.67º | 0.96% | 0.74% | - |
| XYZ | 22.15 | 13.44 | 1.66 | - |
| YUV | 89.41 | 82.06 | 198.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 55 | 8 | 0 | 0.71 | 0.96 | 0.26 | 15.67 | 0.92 | 0.38 |
| Hex | BC | 37 | 8 | 0 | 47 | 60 | 1A | 10 | 5C | 26 |
| Octal | 274 | 67 | 10 | 0 | 107 | 140 | 32 | 20 | 134 | 46 |
| Binary | 10111100 | 110111 | 1000 | 0 | 1000111 | 1100000 | 11010 | 10000 | 1011100 | 100110 |
Color Harmonies of #BC3708
Complementary color
Monochromatic Colors of #BC3708
Black with #BC3708
Text Example
Text Example
White with #BC3708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3708; }
p { color: rgb(188,55,8); }
H1.HeaderClassName
{
color: #BC3708;
}
.AnyTagClassName
{
color: #BC3708;
}
</style>
background-color css
<style>
a { background-color: #BC3708; }
a { background-color: rgb(188,55,8); }
div.DivClassName
{
background-color: #BC3708;
}
.BgClassName
{
background-color: #BC3708;
}
</style>
border-color css
<style>
span { border-color: #BC3708; }
span { border-color: rgb(188,55,8); }
td.TdClassName
{
border-color: #BC3708;
}
.TagClassName
{
border-color: #BC3708;
}
</style>