Shades of Brick Red #BC3C43
Tints of Brick Red #BC3C43
RGB
CMYK
RGB Variations
Color information
#BC3C43 (or 0xBC3C43) is known color: Brick Red. HEX triplet: BC, 3C and 43. RGB value is (188,60,67). Sum of RGB (Red+Green+Blue) = 188+60+67=315 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.68% from 315); Green value is 60 (23.83% from 255 or 19.05% from 315); Blue value is 67 (26.56% from 255 or 21.27% from 315); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3C43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3C43 is #43C3BC. Grayscale: #636363. Windows color (decimal): -4441021 or 4406460. OLE color: 4406460.
HSL color Cylindrical-coordinate representation of color #BC3C43: hue angle of 356.72º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC3C43 is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 60 | 67 | - |
| CMYK | 0 | 0.68 | 0.64 | 0.26 |
| HSL | 356.72º | 0.52% | 0.49% | - |
| HSV(B) | 356.72º | 0.68% | 0.74% | - |
| XYZ | 23.37 | 14.33 | 6.84 | - |
| YUV | 99.07 | 109.91 | 191.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 60 | 67 | 0 | 0.68 | 0.64 | 0.26 | 356.72 | 0.52 | 0.49 |
| Hex | BC | 3C | 43 | 0 | 44 | 40 | 1A | 165 | 34 | 31 |
| Octal | 274 | 74 | 103 | 0 | 104 | 100 | 32 | 545 | 64 | 61 |
| Binary | 10111100 | 111100 | 1000011 | 0 | 1000100 | 1000000 | 11010 | 101100101 | 110100 | 110001 |
Color Harmonies of #BC3C43
Complementary color
Monochromatic Colors of #BC3C43
Black with #BC3C43
Text Example
Text Example
White with #BC3C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3C43; }
p { color: rgb(188,60,67); }
H1.HeaderClassName
{
color: #BC3C43;
}
.AnyTagClassName
{
color: #BC3C43;
}
</style>
background-color css
<style>
a { background-color: #BC3C43; }
a { background-color: rgb(188,60,67); }
div.DivClassName
{
background-color: #BC3C43;
}
.BgClassName
{
background-color: #BC3C43;
}
</style>
border-color css
<style>
span { border-color: #BC3C43; }
span { border-color: rgb(188,60,67); }
td.TdClassName
{
border-color: #BC3C43;
}
.TagClassName
{
border-color: #BC3C43;
}
</style>