Shades of Brick Red #BF2E3C
Tints of Brick Red #BF2E3C
RGB
CMYK
RGB Variations
Color information
#BF2E3C (or 0xBF2E3C) is known color: Brick Red. HEX triplet: BF, 2E and 3C. RGB value is (191,46,60). Sum of RGB (Red+Green+Blue) = 191+46+60=297 (39% of max value = 765). Red value is 191 (75% from 255 or 64.31% from 297); Green value is 46 (18.36% from 255 or 15.49% from 297); Blue value is 60 (23.83% from 255 or 20.20% from 297); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2E3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2E3C is #40D1C3. Grayscale: #5B5B5B. Windows color (decimal): -4248004 or 3944127. OLE color: 3944127.
HSL color Cylindrical-coordinate representation of color #BF2E3C: hue angle of 354.21º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BF2E3C is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 46 | 60 | - |
| CMYK | 0 | 0.76 | 0.69 | 0.25 |
| HSL | 354.21º | 0.61% | 0.46% | - |
| HSV(B) | 354.21º | 0.76% | 0.75% | - |
| XYZ | 23.28 | 13.36 | 5.63 | - |
| YUV | 90.95 | 110.54 | 199.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 46 | 60 | 0 | 0.76 | 0.69 | 0.25 | 354.21 | 0.61 | 0.46 |
| Hex | BF | 2E | 3C | 0 | 4C | 45 | 19 | 162 | 3D | 2E |
| Octal | 277 | 56 | 74 | 0 | 114 | 105 | 31 | 542 | 75 | 56 |
| Binary | 10111111 | 101110 | 111100 | 0 | 1001100 | 1000101 | 11001 | 101100010 | 111101 | 101110 |
Color Harmonies of #BF2E3C
Complementary color
Monochromatic Colors of #BF2E3C
Black with #BF2E3C
Text Example
Text Example
White with #BF2E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2E3C; }
p { color: rgb(191,46,60); }
H1.HeaderClassName
{
color: #BF2E3C;
}
.AnyTagClassName
{
color: #BF2E3C;
}
</style>
background-color css
<style>
a { background-color: #BF2E3C; }
a { background-color: rgb(191,46,60); }
div.DivClassName
{
background-color: #BF2E3C;
}
.BgClassName
{
background-color: #BF2E3C;
}
</style>
border-color css
<style>
span { border-color: #BF2E3C; }
span { border-color: rgb(191,46,60); }
td.TdClassName
{
border-color: #BF2E3C;
}
.TagClassName
{
border-color: #BF2E3C;
}
</style>