Shades of Brick Red #BF2C3B
Tints of Brick Red #BF2C3B
RGB
CMYK
RGB Variations
Color information
#BF2C3B (or 0xBF2C3B) is known color: Brick Red. HEX triplet: BF, 2C and 3B. RGB value is (191,44,59). Sum of RGB (Red+Green+Blue) = 191+44+59=294 (38% of max value = 765). Red value is 191 (75% from 255 or 64.97% from 294); Green value is 44 (17.58% from 255 or 14.97% from 294); Blue value is 59 (23.44% from 255 or 20.07% from 294); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2C3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2C3B is #40D3C4. Grayscale: #595959. Windows color (decimal): -4248517 or 3878079. OLE color: 3878079.
HSL color Cylindrical-coordinate representation of color #BF2C3B: hue angle of 353.88º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BF2C3B is Cyan = 0, Magento = 0.77, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 44 | 59 | - |
| CMYK | 0 | 0.77 | 0.69 | 0.25 |
| HSL | 353.88º | 0.63% | 0.46% | - |
| HSV(B) | 353.88º | 0.77% | 0.75% | - |
| XYZ | 23.18 | 13.19 | 5.46 | - |
| YUV | 89.66 | 110.7 | 200.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 44 | 59 | 0 | 0.77 | 0.69 | 0.25 | 353.88 | 0.63 | 0.46 |
| Hex | BF | 2C | 3B | 0 | 4D | 45 | 19 | 162 | 3F | 2E |
| Octal | 277 | 54 | 73 | 0 | 115 | 105 | 31 | 542 | 77 | 56 |
| Binary | 10111111 | 101100 | 111011 | 0 | 1001101 | 1000101 | 11001 | 101100010 | 111111 | 101110 |
Color Harmonies of #BF2C3B
Complementary color
Monochromatic Colors of #BF2C3B
Black with #BF2C3B
Text Example
Text Example
White with #BF2C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2C3B; }
p { color: rgb(191,44,59); }
H1.HeaderClassName
{
color: #BF2C3B;
}
.AnyTagClassName
{
color: #BF2C3B;
}
</style>
background-color css
<style>
a { background-color: #BF2C3B; }
a { background-color: rgb(191,44,59); }
div.DivClassName
{
background-color: #BF2C3B;
}
.BgClassName
{
background-color: #BF2C3B;
}
</style>
border-color css
<style>
span { border-color: #BF2C3B; }
span { border-color: rgb(191,44,59); }
td.TdClassName
{
border-color: #BF2C3B;
}
.TagClassName
{
border-color: #BF2C3B;
}
</style>