Shades of Brick Red #BC2742
Tints of Brick Red #BC2742
RGB
CMYK
RGB Variations
Color information
#BC2742 (or 0xBC2742) is known color: Brick Red. HEX triplet: BC, 27 and 42. RGB value is (188,39,66). Sum of RGB (Red+Green+Blue) = 188+39+66=293 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.16% from 293); Green value is 39 (15.62% from 255 or 13.31% from 293); Blue value is 66 (26.17% from 255 or 22.53% from 293); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2742 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2742 is #43D8BD. Grayscale: #565656. Windows color (decimal): -4446398 or 4335548. OLE color: 4335548.
HSL color Cylindrical-coordinate representation of color #BC2742: hue angle of 349.13º 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 #BC2742 is Cyan = 0, Magento = 0.79, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 39 | 66 | - |
| CMYK | 0 | 0.79 | 0.65 | 0.26 |
| HSL | 349.13º | 0.66% | 0.45% | - |
| HSV(B) | 349.13º | 0.79% | 0.74% | - |
| XYZ | 22.45 | 12.54 | 6.39 | - |
| YUV | 86.63 | 116.36 | 200.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 39 | 66 | 0 | 0.79 | 0.65 | 0.26 | 349.13 | 0.66 | 0.45 |
| Hex | BC | 27 | 42 | 0 | 4F | 41 | 1A | 15D | 42 | 2D |
| Octal | 274 | 47 | 102 | 0 | 117 | 101 | 32 | 535 | 102 | 55 |
| Binary | 10111100 | 100111 | 1000010 | 0 | 1001111 | 1000001 | 11010 | 101011101 | 1000010 | 101101 |
Color Harmonies of #BC2742
Complementary color
Monochromatic Colors of #BC2742
Black with #BC2742
Text Example
Text Example
White with #BC2742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2742; }
p { color: rgb(188,39,66); }
H1.HeaderClassName
{
color: #BC2742;
}
.AnyTagClassName
{
color: #BC2742;
}
</style>
background-color css
<style>
a { background-color: #BC2742; }
a { background-color: rgb(188,39,66); }
div.DivClassName
{
background-color: #BC2742;
}
.BgClassName
{
background-color: #BC2742;
}
</style>
border-color css
<style>
span { border-color: #BC2742; }
span { border-color: rgb(188,39,66); }
td.TdClassName
{
border-color: #BC2742;
}
.TagClassName
{
border-color: #BC2742;
}
</style>