Shades of Brick Red #BF2D40
Tints of Brick Red #BF2D40
RGB
CMYK
RGB Variations
Color information
#BF2D40 (or 0xBF2D40) is known color: Brick Red. HEX triplet: BF, 2D and 40. RGB value is (191,45,64). Sum of RGB (Red+Green+Blue) = 191+45+64=300 (39% of max value = 765). Red value is 191 (75% from 255 or 63.67% from 300); Green value is 45 (17.97% from 255 or 15% from 300); Blue value is 64 (25.39% from 255 or 21.33% from 300); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2D40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2D40 is #40D2BF. Grayscale: #5A5A5A. Windows color (decimal): -4248256 or 4206015. OLE color: 4206015.
HSL color Cylindrical-coordinate representation of color #BF2D40: hue angle of 352.19º degrees, saturation: 0.62, 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 #BF2D40 is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 45 | 64 | - |
| CMYK | 0 | 0.76 | 0.66 | 0.25 |
| HSL | 352.19º | 0.62% | 0.46% | - |
| HSV(B) | 352.19º | 0.76% | 0.75% | - |
| XYZ | 23.35 | 13.32 | 6.19 | - |
| YUV | 90.82 | 112.87 | 199.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 45 | 64 | 0 | 0.76 | 0.66 | 0.25 | 352.19 | 0.62 | 0.46 |
| Hex | BF | 2D | 40 | 0 | 4C | 42 | 19 | 160 | 3E | 2E |
| Octal | 277 | 55 | 100 | 0 | 114 | 102 | 31 | 540 | 76 | 56 |
| Binary | 10111111 | 101101 | 1000000 | 0 | 1001100 | 1000010 | 11001 | 101100000 | 111110 | 101110 |
Color Harmonies of #BF2D40
Complementary color
Monochromatic Colors of #BF2D40
Black with #BF2D40
Text Example
Text Example
White with #BF2D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2D40; }
p { color: rgb(191,45,64); }
H1.HeaderClassName
{
color: #BF2D40;
}
.AnyTagClassName
{
color: #BF2D40;
}
</style>
background-color css
<style>
a { background-color: #BF2D40; }
a { background-color: rgb(191,45,64); }
div.DivClassName
{
background-color: #BF2D40;
}
.BgClassName
{
background-color: #BF2D40;
}
</style>
border-color css
<style>
span { border-color: #BF2D40; }
span { border-color: rgb(191,45,64); }
td.TdClassName
{
border-color: #BF2D40;
}
.TagClassName
{
border-color: #BF2D40;
}
</style>