Shades of Rust #BC3609
Tints of Rust #BC3609
RGB
CMYK
RGB Variations
Color information
#BC3609 (or 0xBC3609) is known color: Rust. HEX triplet: BC, 36 and 09. RGB value is (188,54,9). Sum of RGB (Red+Green+Blue) = 188+54+9=251 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.90% from 251); Green value is 54 (21.48% from 255 or 21.51% from 251); Blue value is 9 (3.91% from 255 or 3.59% from 251); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3609 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3609 is #43C9F6. Grayscale: #595959. Windows color (decimal): -4442615 or 603836. OLE color: 603836.
HSL color Cylindrical-coordinate representation of color #BC3609: hue angle of 15.08º 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 #BC3609 is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 54 | 9 | - |
| CMYK | 0 | 0.71 | 0.95 | 0.26 |
| HSL | 15.08º | 0.91% | 0.39% | - |
| HSV(B) | 15.08º | 0.95% | 0.74% | - |
| XYZ | 22.11 | 13.35 | 1.67 | - |
| YUV | 88.94 | 82.89 | 198.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 54 | 9 | 0 | 0.71 | 0.95 | 0.26 | 15.08 | 0.91 | 0.39 |
| Hex | BC | 36 | 9 | 0 | 47 | 5F | 1A | F | 5B | 27 |
| Octal | 274 | 66 | 11 | 0 | 107 | 137 | 32 | 17 | 133 | 47 |
| Binary | 10111100 | 110110 | 1001 | 0 | 1000111 | 1011111 | 11010 | 1111 | 1011011 | 100111 |
Color Harmonies of #BC3609
Complementary color
Monochromatic Colors of #BC3609
Black with #BC3609
Text Example
Text Example
White with #BC3609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3609; }
p { color: rgb(188,54,9); }
H1.HeaderClassName
{
color: #BC3609;
}
.AnyTagClassName
{
color: #BC3609;
}
</style>
background-color css
<style>
a { background-color: #BC3609; }
a { background-color: rgb(188,54,9); }
div.DivClassName
{
background-color: #BC3609;
}
.BgClassName
{
background-color: #BC3609;
}
</style>
border-color css
<style>
span { border-color: #BC3609; }
span { border-color: rgb(188,54,9); }
td.TdClassName
{
border-color: #BC3609;
}
.TagClassName
{
border-color: #BC3609;
}
</style>