Shades of Brick Red #BF3344
Tints of Brick Red #BF3344
RGB
CMYK
RGB Variations
Color information
#BF3344 (or 0xBF3344) is known color: Brick Red. HEX triplet: BF, 33 and 44. RGB value is (191,51,68). Sum of RGB (Red+Green+Blue) = 191+51+68=310 (41% of max value = 765). Red value is 191 (75% from 255 or 61.61% from 310); Green value is 51 (20.31% from 255 or 16.45% from 310); Blue value is 68 (26.95% from 255 or 21.94% from 310); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3344 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3344 is #40CCBB. Grayscale: #5E5E5E. Windows color (decimal): -4246716 or 4469695. OLE color: 4469695.
HSL color Cylindrical-coordinate representation of color #BF3344: hue angle of 352.71º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BF3344 is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 51 | 68 | - |
| CMYK | 0 | 0.73 | 0.64 | 0.25 |
| HSL | 352.71º | 0.58% | 0.47% | - |
| HSV(B) | 352.71º | 0.73% | 0.75% | - |
| XYZ | 23.71 | 13.86 | 6.89 | - |
| YUV | 94.8 | 112.88 | 196.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 51 | 68 | 0 | 0.73 | 0.64 | 0.25 | 352.71 | 0.58 | 0.47 |
| Hex | BF | 33 | 44 | 0 | 49 | 40 | 19 | 161 | 3A | 2F |
| Octal | 277 | 63 | 104 | 0 | 111 | 100 | 31 | 541 | 72 | 57 |
| Binary | 10111111 | 110011 | 1000100 | 0 | 1001001 | 1000000 | 11001 | 101100001 | 111010 | 101111 |
Color Harmonies of #BF3344
Complementary color
Monochromatic Colors of #BF3344
Black with #BF3344
Text Example
Text Example
White with #BF3344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3344; }
p { color: rgb(191,51,68); }
H1.HeaderClassName
{
color: #BF3344;
}
.AnyTagClassName
{
color: #BF3344;
}
</style>
background-color css
<style>
a { background-color: #BF3344; }
a { background-color: rgb(191,51,68); }
div.DivClassName
{
background-color: #BF3344;
}
.BgClassName
{
background-color: #BF3344;
}
</style>
border-color css
<style>
span { border-color: #BF3344; }
span { border-color: rgb(191,51,68); }
td.TdClassName
{
border-color: #BF3344;
}
.TagClassName
{
border-color: #BF3344;
}
</style>