Shades of Rust #BC4A00
Tints of Rust #BC4A00
RGB
CMYK
RGB Variations
Color information
#BC4A00 (or 0xBC4A00) is known color: Rust. HEX triplet: BC, 4A and 00. RGB value is (188,74,0). Sum of RGB (Red+Green+Blue) = 188+74+0=262 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.76% from 262); Green value is 74 (29.30% from 255 or 28.24% from 262); Blue value is 0 (0.39% from 255 or 0% from 262); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4A00 is #43B5FF. Grayscale: #646464. Windows color (decimal): -4437504 or 19132. OLE color: 19132.
HSL color Cylindrical-coordinate representation of color #BC4A00: hue angle of 23.62º 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 #BC4A00 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 74 | 0 | - |
| CMYK | 0 | 0.61 | 1 | 0.26 |
| HSL | 23.62º | 1% | 0.37% | - |
| HSV(B) | 23.62º | 1% | 0.74% | - |
| XYZ | 23.19 | 15.59 | 1.79 | - |
| YUV | 99.65 | 71.77 | 191.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 74 | 0 | 0 | 0.61 | 1 | 0.26 | 23.62 | 1 | 0.37 |
| Hex | BC | 4A | 0 | 0 | 3D | 64 | 1A | 18 | 64 | 25 |
| Octal | 274 | 112 | 0 | 0 | 75 | 144 | 32 | 30 | 144 | 45 |
| Binary | 10111100 | 1001010 | 0 | 0 | 111101 | 1100100 | 11010 | 11000 | 1100100 | 100101 |
Color Harmonies of #BC4A00
Complementary color
Monochromatic Colors of #BC4A00
Black with #BC4A00
Text Example
Text Example
White with #BC4A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4A00; }
p { color: rgb(188,74,0); }
H1.HeaderClassName
{
color: #BC4A00;
}
.AnyTagClassName
{
color: #BC4A00;
}
</style>
background-color css
<style>
a { background-color: #BC4A00; }
a { background-color: rgb(188,74,0); }
div.DivClassName
{
background-color: #BC4A00;
}
.BgClassName
{
background-color: #BC4A00;
}
</style>
border-color css
<style>
span { border-color: #BC4A00; }
span { border-color: rgb(188,74,0); }
td.TdClassName
{
border-color: #BC4A00;
}
.TagClassName
{
border-color: #BC4A00;
}
</style>