Shades of Brick Red #BC3444
Tints of Brick Red #BC3444
RGB
CMYK
RGB Variations
Color information
#BC3444 (or 0xBC3444) is known color: Brick Red. HEX triplet: BC, 34 and 44. RGB value is (188,52,68). Sum of RGB (Red+Green+Blue) = 188+52+68=308 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.04% from 308); Green value is 52 (20.70% from 255 or 16.88% from 308); Blue value is 68 (26.95% from 255 or 22.08% from 308); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3444 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3444 is #43CBBB. Grayscale: #5E5E5E. Windows color (decimal): -4443068 or 4469948. OLE color: 4469948.
HSL color Cylindrical-coordinate representation of color #BC3444: hue angle of 352.94º 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 #BC3444 is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 52 | 68 | - |
| CMYK | 0 | 0.72 | 0.64 | 0.26 |
| HSL | 352.94º | 0.57% | 0.47% | - |
| HSV(B) | 352.94º | 0.72% | 0.74% | - |
| XYZ | 23.01 | 13.56 | 6.87 | - |
| YUV | 94.49 | 113.06 | 194.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 52 | 68 | 0 | 0.72 | 0.64 | 0.26 | 352.94 | 0.57 | 0.47 |
| Hex | BC | 34 | 44 | 0 | 48 | 40 | 1A | 161 | 39 | 2F |
| Octal | 274 | 64 | 104 | 0 | 110 | 100 | 32 | 541 | 71 | 57 |
| Binary | 10111100 | 110100 | 1000100 | 0 | 1001000 | 1000000 | 11010 | 101100001 | 111001 | 101111 |
Color Harmonies of #BC3444
Complementary color
Monochromatic Colors of #BC3444
Black with #BC3444
Text Example
Text Example
White with #BC3444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3444; }
p { color: rgb(188,52,68); }
H1.HeaderClassName
{
color: #BC3444;
}
.AnyTagClassName
{
color: #BC3444;
}
</style>
background-color css
<style>
a { background-color: #BC3444; }
a { background-color: rgb(188,52,68); }
div.DivClassName
{
background-color: #BC3444;
}
.BgClassName
{
background-color: #BC3444;
}
</style>
border-color css
<style>
span { border-color: #BC3444; }
span { border-color: rgb(188,52,68); }
td.TdClassName
{
border-color: #BC3444;
}
.TagClassName
{
border-color: #BC3444;
}
</style>