Shades of Rust #BC4221
Tints of Rust #BC4221
RGB
CMYK
RGB Variations
Color information
#BC4221 (or 0xBC4221) is known color: Rust. HEX triplet: BC, 42 and 21. RGB value is (188,66,33). Sum of RGB (Red+Green+Blue) = 188+66+33=287 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.51% from 287); Green value is 66 (26.17% from 255 or 23.00% from 287); Blue value is 33 (13.28% from 255 or 11.50% from 287); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4221 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4221 is #43BDDE. Grayscale: #626262. Windows color (decimal): -4439519 or 2179772. OLE color: 2179772.
HSL color Cylindrical-coordinate representation of color #BC4221: hue angle of 12.77º 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 #BC4221 is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 66 | 33 | - |
| CMYK | 0 | 0.65 | 0.82 | 0.26 |
| HSL | 12.77º | 0.7% | 0.43% | - |
| HSV(B) | 12.77º | 0.82% | 0.74% | - |
| XYZ | 22.96 | 14.7 | 3.07 | - |
| YUV | 98.72 | 90.92 | 191.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 66 | 33 | 0 | 0.65 | 0.82 | 0.26 | 12.77 | 0.7 | 0.43 |
| Hex | BC | 42 | 21 | 0 | 41 | 52 | 1A | D | 46 | 2B |
| Octal | 274 | 102 | 41 | 0 | 101 | 122 | 32 | 15 | 106 | 53 |
| Binary | 10111100 | 1000010 | 100001 | 0 | 1000001 | 1010010 | 11010 | 1101 | 1000110 | 101011 |
Color Harmonies of #BC4221
Complementary color
Monochromatic Colors of #BC4221
Black with #BC4221
Text Example
Text Example
White with #BC4221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4221; }
p { color: rgb(188,66,33); }
H1.HeaderClassName
{
color: #BC4221;
}
.AnyTagClassName
{
color: #BC4221;
}
</style>
background-color css
<style>
a { background-color: #BC4221; }
a { background-color: rgb(188,66,33); }
div.DivClassName
{
background-color: #BC4221;
}
.BgClassName
{
background-color: #BC4221;
}
</style>
border-color css
<style>
span { border-color: #BC4221; }
span { border-color: rgb(188,66,33); }
td.TdClassName
{
border-color: #BC4221;
}
.TagClassName
{
border-color: #BC4221;
}
</style>