Shades of Brick Red #BC2F3F
Tints of Brick Red #BC2F3F
RGB
CMYK
RGB Variations
Color information
#BC2F3F (or 0xBC2F3F) is known color: Brick Red. HEX triplet: BC, 2F and 3F. RGB value is (188,47,63). Sum of RGB (Red+Green+Blue) = 188+47+63=298 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.09% from 298); Green value is 47 (18.75% from 255 or 15.77% from 298); Blue value is 63 (25% from 255 or 21.14% from 298); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2F3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2F3F is #43D0C0. Grayscale: #5B5B5B. Windows color (decimal): -4444353 or 4140988. OLE color: 4140988.
HSL color Cylindrical-coordinate representation of color #BC2F3F: hue angle of 353.19º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC2F3F is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 47 | 63 | - |
| CMYK | 0 | 0.75 | 0.66 | 0.26 |
| HSL | 353.19º | 0.6% | 0.46% | - |
| HSV(B) | 353.19º | 0.75% | 0.74% | - |
| XYZ | 22.65 | 13.08 | 6.03 | - |
| YUV | 90.98 | 112.21 | 197.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 47 | 63 | 0 | 0.75 | 0.66 | 0.26 | 353.19 | 0.6 | 0.46 |
| Hex | BC | 2F | 3F | 0 | 4B | 42 | 1A | 161 | 3C | 2E |
| Octal | 274 | 57 | 77 | 0 | 113 | 102 | 32 | 541 | 74 | 56 |
| Binary | 10111100 | 101111 | 111111 | 0 | 1001011 | 1000010 | 11010 | 101100001 | 111100 | 101110 |
Color Harmonies of #BC2F3F
Complementary color
Monochromatic Colors of #BC2F3F
Black with #BC2F3F
Text Example
Text Example
White with #BC2F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2F3F; }
p { color: rgb(188,47,63); }
H1.HeaderClassName
{
color: #BC2F3F;
}
.AnyTagClassName
{
color: #BC2F3F;
}
</style>
background-color css
<style>
a { background-color: #BC2F3F; }
a { background-color: rgb(188,47,63); }
div.DivClassName
{
background-color: #BC2F3F;
}
.BgClassName
{
background-color: #BC2F3F;
}
</style>
border-color css
<style>
span { border-color: #BC2F3F; }
span { border-color: rgb(188,47,63); }
td.TdClassName
{
border-color: #BC2F3F;
}
.TagClassName
{
border-color: #BC2F3F;
}
</style>