Shades of Rust #BC4322
Tints of Rust #BC4322
RGB
CMYK
RGB Variations
Color information
#BC4322 (or 0xBC4322) is known color: Rust. HEX triplet: BC, 43 and 22. RGB value is (188,67,34). Sum of RGB (Red+Green+Blue) = 188+67+34=289 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.05% from 289); Green value is 67 (26.56% from 255 or 23.18% from 289); Blue value is 34 (13.67% from 255 or 11.76% from 289); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4322 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4322 is #43BCDD. Grayscale: #636363. Windows color (decimal): -4439262 or 2245564. OLE color: 2245564.
HSL color Cylindrical-coordinate representation of color #BC4322: hue angle of 12.86º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC4322 is Cyan = 0, Magento = 0.64, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 67 | 34 | - |
| CMYK | 0 | 0.64 | 0.82 | 0.26 |
| HSL | 12.86º | 0.69% | 0.44% | - |
| HSV(B) | 12.86º | 0.82% | 0.74% | - |
| XYZ | 23.03 | 14.82 | 3.16 | - |
| YUV | 99.42 | 91.09 | 191.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 67 | 34 | 0 | 0.64 | 0.82 | 0.26 | 12.86 | 0.69 | 0.44 |
| Hex | BC | 43 | 22 | 0 | 40 | 52 | 1A | D | 45 | 2C |
| Octal | 274 | 103 | 42 | 0 | 100 | 122 | 32 | 15 | 105 | 54 |
| Binary | 10111100 | 1000011 | 100010 | 0 | 1000000 | 1010010 | 11010 | 1101 | 1000101 | 101100 |
Color Harmonies of #BC4322
Complementary color
Monochromatic Colors of #BC4322
Black with #BC4322
Text Example
Text Example
White with #BC4322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4322; }
p { color: rgb(188,67,34); }
H1.HeaderClassName
{
color: #BC4322;
}
.AnyTagClassName
{
color: #BC4322;
}
</style>
background-color css
<style>
a { background-color: #BC4322; }
a { background-color: rgb(188,67,34); }
div.DivClassName
{
background-color: #BC4322;
}
.BgClassName
{
background-color: #BC4322;
}
</style>
border-color css
<style>
span { border-color: #BC4322; }
span { border-color: rgb(188,67,34); }
td.TdClassName
{
border-color: #BC4322;
}
.TagClassName
{
border-color: #BC4322;
}
</style>