Shades of Brick Red #BC2640
Tints of Brick Red #BC2640
RGB
CMYK
RGB Variations
Color information
#BC2640 (or 0xBC2640) is known color: Brick Red. HEX triplet: BC, 26 and 40. RGB value is (188,38,64). Sum of RGB (Red+Green+Blue) = 188+38+64=290 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.83% from 290); Green value is 38 (15.23% from 255 or 13.10% from 290); Blue value is 64 (25.39% from 255 or 22.07% from 290); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2640 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2640 is #43D9BF. Grayscale: #555555. Windows color (decimal): -4446656 or 4204220. OLE color: 4204220.
HSL color Cylindrical-coordinate representation of color #BC2640: hue angle of 349.6º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC2640 is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 38 | 64 | - |
| CMYK | 0 | 0.80 | 0.66 | 0.26 |
| HSL | 349.6º | 0.66% | 0.44% | - |
| HSV(B) | 349.6º | 0.8% | 0.74% | - |
| XYZ | 22.36 | 12.45 | 6.07 | - |
| YUV | 85.81 | 115.7 | 200.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 38 | 64 | 0 | 0.80 | 0.66 | 0.26 | 349.6 | 0.66 | 0.44 |
| Hex | BC | 26 | 40 | 0 | 50 | 42 | 1A | 15E | 42 | 2C |
| Octal | 274 | 46 | 100 | 0 | 120 | 102 | 32 | 536 | 102 | 54 |
| Binary | 10111100 | 100110 | 1000000 | 0 | 1010000 | 1000010 | 11010 | 101011110 | 1000010 | 101100 |
Color Harmonies of #BC2640
Complementary color
Monochromatic Colors of #BC2640
Black with #BC2640
Text Example
Text Example
White with #BC2640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2640; }
p { color: rgb(188,38,64); }
H1.HeaderClassName
{
color: #BC2640;
}
.AnyTagClassName
{
color: #BC2640;
}
</style>
background-color css
<style>
a { background-color: #BC2640; }
a { background-color: rgb(188,38,64); }
div.DivClassName
{
background-color: #BC2640;
}
.BgClassName
{
background-color: #BC2640;
}
</style>
border-color css
<style>
span { border-color: #BC2640; }
span { border-color: rgb(188,38,64); }
td.TdClassName
{
border-color: #BC2640;
}
.TagClassName
{
border-color: #BC2640;
}
</style>