Shades of Brick Red #BF2C44
Tints of Brick Red #BF2C44
RGB
CMYK
RGB Variations
Color information
#BF2C44 (or 0xBF2C44) is known color: Brick Red. HEX triplet: BF, 2C and 44. RGB value is (191,44,68). Sum of RGB (Red+Green+Blue) = 191+44+68=303 (40% of max value = 765). Red value is 191 (75% from 255 or 63.04% from 303); Green value is 44 (17.58% from 255 or 14.52% from 303); Blue value is 68 (26.95% from 255 or 22.44% from 303); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2C44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2C44 is #40D3BB. Grayscale: #5A5A5A. Windows color (decimal): -4248508 or 4467903. OLE color: 4467903.
HSL color Cylindrical-coordinate representation of color #BF2C44: hue angle of 350.2º 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 #BF2C44 is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 44 | 68 | - |
| CMYK | 0 | 0.77 | 0.64 | 0.25 |
| HSL | 350.2º | 0.63% | 0.46% | - |
| HSV(B) | 350.2º | 0.77% | 0.75% | - |
| XYZ | 23.43 | 13.3 | 6.8 | - |
| YUV | 90.69 | 115.2 | 199.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 44 | 68 | 0 | 0.77 | 0.64 | 0.25 | 350.2 | 0.63 | 0.46 |
| Hex | BF | 2C | 44 | 0 | 4D | 40 | 19 | 15E | 3F | 2E |
| Octal | 277 | 54 | 104 | 0 | 115 | 100 | 31 | 536 | 77 | 56 |
| Binary | 10111111 | 101100 | 1000100 | 0 | 1001101 | 1000000 | 11001 | 101011110 | 111111 | 101110 |
Color Harmonies of #BF2C44
Complementary color
Monochromatic Colors of #BF2C44
Black with #BF2C44
Text Example
Text Example
White with #BF2C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2C44; }
p { color: rgb(191,44,68); }
H1.HeaderClassName
{
color: #BF2C44;
}
.AnyTagClassName
{
color: #BF2C44;
}
</style>
background-color css
<style>
a { background-color: #BF2C44; }
a { background-color: rgb(191,44,68); }
div.DivClassName
{
background-color: #BF2C44;
}
.BgClassName
{
background-color: #BF2C44;
}
</style>
border-color css
<style>
span { border-color: #BF2C44; }
span { border-color: rgb(191,44,68); }
td.TdClassName
{
border-color: #BF2C44;
}
.TagClassName
{
border-color: #BF2C44;
}
</style>