Shades of Rust #BC4821
Tints of Rust #BC4821
RGB
CMYK
RGB Variations
Color information
#BC4821 (or 0xBC4821) is known color: Rust. HEX triplet: BC, 48 and 21. RGB value is (188,72,33). Sum of RGB (Red+Green+Blue) = 188+72+33=293 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.16% from 293); Green value is 72 (28.52% from 255 or 24.57% from 293); Blue value is 33 (13.28% from 255 or 11.26% from 293); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4821 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4821 is #43B7DE. Grayscale: #666666. Windows color (decimal): -4437983 or 2181308. OLE color: 2181308.
HSL color Cylindrical-coordinate representation of color #BC4821: hue angle of 15.1º 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 #BC4821 is Cyan = 0, Magento = 0.62, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 72 | 33 | - |
| CMYK | 0 | 0.62 | 0.82 | 0.26 |
| HSL | 15.1º | 0.7% | 0.43% | - |
| HSV(B) | 15.1º | 0.82% | 0.74% | - |
| XYZ | 23.33 | 15.44 | 3.19 | - |
| YUV | 102.24 | 88.93 | 189.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 72 | 33 | 0 | 0.62 | 0.82 | 0.26 | 15.1 | 0.7 | 0.43 |
| Hex | BC | 48 | 21 | 0 | 3E | 52 | 1A | F | 46 | 2B |
| Octal | 274 | 110 | 41 | 0 | 76 | 122 | 32 | 17 | 106 | 53 |
| Binary | 10111100 | 1001000 | 100001 | 0 | 111110 | 1010010 | 11010 | 1111 | 1000110 | 101011 |
Color Harmonies of #BC4821
Complementary color
Monochromatic Colors of #BC4821
Black with #BC4821
Text Example
Text Example
White with #BC4821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4821; }
p { color: rgb(188,72,33); }
H1.HeaderClassName
{
color: #BC4821;
}
.AnyTagClassName
{
color: #BC4821;
}
</style>
background-color css
<style>
a { background-color: #BC4821; }
a { background-color: rgb(188,72,33); }
div.DivClassName
{
background-color: #BC4821;
}
.BgClassName
{
background-color: #BC4821;
}
</style>
border-color css
<style>
span { border-color: #BC4821; }
span { border-color: rgb(188,72,33); }
td.TdClassName
{
border-color: #BC4821;
}
.TagClassName
{
border-color: #BC4821;
}
</style>