Shades of Brick Red #BC3F46
Tints of Brick Red #BC3F46
RGB
CMYK
RGB Variations
Color information
#BC3F46 (or 0xBC3F46) is known color: Brick Red. HEX triplet: BC, 3F and 46. RGB value is (188,63,70). Sum of RGB (Red+Green+Blue) = 188+63+70=321 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.57% from 321); Green value is 63 (25% from 255 or 19.63% from 321); Blue value is 70 (27.73% from 255 or 21.81% from 321); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3F46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3F46 is #43C0B9. Grayscale: #656565. Windows color (decimal): -4440250 or 4603836. OLE color: 4603836.
HSL color Cylindrical-coordinate representation of color #BC3F46: hue angle of 356.64º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC3F46 is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 63 | 70 | - |
| CMYK | 0 | 0.66 | 0.63 | 0.26 |
| HSL | 356.64º | 0.5% | 0.49% | - |
| HSV(B) | 356.64º | 0.66% | 0.74% | - |
| XYZ | 23.62 | 14.69 | 7.38 | - |
| YUV | 101.17 | 110.41 | 189.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 63 | 70 | 0 | 0.66 | 0.63 | 0.26 | 356.64 | 0.5 | 0.49 |
| Hex | BC | 3F | 46 | 0 | 42 | 3F | 1A | 165 | 32 | 31 |
| Octal | 274 | 77 | 106 | 0 | 102 | 77 | 32 | 545 | 62 | 61 |
| Binary | 10111100 | 111111 | 1000110 | 0 | 1000010 | 111111 | 11010 | 101100101 | 110010 | 110001 |
Color Harmonies of #BC3F46
Complementary color
Monochromatic Colors of #BC3F46
Black with #BC3F46
Text Example
Text Example
White with #BC3F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3F46; }
p { color: rgb(188,63,70); }
H1.HeaderClassName
{
color: #BC3F46;
}
.AnyTagClassName
{
color: #BC3F46;
}
</style>
background-color css
<style>
a { background-color: #BC3F46; }
a { background-color: rgb(188,63,70); }
div.DivClassName
{
background-color: #BC3F46;
}
.BgClassName
{
background-color: #BC3F46;
}
</style>
border-color css
<style>
span { border-color: #BC3F46; }
span { border-color: rgb(188,63,70); }
td.TdClassName
{
border-color: #BC3F46;
}
.TagClassName
{
border-color: #BC3F46;
}
</style>