Shades of Rust #BC3A00
Tints of Rust #BC3A00
RGB
CMYK
RGB Variations
Color information
#BC3A00 (or 0xBC3A00) is known color: Rust. HEX triplet: BC, 3A and 00. RGB value is (188,58,0). Sum of RGB (Red+Green+Blue) = 188+58+0=246 (32% of max value = 765). Red value is 188 (73.83% from 255 or 76.42% from 246); Green value is 58 (23.05% from 255 or 23.58% from 246); Blue value is 0 (0.39% from 255 or 0% from 246); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3A00 is #43C5FF. Grayscale: #5A5A5A. Windows color (decimal): -4441600 or 15036. OLE color: 15036.
HSL color Cylindrical-coordinate representation of color #BC3A00: hue angle of 18.51º 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 #BC3A00 is Cyan = 0, Magento = 0.69, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 58 | 0 | - |
| CMYK | 0 | 0.69 | 1 | 0.26 |
| HSL | 18.51º | 1% | 0.37% | - |
| HSV(B) | 18.51º | 1% | 0.74% | - |
| XYZ | 22.25 | 13.72 | 1.47 | - |
| YUV | 90.26 | 77.07 | 197.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 58 | 0 | 0 | 0.69 | 1 | 0.26 | 18.51 | 1 | 0.37 |
| Hex | BC | 3A | 0 | 0 | 45 | 64 | 1A | 13 | 64 | 25 |
| Octal | 274 | 72 | 0 | 0 | 105 | 144 | 32 | 23 | 144 | 45 |
| Binary | 10111100 | 111010 | 0 | 0 | 1000101 | 1100100 | 11010 | 10011 | 1100100 | 100101 |
Color Harmonies of #BC3A00
Complementary color
Monochromatic Colors of #BC3A00
Black with #BC3A00
Text Example
Text Example
White with #BC3A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3A00; }
p { color: rgb(188,58,0); }
H1.HeaderClassName
{
color: #BC3A00;
}
.AnyTagClassName
{
color: #BC3A00;
}
</style>
background-color css
<style>
a { background-color: #BC3A00; }
a { background-color: rgb(188,58,0); }
div.DivClassName
{
background-color: #BC3A00;
}
.BgClassName
{
background-color: #BC3A00;
}
</style>
border-color css
<style>
span { border-color: #BC3A00; }
span { border-color: rgb(188,58,0); }
td.TdClassName
{
border-color: #BC3A00;
}
.TagClassName
{
border-color: #BC3A00;
}
</style>