Shades of Rust #BC460D
Tints of Rust #BC460D
RGB
CMYK
RGB Variations
Color information
#BC460D (or 0xBC460D) is known color: Rust. HEX triplet: BC, 46 and 0D. RGB value is (188,70,13). Sum of RGB (Red+Green+Blue) = 188+70+13=271 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.37% from 271); Green value is 70 (27.73% from 255 or 25.83% from 271); Blue value is 13 (5.47% from 255 or 4.80% from 271); Max value from RGB is 188 - color contains mainly: red. Hex color #BC460D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC460D is #43B9F2. Grayscale: #636363. Windows color (decimal): -4438515 or 870076. OLE color: 870076.
HSL color Cylindrical-coordinate representation of color #BC460D: hue angle of 19.54º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC460D is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 70 | 13 | - |
| CMYK | 0 | 0.63 | 0.93 | 0.26 |
| HSL | 19.54º | 0.87% | 0.39% | - |
| HSV(B) | 19.54º | 0.93% | 0.74% | - |
| XYZ | 23 | 15.1 | 2.08 | - |
| YUV | 98.78 | 79.59 | 191.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 70 | 13 | 0 | 0.63 | 0.93 | 0.26 | 19.54 | 0.87 | 0.39 |
| Hex | BC | 46 | D | 0 | 3F | 5D | 1A | 14 | 57 | 27 |
| Octal | 274 | 106 | 15 | 0 | 77 | 135 | 32 | 24 | 127 | 47 |
| Binary | 10111100 | 1000110 | 1101 | 0 | 111111 | 1011101 | 11010 | 10100 | 1010111 | 100111 |
Color Harmonies of #BC460D
Complementary color
Monochromatic Colors of #BC460D
Black with #BC460D
Text Example
Text Example
White with #BC460D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC460D; }
p { color: rgb(188,70,13); }
H1.HeaderClassName
{
color: #BC460D;
}
.AnyTagClassName
{
color: #BC460D;
}
</style>
background-color css
<style>
a { background-color: #BC460D; }
a { background-color: rgb(188,70,13); }
div.DivClassName
{
background-color: #BC460D;
}
.BgClassName
{
background-color: #BC460D;
}
</style>
border-color css
<style>
span { border-color: #BC460D; }
span { border-color: rgb(188,70,13); }
td.TdClassName
{
border-color: #BC460D;
}
.TagClassName
{
border-color: #BC460D;
}
</style>