Shades of Brick Red #BC3440
Tints of Brick Red #BC3440
RGB
CMYK
RGB Variations
Color information
#BC3440 (or 0xBC3440) is known color: Brick Red. HEX triplet: BC, 34 and 40. RGB value is (188,52,64). Sum of RGB (Red+Green+Blue) = 188+52+64=304 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.84% from 304); Green value is 52 (20.70% from 255 or 17.11% from 304); Blue value is 64 (25.39% from 255 or 21.05% from 304); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3440 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3440 is #43CBBF. Grayscale: #5E5E5E. Windows color (decimal): -4443072 or 4207804. OLE color: 4207804.
HSL color Cylindrical-coordinate representation of color #BC3440: hue angle of 354.71º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC3440 is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 52 | 64 | - |
| CMYK | 0 | 0.72 | 0.66 | 0.26 |
| HSL | 354.71º | 0.57% | 0.47% | - |
| HSV(B) | 354.71º | 0.72% | 0.74% | - |
| XYZ | 22.89 | 13.52 | 6.25 | - |
| YUV | 94.03 | 111.06 | 195.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 52 | 64 | 0 | 0.72 | 0.66 | 0.26 | 354.71 | 0.57 | 0.47 |
| Hex | BC | 34 | 40 | 0 | 48 | 42 | 1A | 163 | 39 | 2F |
| Octal | 274 | 64 | 100 | 0 | 110 | 102 | 32 | 543 | 71 | 57 |
| Binary | 10111100 | 110100 | 1000000 | 0 | 1001000 | 1000010 | 11010 | 101100011 | 111001 | 101111 |
Color Harmonies of #BC3440
Complementary color
Monochromatic Colors of #BC3440
Black with #BC3440
Text Example
Text Example
White with #BC3440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3440; }
p { color: rgb(188,52,64); }
H1.HeaderClassName
{
color: #BC3440;
}
.AnyTagClassName
{
color: #BC3440;
}
</style>
background-color css
<style>
a { background-color: #BC3440; }
a { background-color: rgb(188,52,64); }
div.DivClassName
{
background-color: #BC3440;
}
.BgClassName
{
background-color: #BC3440;
}
</style>
border-color css
<style>
span { border-color: #BC3440; }
span { border-color: rgb(188,52,64); }
td.TdClassName
{
border-color: #BC3440;
}
.TagClassName
{
border-color: #BC3440;
}
</style>