Shades of Brick Red #BC3A40
Tints of Brick Red #BC3A40
RGB
CMYK
RGB Variations
Color information
#BC3A40 (or 0xBC3A40) is known color: Brick Red. HEX triplet: BC, 3A and 40. RGB value is (188,58,64). Sum of RGB (Red+Green+Blue) = 188+58+64=310 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.65% from 310); Green value is 58 (23.05% from 255 or 18.71% from 310); Blue value is 64 (25.39% from 255 or 20.65% from 310); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3A40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3A40 is #43C5BF. Grayscale: #616161. Windows color (decimal): -4441536 or 4209340. OLE color: 4209340.
HSL color Cylindrical-coordinate representation of color #BC3A40: hue angle of 357.23º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC3A40 is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 58 | 64 | - |
| CMYK | 0 | 0.69 | 0.66 | 0.26 |
| HSL | 357.23º | 0.53% | 0.48% | - |
| HSV(B) | 357.23º | 0.69% | 0.74% | - |
| XYZ | 23.18 | 14.09 | 6.35 | - |
| YUV | 97.55 | 109.07 | 192.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 58 | 64 | 0 | 0.69 | 0.66 | 0.26 | 357.23 | 0.53 | 0.48 |
| Hex | BC | 3A | 40 | 0 | 45 | 42 | 1A | 165 | 35 | 30 |
| Octal | 274 | 72 | 100 | 0 | 105 | 102 | 32 | 545 | 65 | 60 |
| Binary | 10111100 | 111010 | 1000000 | 0 | 1000101 | 1000010 | 11010 | 101100101 | 110101 | 110000 |
Color Harmonies of #BC3A40
Complementary color
Monochromatic Colors of #BC3A40
Black with #BC3A40
Text Example
Text Example
White with #BC3A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3A40; }
p { color: rgb(188,58,64); }
H1.HeaderClassName
{
color: #BC3A40;
}
.AnyTagClassName
{
color: #BC3A40;
}
</style>
background-color css
<style>
a { background-color: #BC3A40; }
a { background-color: rgb(188,58,64); }
div.DivClassName
{
background-color: #BC3A40;
}
.BgClassName
{
background-color: #BC3A40;
}
</style>
border-color css
<style>
span { border-color: #BC3A40; }
span { border-color: rgb(188,58,64); }
td.TdClassName
{
border-color: #BC3A40;
}
.TagClassName
{
border-color: #BC3A40;
}
</style>