Shades of Rust #BC3909
Tints of Rust #BC3909
RGB
CMYK
RGB Variations
Color information
#BC3909 (or 0xBC3909) is known color: Rust. HEX triplet: BC, 39 and 09. RGB value is (188,57,9). Sum of RGB (Red+Green+Blue) = 188+57+9=254 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.02% from 254); Green value is 57 (22.66% from 255 or 22.44% from 254); Blue value is 9 (3.91% from 255 or 3.54% from 254); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3909 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3909 is #43C6F6. Grayscale: #5B5B5B. Windows color (decimal): -4441847 or 604604. OLE color: 604604.
HSL color Cylindrical-coordinate representation of color #BC3909: hue angle of 16.09º 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 #BC3909 is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 57 | 9 | - |
| CMYK | 0 | 0.70 | 0.95 | 0.26 |
| HSL | 16.09º | 0.91% | 0.39% | - |
| HSV(B) | 16.09º | 0.95% | 0.74% | - |
| XYZ | 22.25 | 13.64 | 1.72 | - |
| YUV | 90.7 | 81.9 | 197.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 57 | 9 | 0 | 0.70 | 0.95 | 0.26 | 16.09 | 0.91 | 0.39 |
| Hex | BC | 39 | 9 | 0 | 46 | 5F | 1A | 10 | 5B | 27 |
| Octal | 274 | 71 | 11 | 0 | 106 | 137 | 32 | 20 | 133 | 47 |
| Binary | 10111100 | 111001 | 1001 | 0 | 1000110 | 1011111 | 11010 | 10000 | 1011011 | 100111 |
Color Harmonies of #BC3909
Complementary color
Monochromatic Colors of #BC3909
Black with #BC3909
Text Example
Text Example
White with #BC3909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3909; }
p { color: rgb(188,57,9); }
H1.HeaderClassName
{
color: #BC3909;
}
.AnyTagClassName
{
color: #BC3909;
}
</style>
background-color css
<style>
a { background-color: #BC3909; }
a { background-color: rgb(188,57,9); }
div.DivClassName
{
background-color: #BC3909;
}
.BgClassName
{
background-color: #BC3909;
}
</style>
border-color css
<style>
span { border-color: #BC3909; }
span { border-color: rgb(188,57,9); }
td.TdClassName
{
border-color: #BC3909;
}
.TagClassName
{
border-color: #BC3909;
}
</style>