Shades of Rust #BC4003
Tints of Rust #BC4003
RGB
CMYK
RGB Variations
Color information
#BC4003 (or 0xBC4003) is known color: Rust. HEX triplet: BC, 40 and 03. RGB value is (188,64,3). Sum of RGB (Red+Green+Blue) = 188+64+3=255 (33% of max value = 765). Red value is 188 (73.83% from 255 or 73.73% from 255); Green value is 64 (25.39% from 255 or 25.10% from 255); Blue value is 3 (1.56% from 255 or 1.18% from 255); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4003 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4003 is #43BFFC. Grayscale: #5E5E5E. Windows color (decimal): -4440061 or 213180. OLE color: 213180.
HSL color Cylindrical-coordinate representation of color #BC4003: hue angle of 19.78º 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 #BC4003 is Cyan = 0, Magento = 0.66, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 64 | 3 | - |
| CMYK | 0 | 0.66 | 0.98 | 0.26 |
| HSL | 19.78º | 0.97% | 0.37% | - |
| HSV(B) | 19.78º | 0.98% | 0.74% | - |
| XYZ | 22.59 | 14.36 | 1.67 | - |
| YUV | 94.12 | 76.58 | 194.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 64 | 3 | 0 | 0.66 | 0.98 | 0.26 | 19.78 | 0.97 | 0.37 |
| Hex | BC | 40 | 3 | 0 | 42 | 62 | 1A | 14 | 61 | 25 |
| Octal | 274 | 100 | 3 | 0 | 102 | 142 | 32 | 24 | 141 | 45 |
| Binary | 10111100 | 1000000 | 11 | 0 | 1000010 | 1100010 | 11010 | 10100 | 1100001 | 100101 |
Color Harmonies of #BC4003
Complementary color
Monochromatic Colors of #BC4003
Black with #BC4003
Text Example
Text Example
White with #BC4003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4003; }
p { color: rgb(188,64,3); }
H1.HeaderClassName
{
color: #BC4003;
}
.AnyTagClassName
{
color: #BC4003;
}
</style>
background-color css
<style>
a { background-color: #BC4003; }
a { background-color: rgb(188,64,3); }
div.DivClassName
{
background-color: #BC4003;
}
.BgClassName
{
background-color: #BC4003;
}
</style>
border-color css
<style>
span { border-color: #BC4003; }
span { border-color: rgb(188,64,3); }
td.TdClassName
{
border-color: #BC4003;
}
.TagClassName
{
border-color: #BC4003;
}
</style>