Shades of Brick Red #BF2640
Tints of Brick Red #BF2640
RGB
CMYK
RGB Variations
Color information
#BF2640 (or 0xBF2640) is known color: Brick Red. HEX triplet: BF, 26 and 40. RGB value is (191,38,64). Sum of RGB (Red+Green+Blue) = 191+38+64=293 (38% of max value = 765). Red value is 191 (75% from 255 or 65.19% from 293); Green value is 38 (15.23% from 255 or 12.97% from 293); Blue value is 64 (25.39% from 255 or 21.84% from 293); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2640 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2640 is #40D9BF. Grayscale: #565656. Windows color (decimal): -4250048 or 4204223. OLE color: 4204223.
HSL color Cylindrical-coordinate representation of color #BF2640: hue angle of 349.8º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF2640 is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 38 | 64 | - |
| CMYK | 0 | 0.80 | 0.66 | 0.25 |
| HSL | 349.8º | 0.67% | 0.45% | - |
| HSV(B) | 349.8º | 0.8% | 0.75% | - |
| XYZ | 23.1 | 12.83 | 6.11 | - |
| YUV | 86.71 | 115.19 | 202.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 38 | 64 | 0 | 0.80 | 0.66 | 0.25 | 349.8 | 0.67 | 0.45 |
| Hex | BF | 26 | 40 | 0 | 50 | 42 | 19 | 15E | 43 | 2D |
| Octal | 277 | 46 | 100 | 0 | 120 | 102 | 31 | 536 | 103 | 55 |
| Binary | 10111111 | 100110 | 1000000 | 0 | 1010000 | 1000010 | 11001 | 101011110 | 1000011 | 101101 |
Color Harmonies of #BF2640
Complementary color
Monochromatic Colors of #BF2640
Black with #BF2640
Text Example
Text Example
White with #BF2640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2640; }
p { color: rgb(191,38,64); }
H1.HeaderClassName
{
color: #BF2640;
}
.AnyTagClassName
{
color: #BF2640;
}
</style>
background-color css
<style>
a { background-color: #BF2640; }
a { background-color: rgb(191,38,64); }
div.DivClassName
{
background-color: #BF2640;
}
.BgClassName
{
background-color: #BF2640;
}
</style>
border-color css
<style>
span { border-color: #BF2640; }
span { border-color: rgb(191,38,64); }
td.TdClassName
{
border-color: #BF2640;
}
.TagClassName
{
border-color: #BF2640;
}
</style>