Shades of Rust #BC461D
Tints of Rust #BC461D
RGB
CMYK
RGB Variations
Color information
#BC461D (or 0xBC461D) is known color: Rust. HEX triplet: BC, 46 and 1D. RGB value is (188,70,29). Sum of RGB (Red+Green+Blue) = 188+70+29=287 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.51% from 287); Green value is 70 (27.73% from 255 or 24.39% from 287); Blue value is 29 (11.72% from 255 or 10.10% from 287); Max value from RGB is 188 - color contains mainly: red. Hex color #BC461D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC461D is #43B9E2. Grayscale: #646464. Windows color (decimal): -4438499 or 1918652. OLE color: 1918652.
HSL color Cylindrical-coordinate representation of color #BC461D: hue angle of 15.47º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC461D is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 70 | 29 | - |
| CMYK | 0 | 0.63 | 0.85 | 0.26 |
| HSL | 15.47º | 0.73% | 0.43% | - |
| HSV(B) | 15.47º | 0.85% | 0.74% | - |
| XYZ | 23.15 | 15.16 | 2.87 | - |
| YUV | 100.61 | 87.59 | 190.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 70 | 29 | 0 | 0.63 | 0.85 | 0.26 | 15.47 | 0.73 | 0.43 |
| Hex | BC | 46 | 1D | 0 | 3F | 55 | 1A | F | 49 | 2B |
| Octal | 274 | 106 | 35 | 0 | 77 | 125 | 32 | 17 | 111 | 53 |
| Binary | 10111100 | 1000110 | 11101 | 0 | 111111 | 1010101 | 11010 | 1111 | 1001001 | 101011 |
Color Harmonies of #BC461D
Complementary color
Monochromatic Colors of #BC461D
Black with #BC461D
Text Example
Text Example
White with #BC461D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC461D; }
p { color: rgb(188,70,29); }
H1.HeaderClassName
{
color: #BC461D;
}
.AnyTagClassName
{
color: #BC461D;
}
</style>
background-color css
<style>
a { background-color: #BC461D; }
a { background-color: rgb(188,70,29); }
div.DivClassName
{
background-color: #BC461D;
}
.BgClassName
{
background-color: #BC461D;
}
</style>
border-color css
<style>
span { border-color: #BC461D; }
span { border-color: rgb(188,70,29); }
td.TdClassName
{
border-color: #BC461D;
}
.TagClassName
{
border-color: #BC461D;
}
</style>