Shades of Brick Red #BC3240
Tints of Brick Red #BC3240
RGB
CMYK
RGB Variations
Color information
#BC3240 (or 0xBC3240) is known color: Brick Red. HEX triplet: BC, 32 and 40. RGB value is (188,50,64). Sum of RGB (Red+Green+Blue) = 188+50+64=302 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.25% from 302); Green value is 50 (19.92% from 255 or 16.56% from 302); Blue value is 64 (25.39% from 255 or 21.19% from 302); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3240 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3240 is #43CDBF. Grayscale: #5C5C5C. Windows color (decimal): -4443584 or 4207292. OLE color: 4207292.
HSL color Cylindrical-coordinate representation of color #BC3240: hue angle of 353.91º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC3240 is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 50 | 64 | - |
| CMYK | 0 | 0.73 | 0.66 | 0.26 |
| HSL | 353.91º | 0.58% | 0.47% | - |
| HSV(B) | 353.91º | 0.73% | 0.74% | - |
| XYZ | 22.81 | 13.34 | 6.22 | - |
| YUV | 92.86 | 111.72 | 195.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 50 | 64 | 0 | 0.73 | 0.66 | 0.26 | 353.91 | 0.58 | 0.47 |
| Hex | BC | 32 | 40 | 0 | 49 | 42 | 1A | 162 | 3A | 2F |
| Octal | 274 | 62 | 100 | 0 | 111 | 102 | 32 | 542 | 72 | 57 |
| Binary | 10111100 | 110010 | 1000000 | 0 | 1001001 | 1000010 | 11010 | 101100010 | 111010 | 101111 |
Color Harmonies of #BC3240
Complementary color
Monochromatic Colors of #BC3240
Black with #BC3240
Text Example
Text Example
White with #BC3240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3240; }
p { color: rgb(188,50,64); }
H1.HeaderClassName
{
color: #BC3240;
}
.AnyTagClassName
{
color: #BC3240;
}
</style>
background-color css
<style>
a { background-color: #BC3240; }
a { background-color: rgb(188,50,64); }
div.DivClassName
{
background-color: #BC3240;
}
.BgClassName
{
background-color: #BC3240;
}
</style>
border-color css
<style>
span { border-color: #BC3240; }
span { border-color: rgb(188,50,64); }
td.TdClassName
{
border-color: #BC3240;
}
.TagClassName
{
border-color: #BC3240;
}
</style>