Shades of Brick Red #BF2C40
Tints of Brick Red #BF2C40
RGB
CMYK
RGB Variations
Color information
#BF2C40 (or 0xBF2C40) is known color: Brick Red. HEX triplet: BF, 2C and 40. RGB value is (191,44,64). Sum of RGB (Red+Green+Blue) = 191+44+64=299 (39% of max value = 765). Red value is 191 (75% from 255 or 63.88% from 299); Green value is 44 (17.58% from 255 or 14.72% from 299); Blue value is 64 (25.39% from 255 or 21.40% from 299); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2C40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2C40 is #40D3BF. Grayscale: #5A5A5A. Windows color (decimal): -4248512 or 4205759. OLE color: 4205759.
HSL color Cylindrical-coordinate representation of color #BF2C40: hue angle of 351.84º 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 #BF2C40 is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 44 | 64 | - |
| CMYK | 0 | 0.77 | 0.66 | 0.25 |
| HSL | 351.84º | 0.63% | 0.46% | - |
| HSV(B) | 351.84º | 0.77% | 0.75% | - |
| XYZ | 23.31 | 13.25 | 6.18 | - |
| YUV | 90.23 | 113.2 | 199.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 44 | 64 | 0 | 0.77 | 0.66 | 0.25 | 351.84 | 0.63 | 0.46 |
| Hex | BF | 2C | 40 | 0 | 4D | 42 | 19 | 160 | 3F | 2E |
| Octal | 277 | 54 | 100 | 0 | 115 | 102 | 31 | 540 | 77 | 56 |
| Binary | 10111111 | 101100 | 1000000 | 0 | 1001101 | 1000010 | 11001 | 101100000 | 111111 | 101110 |
Color Harmonies of #BF2C40
Complementary color
Monochromatic Colors of #BF2C40
Black with #BF2C40
Text Example
Text Example
White with #BF2C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2C40; }
p { color: rgb(191,44,64); }
H1.HeaderClassName
{
color: #BF2C40;
}
.AnyTagClassName
{
color: #BF2C40;
}
</style>
background-color css
<style>
a { background-color: #BF2C40; }
a { background-color: rgb(191,44,64); }
div.DivClassName
{
background-color: #BF2C40;
}
.BgClassName
{
background-color: #BF2C40;
}
</style>
border-color css
<style>
span { border-color: #BF2C40; }
span { border-color: rgb(191,44,64); }
td.TdClassName
{
border-color: #BF2C40;
}
.TagClassName
{
border-color: #BF2C40;
}
</style>