Shades of Brick Red #BC3E46
Tints of Brick Red #BC3E46
RGB
CMYK
RGB Variations
Color information
#BC3E46 (or 0xBC3E46) is known color: Brick Red. HEX triplet: BC, 3E and 46. RGB value is (188,62,70). Sum of RGB (Red+Green+Blue) = 188+62+70=320 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.75% from 320); Green value is 62 (24.61% from 255 or 19.38% from 320); Blue value is 70 (27.73% from 255 or 21.88% from 320); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3E46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3E46 is #43C1B9. Grayscale: #646464. Windows color (decimal): -4440506 or 4603580. OLE color: 4603580.
HSL color Cylindrical-coordinate representation of color #BC3E46: hue angle of 356.19º 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 #BC3E46 is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 62 | 70 | - |
| CMYK | 0 | 0.67 | 0.63 | 0.26 |
| HSL | 356.19º | 0.5% | 0.49% | - |
| HSV(B) | 356.19º | 0.67% | 0.74% | - |
| XYZ | 23.57 | 14.58 | 7.37 | - |
| YUV | 100.59 | 110.74 | 190.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 62 | 70 | 0 | 0.67 | 0.63 | 0.26 | 356.19 | 0.5 | 0.49 |
| Hex | BC | 3E | 46 | 0 | 43 | 3F | 1A | 164 | 32 | 31 |
| Octal | 274 | 76 | 106 | 0 | 103 | 77 | 32 | 544 | 62 | 61 |
| Binary | 10111100 | 111110 | 1000110 | 0 | 1000011 | 111111 | 11010 | 101100100 | 110010 | 110001 |
Color Harmonies of #BC3E46
Complementary color
Monochromatic Colors of #BC3E46
Black with #BC3E46
Text Example
Text Example
White with #BC3E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3E46; }
p { color: rgb(188,62,70); }
H1.HeaderClassName
{
color: #BC3E46;
}
.AnyTagClassName
{
color: #BC3E46;
}
</style>
background-color css
<style>
a { background-color: #BC3E46; }
a { background-color: rgb(188,62,70); }
div.DivClassName
{
background-color: #BC3E46;
}
.BgClassName
{
background-color: #BC3E46;
}
</style>
border-color css
<style>
span { border-color: #BC3E46; }
span { border-color: rgb(188,62,70); }
td.TdClassName
{
border-color: #BC3E46;
}
.TagClassName
{
border-color: #BC3E46;
}
</style>