Shades of Brick Red #BC4247
Tints of Brick Red #BC4247
RGB
CMYK
RGB Variations
Color information
#BC4247 (or 0xBC4247) is known color: Brick Red. HEX triplet: BC, 42 and 47. RGB value is (188,66,71). Sum of RGB (Red+Green+Blue) = 188+66+71=325 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.85% from 325); Green value is 66 (26.17% from 255 or 20.31% from 325); Blue value is 71 (28.12% from 255 or 21.85% from 325); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4247 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4247 is #43BDB8. Grayscale: #676767. Windows color (decimal): -4439481 or 4670140. OLE color: 4670140.
HSL color Cylindrical-coordinate representation of color #BC4247: hue angle of 357.54º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC4247 is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 66 | 71 | - |
| CMYK | 0 | 0.65 | 0.62 | 0.26 |
| HSL | 357.54º | 0.48% | 0.5% | - |
| HSV(B) | 357.54º | 0.65% | 0.74% | - |
| XYZ | 23.82 | 15.04 | 7.61 | - |
| YUV | 103.05 | 109.92 | 188.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 66 | 71 | 0 | 0.65 | 0.62 | 0.26 | 357.54 | 0.48 | 0.5 |
| Hex | BC | 42 | 47 | 0 | 41 | 3E | 1A | 166 | 30 | 32 |
| Octal | 274 | 102 | 107 | 0 | 101 | 76 | 32 | 546 | 60 | 62 |
| Binary | 10111100 | 1000010 | 1000111 | 0 | 1000001 | 111110 | 11010 | 101100110 | 110000 | 110010 |
Color Harmonies of #BC4247
Complementary color
Monochromatic Colors of #BC4247
Black with #BC4247
Text Example
Text Example
White with #BC4247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4247; }
p { color: rgb(188,66,71); }
H1.HeaderClassName
{
color: #BC4247;
}
.AnyTagClassName
{
color: #BC4247;
}
</style>
background-color css
<style>
a { background-color: #BC4247; }
a { background-color: rgb(188,66,71); }
div.DivClassName
{
background-color: #BC4247;
}
.BgClassName
{
background-color: #BC4247;
}
</style>
border-color css
<style>
span { border-color: #BC4247; }
span { border-color: rgb(188,66,71); }
td.TdClassName
{
border-color: #BC4247;
}
.TagClassName
{
border-color: #BC4247;
}
</style>