Shades of Rust #BC4013
Tints of Rust #BC4013
RGB
CMYK
RGB Variations
Color information
#BC4013 (or 0xBC4013) is known color: Rust. HEX triplet: BC, 40 and 13. RGB value is (188,64,19). Sum of RGB (Red+Green+Blue) = 188+64+19=271 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.37% from 271); Green value is 64 (25.39% from 255 or 23.62% from 271); Blue value is 19 (7.81% from 255 or 7.01% from 271); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4013 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4013 is #43BFEC. Grayscale: #606060. Windows color (decimal): -4440045 or 1261756. OLE color: 1261756.
HSL color Cylindrical-coordinate representation of color #BC4013: hue angle of 15.98º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC4013 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 64 | 19 | - |
| CMYK | 0 | 0.66 | 0.90 | 0.26 |
| HSL | 15.98º | 0.82% | 0.41% | - |
| HSV(B) | 15.98º | 0.9% | 0.74% | - |
| XYZ | 22.69 | 14.41 | 2.2 | - |
| YUV | 95.95 | 84.58 | 193.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 64 | 19 | 0 | 0.66 | 0.90 | 0.26 | 15.98 | 0.82 | 0.41 |
| Hex | BC | 40 | 13 | 0 | 42 | 5A | 1A | 10 | 52 | 29 |
| Octal | 274 | 100 | 23 | 0 | 102 | 132 | 32 | 20 | 122 | 51 |
| Binary | 10111100 | 1000000 | 10011 | 0 | 1000010 | 1011010 | 11010 | 10000 | 1010010 | 101001 |
Color Harmonies of #BC4013
Complementary color
Monochromatic Colors of #BC4013
Black with #BC4013
Text Example
Text Example
White with #BC4013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4013; }
p { color: rgb(188,64,19); }
H1.HeaderClassName
{
color: #BC4013;
}
.AnyTagClassName
{
color: #BC4013;
}
</style>
background-color css
<style>
a { background-color: #BC4013; }
a { background-color: rgb(188,64,19); }
div.DivClassName
{
background-color: #BC4013;
}
.BgClassName
{
background-color: #BC4013;
}
</style>
border-color css
<style>
span { border-color: #BC4013; }
span { border-color: rgb(188,64,19); }
td.TdClassName
{
border-color: #BC4013;
}
.TagClassName
{
border-color: #BC4013;
}
</style>