Shades of Brick Red #BC3E43
Tints of Brick Red #BC3E43
RGB
CMYK
RGB Variations
Color information
#BC3E43 (or 0xBC3E43) is known color: Brick Red. HEX triplet: BC, 3E and 43. RGB value is (188,62,67). Sum of RGB (Red+Green+Blue) = 188+62+67=317 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.31% from 317); Green value is 62 (24.61% from 255 or 19.56% from 317); Blue value is 67 (26.56% from 255 or 21.14% from 317); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3E43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3E43 is #43C1BC. Grayscale: #646464. Windows color (decimal): -4440509 or 4406972. OLE color: 4406972.
HSL color Cylindrical-coordinate representation of color #BC3E43: hue angle of 357.62º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BC3E43 is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 62 | 67 | - |
| CMYK | 0 | 0.67 | 0.64 | 0.26 |
| HSL | 357.62º | 0.5% | 0.49% | - |
| HSV(B) | 357.62º | 0.67% | 0.74% | - |
| XYZ | 23.47 | 14.54 | 6.88 | - |
| YUV | 100.24 | 109.24 | 190.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 62 | 67 | 0 | 0.67 | 0.64 | 0.26 | 357.62 | 0.5 | 0.49 |
| Hex | BC | 3E | 43 | 0 | 43 | 40 | 1A | 166 | 32 | 31 |
| Octal | 274 | 76 | 103 | 0 | 103 | 100 | 32 | 546 | 62 | 61 |
| Binary | 10111100 | 111110 | 1000011 | 0 | 1000011 | 1000000 | 11010 | 101100110 | 110010 | 110001 |
Color Harmonies of #BC3E43
Complementary color
Monochromatic Colors of #BC3E43
Black with #BC3E43
Text Example
Text Example
White with #BC3E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3E43; }
p { color: rgb(188,62,67); }
H1.HeaderClassName
{
color: #BC3E43;
}
.AnyTagClassName
{
color: #BC3E43;
}
</style>
background-color css
<style>
a { background-color: #BC3E43; }
a { background-color: rgb(188,62,67); }
div.DivClassName
{
background-color: #BC3E43;
}
.BgClassName
{
background-color: #BC3E43;
}
</style>
border-color css
<style>
span { border-color: #BC3E43; }
span { border-color: rgb(188,62,67); }
td.TdClassName
{
border-color: #BC3E43;
}
.TagClassName
{
border-color: #BC3E43;
}
</style>