Shades of Rust #BC4D03
Tints of Rust #BC4D03
RGB
CMYK
RGB Variations
Color information
#BC4D03 (or 0xBC4D03) is known color: Rust. HEX triplet: BC, 4D and 03. RGB value is (188,77,3). Sum of RGB (Red+Green+Blue) = 188+77+3=268 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.15% from 268); Green value is 77 (30.47% from 255 or 28.73% from 268); Blue value is 3 (1.56% from 255 or 1.12% from 268); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4D03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC4D03 is #43B2FC. Grayscale: #666666. Windows color (decimal): -4436733 or 216508. OLE color: 216508.
HSL color Cylindrical-coordinate representation of color #BC4D03: hue angle of 24º 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 #BC4D03 is Cyan = 0, Magento = 0.59, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 77 | 3 | - |
| CMYK | 0 | 0.59 | 0.98 | 0.26 |
| HSL | 24º | 0.97% | 0.37% | - |
| HSV(B) | 24º | 0.98% | 0.74% | - |
| XYZ | 23.41 | 16.01 | 1.94 | - |
| YUV | 101.75 | 72.27 | 189.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 77 | 3 | 0 | 0.59 | 0.98 | 0.26 | 24 | 0.97 | 0.37 |
| Hex | BC | 4D | 3 | 0 | 3B | 62 | 1A | 18 | 61 | 25 |
| Octal | 274 | 115 | 3 | 0 | 73 | 142 | 32 | 30 | 141 | 45 |
| Binary | 10111100 | 1001101 | 11 | 0 | 111011 | 1100010 | 11010 | 11000 | 1100001 | 100101 |
Color Harmonies of #BC4D03
Complementary color
Monochromatic Colors of #BC4D03
Black with #BC4D03
Text Example
Text Example
White with #BC4D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4D03; }
p { color: rgb(188,77,3); }
H1.HeaderClassName
{
color: #BC4D03;
}
.AnyTagClassName
{
color: #BC4D03;
}
</style>
background-color css
<style>
a { background-color: #BC4D03; }
a { background-color: rgb(188,77,3); }
div.DivClassName
{
background-color: #BC4D03;
}
.BgClassName
{
background-color: #BC4D03;
}
</style>
border-color css
<style>
span { border-color: #BC4D03; }
span { border-color: rgb(188,77,3); }
td.TdClassName
{
border-color: #BC4D03;
}
.TagClassName
{
border-color: #BC4D03;
}
</style>