Shades of Red Stage #BC5022
Tints of Red Stage #BC5022
RGB
CMYK
RGB Variations
Color information
#BC5022 (or 0xBC5022) is known color: Red Stage. HEX triplet: BC, 50 and 22. RGB value is (188,80,34). Sum of RGB (Red+Green+Blue) = 188+80+34=302 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.25% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 34 (13.67% from 255 or 11.26% from 302); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5022 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5022 is #43AFDD. Grayscale: #6B6B6B. Windows color (decimal): -4435934 or 2248892. OLE color: 2248892.
HSL color Cylindrical-coordinate representation of color #BC5022: hue angle of 17.92º 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 #BC5022 is Cyan = 0, Magento = 0.57, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 80 | 34 | - |
| CMYK | 0 | 0.57 | 0.82 | 0.26 |
| HSL | 17.92º | 0.69% | 0.44% | - |
| HSV(B) | 17.92º | 0.82% | 0.74% | - |
| XYZ | 23.9 | 16.54 | 3.45 | - |
| YUV | 107.05 | 86.78 | 185.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 80 | 34 | 0 | 0.57 | 0.82 | 0.26 | 17.92 | 0.69 | 0.44 |
| Hex | BC | 50 | 22 | 0 | 39 | 52 | 1A | 12 | 45 | 2C |
| Octal | 274 | 120 | 42 | 0 | 71 | 122 | 32 | 22 | 105 | 54 |
| Binary | 10111100 | 1010000 | 100010 | 0 | 111001 | 1010010 | 11010 | 10010 | 1000101 | 101100 |
Color Harmonies of #BC5022
Complementary color
Monochromatic Colors of #BC5022
Black with #BC5022
Text Example
Text Example
White with #BC5022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5022; }
p { color: rgb(188,80,34); }
H1.HeaderClassName
{
color: #BC5022;
}
.AnyTagClassName
{
color: #BC5022;
}
</style>
background-color css
<style>
a { background-color: #BC5022; }
a { background-color: rgb(188,80,34); }
div.DivClassName
{
background-color: #BC5022;
}
.BgClassName
{
background-color: #BC5022;
}
</style>
border-color css
<style>
span { border-color: #BC5022; }
span { border-color: rgb(188,80,34); }
td.TdClassName
{
border-color: #BC5022;
}
.TagClassName
{
border-color: #BC5022;
}
</style>