Shades of Brick Red #BC3643
Tints of Brick Red #BC3643
RGB
CMYK
RGB Variations
Color information
#BC3643 (or 0xBC3643) is known color: Brick Red. HEX triplet: BC, 36 and 43. RGB value is (188,54,67). Sum of RGB (Red+Green+Blue) = 188+54+67=309 (40% of max value = 765). Red value is 188 (73.83% from 255 or 60.84% from 309); Green value is 54 (21.48% from 255 or 17.48% from 309); Blue value is 67 (26.56% from 255 or 21.68% from 309); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3643 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3643 is #43C9BC. Grayscale: #5F5F5F. Windows color (decimal): -4442557 or 4404924. OLE color: 4404924.
HSL color Cylindrical-coordinate representation of color #BC3643: hue angle of 354.18º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BC3643 is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 54 | 67 | - |
| CMYK | 0 | 0.71 | 0.64 | 0.26 |
| HSL | 354.18º | 0.55% | 0.47% | - |
| HSV(B) | 354.18º | 0.71% | 0.74% | - |
| XYZ | 23.07 | 13.73 | 6.75 | - |
| YUV | 95.55 | 111.89 | 193.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 54 | 67 | 0 | 0.71 | 0.64 | 0.26 | 354.18 | 0.55 | 0.47 |
| Hex | BC | 36 | 43 | 0 | 47 | 40 | 1A | 162 | 37 | 2F |
| Octal | 274 | 66 | 103 | 0 | 107 | 100 | 32 | 542 | 67 | 57 |
| Binary | 10111100 | 110110 | 1000011 | 0 | 1000111 | 1000000 | 11010 | 101100010 | 110111 | 101111 |
Color Harmonies of #BC3643
Complementary color
Monochromatic Colors of #BC3643
Black with #BC3643
Text Example
Text Example
White with #BC3643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3643; }
p { color: rgb(188,54,67); }
H1.HeaderClassName
{
color: #BC3643;
}
.AnyTagClassName
{
color: #BC3643;
}
</style>
background-color css
<style>
a { background-color: #BC3643; }
a { background-color: rgb(188,54,67); }
div.DivClassName
{
background-color: #BC3643;
}
.BgClassName
{
background-color: #BC3643;
}
</style>
border-color css
<style>
span { border-color: #BC3643; }
span { border-color: rgb(188,54,67); }
td.TdClassName
{
border-color: #BC3643;
}
.TagClassName
{
border-color: #BC3643;
}
</style>