Shades of Brick Red #BF2D41
Tints of Brick Red #BF2D41
RGB
CMYK
RGB Variations
Color information
#BF2D41 (or 0xBF2D41) is known color: Brick Red. HEX triplet: BF, 2D and 41. RGB value is (191,45,65). Sum of RGB (Red+Green+Blue) = 191+45+65=301 (39% of max value = 765). Red value is 191 (75% from 255 or 63.46% from 301); Green value is 45 (17.97% from 255 or 14.95% from 301); Blue value is 65 (25.78% from 255 or 21.59% from 301); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2D41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2D41 is #40D2BE. Grayscale: #5B5B5B. Windows color (decimal): -4248255 or 4271551. OLE color: 4271551.
HSL color Cylindrical-coordinate representation of color #BF2D41: hue angle of 351.78º 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 #BF2D41 is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 45 | 65 | - |
| CMYK | 0 | 0.76 | 0.66 | 0.25 |
| HSL | 351.78º | 0.62% | 0.46% | - |
| HSV(B) | 351.78º | 0.76% | 0.75% | - |
| XYZ | 23.38 | 13.33 | 6.34 | - |
| YUV | 90.93 | 113.37 | 199.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 45 | 65 | 0 | 0.76 | 0.66 | 0.25 | 351.78 | 0.62 | 0.46 |
| Hex | BF | 2D | 41 | 0 | 4C | 42 | 19 | 160 | 3E | 2E |
| Octal | 277 | 55 | 101 | 0 | 114 | 102 | 31 | 540 | 76 | 56 |
| Binary | 10111111 | 101101 | 1000001 | 0 | 1001100 | 1000010 | 11001 | 101100000 | 111110 | 101110 |
Color Harmonies of #BF2D41
Complementary color
Monochromatic Colors of #BF2D41
Black with #BF2D41
Text Example
Text Example
White with #BF2D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2D41; }
p { color: rgb(191,45,65); }
H1.HeaderClassName
{
color: #BF2D41;
}
.AnyTagClassName
{
color: #BF2D41;
}
</style>
background-color css
<style>
a { background-color: #BF2D41; }
a { background-color: rgb(191,45,65); }
div.DivClassName
{
background-color: #BF2D41;
}
.BgClassName
{
background-color: #BF2D41;
}
</style>
border-color css
<style>
span { border-color: #BF2D41; }
span { border-color: rgb(191,45,65); }
td.TdClassName
{
border-color: #BF2D41;
}
.TagClassName
{
border-color: #BF2D41;
}
</style>