Shades of Rust #BC4621
Tints of Rust #BC4621
RGB
CMYK
RGB Variations
Color information
#BC4621 (or 0xBC4621) is known color: Rust. HEX triplet: BC, 46 and 21. RGB value is (188,70,33). Sum of RGB (Red+Green+Blue) = 188+70+33=291 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.60% from 291); Green value is 70 (27.73% from 255 or 24.05% from 291); Blue value is 33 (13.28% from 255 or 11.34% from 291); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4621 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4621 is #43B9DE. Grayscale: #656565. Windows color (decimal): -4438495 or 2180796. OLE color: 2180796.
HSL color Cylindrical-coordinate representation of color #BC4621: hue angle of 14.32º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC4621 is Cyan = 0, Magento = 0.63, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 70 | 33 | - |
| CMYK | 0 | 0.63 | 0.82 | 0.26 |
| HSL | 14.32º | 0.7% | 0.43% | - |
| HSV(B) | 14.32º | 0.82% | 0.74% | - |
| XYZ | 23.2 | 15.18 | 3.15 | - |
| YUV | 101.06 | 89.59 | 190.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 70 | 33 | 0 | 0.63 | 0.82 | 0.26 | 14.32 | 0.7 | 0.43 |
| Hex | BC | 46 | 21 | 0 | 3F | 52 | 1A | E | 46 | 2B |
| Octal | 274 | 106 | 41 | 0 | 77 | 122 | 32 | 16 | 106 | 53 |
| Binary | 10111100 | 1000110 | 100001 | 0 | 111111 | 1010010 | 11010 | 1110 | 1000110 | 101011 |
Color Harmonies of #BC4621
Complementary color
Monochromatic Colors of #BC4621
Black with #BC4621
Text Example
Text Example
White with #BC4621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4621; }
p { color: rgb(188,70,33); }
H1.HeaderClassName
{
color: #BC4621;
}
.AnyTagClassName
{
color: #BC4621;
}
</style>
background-color css
<style>
a { background-color: #BC4621; }
a { background-color: rgb(188,70,33); }
div.DivClassName
{
background-color: #BC4621;
}
.BgClassName
{
background-color: #BC4621;
}
</style>
border-color css
<style>
span { border-color: #BC4621; }
span { border-color: rgb(188,70,33); }
td.TdClassName
{
border-color: #BC4621;
}
.TagClassName
{
border-color: #BC4621;
}
</style>