Shades of Rust #BC3709
Tints of Rust #BC3709
RGB
CMYK
RGB Variations
Color information
#BC3709 (or 0xBC3709) is known color: Rust. HEX triplet: BC, 37 and 09. RGB value is (188,55,9). Sum of RGB (Red+Green+Blue) = 188+55+9=252 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.60% from 252); Green value is 55 (21.88% from 255 or 21.83% from 252); Blue value is 9 (3.91% from 255 or 3.57% from 252); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3709 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3709 is #43C8F6. Grayscale: #595959. Windows color (decimal): -4442359 or 604092. OLE color: 604092.
HSL color Cylindrical-coordinate representation of color #BC3709: hue angle of 15.42º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC3709 is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 55 | 9 | - |
| CMYK | 0 | 0.71 | 0.95 | 0.26 |
| HSL | 15.42º | 0.91% | 0.39% | - |
| HSV(B) | 15.42º | 0.95% | 0.74% | - |
| XYZ | 22.15 | 13.44 | 1.69 | - |
| YUV | 89.52 | 82.56 | 198.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 55 | 9 | 0 | 0.71 | 0.95 | 0.26 | 15.42 | 0.91 | 0.39 |
| Hex | BC | 37 | 9 | 0 | 47 | 5F | 1A | F | 5B | 27 |
| Octal | 274 | 67 | 11 | 0 | 107 | 137 | 32 | 17 | 133 | 47 |
| Binary | 10111100 | 110111 | 1001 | 0 | 1000111 | 1011111 | 11010 | 1111 | 1011011 | 100111 |
Color Harmonies of #BC3709
Complementary color
Monochromatic Colors of #BC3709
Black with #BC3709
Text Example
Text Example
White with #BC3709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3709; }
p { color: rgb(188,55,9); }
H1.HeaderClassName
{
color: #BC3709;
}
.AnyTagClassName
{
color: #BC3709;
}
</style>
background-color css
<style>
a { background-color: #BC3709; }
a { background-color: rgb(188,55,9); }
div.DivClassName
{
background-color: #BC3709;
}
.BgClassName
{
background-color: #BC3709;
}
</style>
border-color css
<style>
span { border-color: #BC3709; }
span { border-color: rgb(188,55,9); }
td.TdClassName
{
border-color: #BC3709;
}
.TagClassName
{
border-color: #BC3709;
}
</style>