Shades of Brick Red #BF3241
Tints of Brick Red #BF3241
RGB
CMYK
RGB Variations
Color information
#BF3241 (or 0xBF3241) is known color: Brick Red. HEX triplet: BF, 32 and 41. RGB value is (191,50,65). Sum of RGB (Red+Green+Blue) = 191+50+65=306 (40% of max value = 765). Red value is 191 (75% from 255 or 62.42% from 306); Green value is 50 (19.92% from 255 or 16.34% from 306); Blue value is 65 (25.78% from 255 or 21.24% from 306); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3241 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3241 is #40CDBE. Grayscale: #5D5D5D. Windows color (decimal): -4246975 or 4272831. OLE color: 4272831.
HSL color Cylindrical-coordinate representation of color #BF3241: hue angle of 353.62º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BF3241 is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 50 | 65 | - |
| CMYK | 0 | 0.74 | 0.66 | 0.25 |
| HSL | 353.62º | 0.59% | 0.47% | - |
| HSV(B) | 353.62º | 0.74% | 0.75% | - |
| XYZ | 23.58 | 13.74 | 6.41 | - |
| YUV | 93.87 | 111.71 | 197.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 50 | 65 | 0 | 0.74 | 0.66 | 0.25 | 353.62 | 0.59 | 0.47 |
| Hex | BF | 32 | 41 | 0 | 4A | 42 | 19 | 162 | 3B | 2F |
| Octal | 277 | 62 | 101 | 0 | 112 | 102 | 31 | 542 | 73 | 57 |
| Binary | 10111111 | 110010 | 1000001 | 0 | 1001010 | 1000010 | 11001 | 101100010 | 111011 | 101111 |
Color Harmonies of #BF3241
Complementary color
Monochromatic Colors of #BF3241
Black with #BF3241
Text Example
Text Example
White with #BF3241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3241; }
p { color: rgb(191,50,65); }
H1.HeaderClassName
{
color: #BF3241;
}
.AnyTagClassName
{
color: #BF3241;
}
</style>
background-color css
<style>
a { background-color: #BF3241; }
a { background-color: rgb(191,50,65); }
div.DivClassName
{
background-color: #BF3241;
}
.BgClassName
{
background-color: #BF3241;
}
</style>
border-color css
<style>
span { border-color: #BF3241; }
span { border-color: rgb(191,50,65); }
td.TdClassName
{
border-color: #BF3241;
}
.TagClassName
{
border-color: #BF3241;
}
</style>