Shades of Brick Red #BC3943
Tints of Brick Red #BC3943
RGB
CMYK
RGB Variations
Color information
#BC3943 (or 0xBC3943) is known color: Brick Red. HEX triplet: BC, 39 and 43. RGB value is (188,57,67). Sum of RGB (Red+Green+Blue) = 188+57+67=312 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.26% from 312); Green value is 57 (22.66% from 255 or 18.27% from 312); Blue value is 67 (26.56% from 255 or 21.47% from 312); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3943 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3943 is #43C6BC. Grayscale: #616161. Windows color (decimal): -4441789 or 4405692. OLE color: 4405692.
HSL color Cylindrical-coordinate representation of color #BC3943: hue angle of 355.42º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC3943 is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 57 | 67 | - |
| CMYK | 0 | 0.70 | 0.64 | 0.26 |
| HSL | 355.42º | 0.53% | 0.48% | - |
| HSV(B) | 355.42º | 0.7% | 0.74% | - |
| XYZ | 23.22 | 14.02 | 6.79 | - |
| YUV | 97.31 | 110.9 | 192.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 57 | 67 | 0 | 0.70 | 0.64 | 0.26 | 355.42 | 0.53 | 0.48 |
| Hex | BC | 39 | 43 | 0 | 46 | 40 | 1A | 163 | 35 | 30 |
| Octal | 274 | 71 | 103 | 0 | 106 | 100 | 32 | 543 | 65 | 60 |
| Binary | 10111100 | 111001 | 1000011 | 0 | 1000110 | 1000000 | 11010 | 101100011 | 110101 | 110000 |
Color Harmonies of #BC3943
Complementary color
Monochromatic Colors of #BC3943
Black with #BC3943
Text Example
Text Example
White with #BC3943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3943; }
p { color: rgb(188,57,67); }
H1.HeaderClassName
{
color: #BC3943;
}
.AnyTagClassName
{
color: #BC3943;
}
</style>
background-color css
<style>
a { background-color: #BC3943; }
a { background-color: rgb(188,57,67); }
div.DivClassName
{
background-color: #BC3943;
}
.BgClassName
{
background-color: #BC3943;
}
</style>
border-color css
<style>
span { border-color: #BC3943; }
span { border-color: rgb(188,57,67); }
td.TdClassName
{
border-color: #BC3943;
}
.TagClassName
{
border-color: #BC3943;
}
</style>