Shades of Brick Red #BC3244
Tints of Brick Red #BC3244
RGB
CMYK
RGB Variations
Color information
#BC3244 (or 0xBC3244) is known color: Brick Red. HEX triplet: BC, 32 and 44. RGB value is (188,50,68). Sum of RGB (Red+Green+Blue) = 188+50+68=306 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.44% from 306); Green value is 50 (19.92% from 255 or 16.34% from 306); Blue value is 68 (26.95% from 255 or 22.22% from 306); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3244 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3244 is #43CDBB. Grayscale: #5D5D5D. Windows color (decimal): -4443580 or 4469436. OLE color: 4469436.
HSL color Cylindrical-coordinate representation of color #BC3244: hue angle of 352.17º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC3244 is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 50 | 68 | - |
| CMYK | 0 | 0.73 | 0.64 | 0.26 |
| HSL | 352.17º | 0.58% | 0.47% | - |
| HSV(B) | 352.17º | 0.73% | 0.74% | - |
| XYZ | 22.92 | 13.39 | 6.85 | - |
| YUV | 93.31 | 113.72 | 195.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 50 | 68 | 0 | 0.73 | 0.64 | 0.26 | 352.17 | 0.58 | 0.47 |
| Hex | BC | 32 | 44 | 0 | 49 | 40 | 1A | 160 | 3A | 2F |
| Octal | 274 | 62 | 104 | 0 | 111 | 100 | 32 | 540 | 72 | 57 |
| Binary | 10111100 | 110010 | 1000100 | 0 | 1001001 | 1000000 | 11010 | 101100000 | 111010 | 101111 |
Color Harmonies of #BC3244
Complementary color
Monochromatic Colors of #BC3244
Black with #BC3244
Text Example
Text Example
White with #BC3244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3244; }
p { color: rgb(188,50,68); }
H1.HeaderClassName
{
color: #BC3244;
}
.AnyTagClassName
{
color: #BC3244;
}
</style>
background-color css
<style>
a { background-color: #BC3244; }
a { background-color: rgb(188,50,68); }
div.DivClassName
{
background-color: #BC3244;
}
.BgClassName
{
background-color: #BC3244;
}
</style>
border-color css
<style>
span { border-color: #BC3244; }
span { border-color: rgb(188,50,68); }
td.TdClassName
{
border-color: #BC3244;
}
.TagClassName
{
border-color: #BC3244;
}
</style>