Shades of Rust #BC3300
Tints of Rust #BC3300
RGB
CMYK
RGB Variations
Color information
#BC3300 (or 0xBC3300) is known color: Rust. HEX triplet: BC, 33 and 00. RGB value is (188,51,0). Sum of RGB (Red+Green+Blue) = 188+51+0=239 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.66% from 239); Green value is 51 (20.31% from 255 or 21.34% from 239); Blue value is 0 (0.39% from 255 or 0% from 239); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3300 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3300 is #43CCFF. Grayscale: #565656. Windows color (decimal): -4443392 or 13244. OLE color: 13244.
HSL color Cylindrical-coordinate representation of color #BC3300: hue angle of 16.28º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC3300 is Cyan = 0, Magento = 0.73, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 51 | 0 | - |
| CMYK | 0 | 0.73 | 1 | 0.26 |
| HSL | 16.28º | 1% | 0.37% | - |
| HSV(B) | 16.28º | 1% | 0.74% | - |
| XYZ | 21.92 | 13.06 | 1.37 | - |
| YUV | 86.15 | 79.39 | 200.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 51 | 0 | 0 | 0.73 | 1 | 0.26 | 16.28 | 1 | 0.37 |
| Hex | BC | 33 | 0 | 0 | 49 | 64 | 1A | 10 | 64 | 25 |
| Octal | 274 | 63 | 0 | 0 | 111 | 144 | 32 | 20 | 144 | 45 |
| Binary | 10111100 | 110011 | 0 | 0 | 1001001 | 1100100 | 11010 | 10000 | 1100100 | 100101 |
Color Harmonies of #BC3300
Complementary color
Monochromatic Colors of #BC3300
Black with #BC3300
Text Example
Text Example
White with #BC3300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3300; }
p { color: rgb(188,51,0); }
H1.HeaderClassName
{
color: #BC3300;
}
.AnyTagClassName
{
color: #BC3300;
}
</style>
background-color css
<style>
a { background-color: #BC3300; }
a { background-color: rgb(188,51,0); }
div.DivClassName
{
background-color: #BC3300;
}
.BgClassName
{
background-color: #BC3300;
}
</style>
border-color css
<style>
span { border-color: #BC3300; }
span { border-color: rgb(188,51,0); }
td.TdClassName
{
border-color: #BC3300;
}
.TagClassName
{
border-color: #BC3300;
}
</style>