Shades of Brick Red #BC2740
Tints of Brick Red #BC2740
RGB
CMYK
RGB Variations
Color information
#BC2740 (or 0xBC2740) is known color: Brick Red. HEX triplet: BC, 27 and 40. RGB value is (188,39,64). Sum of RGB (Red+Green+Blue) = 188+39+64=291 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.60% from 291); Green value is 39 (15.62% from 255 or 13.40% from 291); Blue value is 64 (25.39% from 255 or 21.99% from 291); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2740 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2740 is #43D8BF. Grayscale: #565656. Windows color (decimal): -4446400 or 4204476. OLE color: 4204476.
HSL color Cylindrical-coordinate representation of color #BC2740: hue angle of 349.93º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC2740 is Cyan = 0, Magento = 0.79, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 39 | 64 | - |
| CMYK | 0 | 0.79 | 0.66 | 0.26 |
| HSL | 349.93º | 0.66% | 0.45% | - |
| HSV(B) | 349.93º | 0.79% | 0.74% | - |
| XYZ | 22.39 | 12.51 | 6.09 | - |
| YUV | 86.4 | 115.36 | 200.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 39 | 64 | 0 | 0.79 | 0.66 | 0.26 | 349.93 | 0.66 | 0.45 |
| Hex | BC | 27 | 40 | 0 | 4F | 42 | 1A | 15E | 42 | 2D |
| Octal | 274 | 47 | 100 | 0 | 117 | 102 | 32 | 536 | 102 | 55 |
| Binary | 10111100 | 100111 | 1000000 | 0 | 1001111 | 1000010 | 11010 | 101011110 | 1000010 | 101101 |
Color Harmonies of #BC2740
Complementary color
Monochromatic Colors of #BC2740
Black with #BC2740
Text Example
Text Example
White with #BC2740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2740; }
p { color: rgb(188,39,64); }
H1.HeaderClassName
{
color: #BC2740;
}
.AnyTagClassName
{
color: #BC2740;
}
</style>
background-color css
<style>
a { background-color: #BC2740; }
a { background-color: rgb(188,39,64); }
div.DivClassName
{
background-color: #BC2740;
}
.BgClassName
{
background-color: #BC2740;
}
</style>
border-color css
<style>
span { border-color: #BC2740; }
span { border-color: rgb(188,39,64); }
td.TdClassName
{
border-color: #BC2740;
}
.TagClassName
{
border-color: #BC2740;
}
</style>