Shades of Brick Red #BC2F3E
Tints of Brick Red #BC2F3E
RGB
CMYK
RGB Variations
Color information
#BC2F3E (or 0xBC2F3E) is known color: Brick Red. HEX triplet: BC, 2F and 3E. RGB value is (188,47,62). Sum of RGB (Red+Green+Blue) = 188+47+62=297 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.30% from 297); Green value is 47 (18.75% from 255 or 15.82% from 297); Blue value is 62 (24.61% from 255 or 20.88% from 297); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2F3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2F3E is #43D0C1. Grayscale: #5A5A5A. Windows color (decimal): -4444354 or 4075452. OLE color: 4075452.
HSL color Cylindrical-coordinate representation of color #BC2F3E: hue angle of 353.62º 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 #BC2F3E is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 47 | 62 | - |
| CMYK | 0 | 0.75 | 0.67 | 0.26 |
| HSL | 353.62º | 0.6% | 0.46% | - |
| HSV(B) | 353.62º | 0.75% | 0.74% | - |
| XYZ | 22.63 | 13.07 | 5.89 | - |
| YUV | 90.87 | 111.71 | 197.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 47 | 62 | 0 | 0.75 | 0.67 | 0.26 | 353.62 | 0.6 | 0.46 |
| Hex | BC | 2F | 3E | 0 | 4B | 43 | 1A | 162 | 3C | 2E |
| Octal | 274 | 57 | 76 | 0 | 113 | 103 | 32 | 542 | 74 | 56 |
| Binary | 10111100 | 101111 | 111110 | 0 | 1001011 | 1000011 | 11010 | 101100010 | 111100 | 101110 |
Color Harmonies of #BC2F3E
Complementary color
Monochromatic Colors of #BC2F3E
Black with #BC2F3E
Text Example
Text Example
White with #BC2F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2F3E; }
p { color: rgb(188,47,62); }
H1.HeaderClassName
{
color: #BC2F3E;
}
.AnyTagClassName
{
color: #BC2F3E;
}
</style>
background-color css
<style>
a { background-color: #BC2F3E; }
a { background-color: rgb(188,47,62); }
div.DivClassName
{
background-color: #BC2F3E;
}
.BgClassName
{
background-color: #BC2F3E;
}
</style>
border-color css
<style>
span { border-color: #BC2F3E; }
span { border-color: rgb(188,47,62); }
td.TdClassName
{
border-color: #BC2F3E;
}
.TagClassName
{
border-color: #BC2F3E;
}
</style>