Shades of Brick Red #BC4146
Tints of Brick Red #BC4146
RGB
CMYK
RGB Variations
Color information
#BC4146 (or 0xBC4146) is known color: Brick Red. HEX triplet: BC, 41 and 46. RGB value is (188,65,70). Sum of RGB (Red+Green+Blue) = 188+65+70=323 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.20% from 323); Green value is 65 (25.78% from 255 or 20.12% from 323); Blue value is 70 (27.73% from 255 or 21.67% from 323); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4146 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4146 is #43BEB9. Grayscale: #666666. Windows color (decimal): -4439738 or 4604348. OLE color: 4604348.
HSL color Cylindrical-coordinate representation of color #BC4146: hue angle of 357.56º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC4146 is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 65 | 70 | - |
| CMYK | 0 | 0.65 | 0.63 | 0.26 |
| HSL | 357.56º | 0.49% | 0.5% | - |
| HSV(B) | 357.56º | 0.65% | 0.74% | - |
| XYZ | 23.73 | 14.91 | 7.42 | - |
| YUV | 102.35 | 109.75 | 189.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 65 | 70 | 0 | 0.65 | 0.63 | 0.26 | 357.56 | 0.49 | 0.5 |
| Hex | BC | 41 | 46 | 0 | 41 | 3F | 1A | 166 | 31 | 32 |
| Octal | 274 | 101 | 106 | 0 | 101 | 77 | 32 | 546 | 61 | 62 |
| Binary | 10111100 | 1000001 | 1000110 | 0 | 1000001 | 111111 | 11010 | 101100110 | 110001 | 110010 |
Color Harmonies of #BC4146
Complementary color
Monochromatic Colors of #BC4146
Black with #BC4146
Text Example
Text Example
White with #BC4146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4146; }
p { color: rgb(188,65,70); }
H1.HeaderClassName
{
color: #BC4146;
}
.AnyTagClassName
{
color: #BC4146;
}
</style>
background-color css
<style>
a { background-color: #BC4146; }
a { background-color: rgb(188,65,70); }
div.DivClassName
{
background-color: #BC4146;
}
.BgClassName
{
background-color: #BC4146;
}
</style>
border-color css
<style>
span { border-color: #BC4146; }
span { border-color: rgb(188,65,70); }
td.TdClassName
{
border-color: #BC4146;
}
.TagClassName
{
border-color: #BC4146;
}
</style>