Shades of Rust #BC4A03
Tints of Rust #BC4A03
RGB
CMYK
RGB Variations
Color information
#BC4A03 (or 0xBC4A03) is known color: Rust. HEX triplet: BC, 4A and 03. RGB value is (188,74,3). Sum of RGB (Red+Green+Blue) = 188+74+3=265 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.94% from 265); Green value is 74 (29.30% from 255 or 27.92% from 265); Blue value is 3 (1.56% from 255 or 1.13% from 265); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4A03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4A03 is #43B5FC. Grayscale: #646464. Windows color (decimal): -4437501 or 215740. OLE color: 215740.
HSL color Cylindrical-coordinate representation of color #BC4A03: hue angle of 23.03º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC4A03 is Cyan = 0, Magento = 0.61, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 74 | 3 | - |
| CMYK | 0 | 0.61 | 0.98 | 0.26 |
| HSL | 23.03º | 0.97% | 0.37% | - |
| HSV(B) | 23.03º | 0.98% | 0.74% | - |
| XYZ | 23.2 | 15.6 | 1.87 | - |
| YUV | 99.99 | 73.27 | 190.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 74 | 3 | 0 | 0.61 | 0.98 | 0.26 | 23.03 | 0.97 | 0.37 |
| Hex | BC | 4A | 3 | 0 | 3D | 62 | 1A | 17 | 61 | 25 |
| Octal | 274 | 112 | 3 | 0 | 75 | 142 | 32 | 27 | 141 | 45 |
| Binary | 10111100 | 1001010 | 11 | 0 | 111101 | 1100010 | 11010 | 10111 | 1100001 | 100101 |
Color Harmonies of #BC4A03
Complementary color
Monochromatic Colors of #BC4A03
Black with #BC4A03
Text Example
Text Example
White with #BC4A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4A03; }
p { color: rgb(188,74,3); }
H1.HeaderClassName
{
color: #BC4A03;
}
.AnyTagClassName
{
color: #BC4A03;
}
</style>
background-color css
<style>
a { background-color: #BC4A03; }
a { background-color: rgb(188,74,3); }
div.DivClassName
{
background-color: #BC4A03;
}
.BgClassName
{
background-color: #BC4A03;
}
</style>
border-color css
<style>
span { border-color: #BC4A03; }
span { border-color: rgb(188,74,3); }
td.TdClassName
{
border-color: #BC4A03;
}
.TagClassName
{
border-color: #BC4A03;
}
</style>