Shades of Brick Red #BC2840
Tints of Brick Red #BC2840
RGB
CMYK
RGB Variations
Color information
#BC2840 (or 0xBC2840) is known color: Brick Red. HEX triplet: BC, 28 and 40. RGB value is (188,40,64). Sum of RGB (Red+Green+Blue) = 188+40+64=292 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.38% from 292); Green value is 40 (16.02% from 255 or 13.70% from 292); Blue value is 64 (25.39% from 255 or 21.92% from 292); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2840 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2840 is #43D7BF. Grayscale: #575757. Windows color (decimal): -4446144 or 4204732. OLE color: 4204732.
HSL color Cylindrical-coordinate representation of color #BC2840: hue angle of 350.27º degrees, saturation: 0.65, 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 #BC2840 is Cyan = 0, Magento = 0.79, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 40 | 64 | - |
| CMYK | 0 | 0.79 | 0.66 | 0.26 |
| HSL | 350.27º | 0.65% | 0.45% | - |
| HSV(B) | 350.27º | 0.79% | 0.74% | - |
| XYZ | 22.42 | 12.58 | 6.1 | - |
| YUV | 86.99 | 115.03 | 200.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 40 | 64 | 0 | 0.79 | 0.66 | 0.26 | 350.27 | 0.65 | 0.45 |
| Hex | BC | 28 | 40 | 0 | 4F | 42 | 1A | 15E | 41 | 2D |
| Octal | 274 | 50 | 100 | 0 | 117 | 102 | 32 | 536 | 101 | 55 |
| Binary | 10111100 | 101000 | 1000000 | 0 | 1001111 | 1000010 | 11010 | 101011110 | 1000001 | 101101 |
Color Harmonies of #BC2840
Complementary color
Monochromatic Colors of #BC2840
Black with #BC2840
Text Example
Text Example
White with #BC2840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2840; }
p { color: rgb(188,40,64); }
H1.HeaderClassName
{
color: #BC2840;
}
.AnyTagClassName
{
color: #BC2840;
}
</style>
background-color css
<style>
a { background-color: #BC2840; }
a { background-color: rgb(188,40,64); }
div.DivClassName
{
background-color: #BC2840;
}
.BgClassName
{
background-color: #BC2840;
}
</style>
border-color css
<style>
span { border-color: #BC2840; }
span { border-color: rgb(188,40,64); }
td.TdClassName
{
border-color: #BC2840;
}
.TagClassName
{
border-color: #BC2840;
}
</style>