Shades of Rust #BC4009
Tints of Rust #BC4009
RGB
CMYK
RGB Variations
Color information
#BC4009 (or 0xBC4009) is known color: Rust. HEX triplet: BC, 40 and 09. RGB value is (188,64,9). Sum of RGB (Red+Green+Blue) = 188+64+9=261 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.03% from 261); Green value is 64 (25.39% from 255 or 24.52% from 261); Blue value is 9 (3.91% from 255 or 3.45% from 261); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4009 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4009 is #43BFF6. Grayscale: #5F5F5F. Windows color (decimal): -4440055 or 606396. OLE color: 606396.
HSL color Cylindrical-coordinate representation of color #BC4009: hue angle of 18.44º 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 #BC4009 is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 64 | 9 | - |
| CMYK | 0 | 0.66 | 0.95 | 0.26 |
| HSL | 18.44º | 0.91% | 0.39% | - |
| HSV(B) | 18.44º | 0.95% | 0.74% | - |
| XYZ | 22.62 | 14.38 | 1.84 | - |
| YUV | 94.81 | 79.58 | 194.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 64 | 9 | 0 | 0.66 | 0.95 | 0.26 | 18.44 | 0.91 | 0.39 |
| Hex | BC | 40 | 9 | 0 | 42 | 5F | 1A | 12 | 5B | 27 |
| Octal | 274 | 100 | 11 | 0 | 102 | 137 | 32 | 22 | 133 | 47 |
| Binary | 10111100 | 1000000 | 1001 | 0 | 1000010 | 1011111 | 11010 | 10010 | 1011011 | 100111 |
Color Harmonies of #BC4009
Complementary color
Monochromatic Colors of #BC4009
Black with #BC4009
Text Example
Text Example
White with #BC4009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4009; }
p { color: rgb(188,64,9); }
H1.HeaderClassName
{
color: #BC4009;
}
.AnyTagClassName
{
color: #BC4009;
}
</style>
background-color css
<style>
a { background-color: #BC4009; }
a { background-color: rgb(188,64,9); }
div.DivClassName
{
background-color: #BC4009;
}
.BgClassName
{
background-color: #BC4009;
}
</style>
border-color css
<style>
span { border-color: #BC4009; }
span { border-color: rgb(188,64,9); }
td.TdClassName
{
border-color: #BC4009;
}
.TagClassName
{
border-color: #BC4009;
}
</style>