Shades of Brick Red #BF3944
Tints of Brick Red #BF3944
RGB
CMYK
RGB Variations
Color information
#BF3944 (or 0xBF3944) is known color: Brick Red. HEX triplet: BF, 39 and 44. RGB value is (191,57,68). Sum of RGB (Red+Green+Blue) = 191+57+68=316 (41% of max value = 765). Red value is 191 (75% from 255 or 60.44% from 316); Green value is 57 (22.66% from 255 or 18.04% from 316); Blue value is 68 (26.95% from 255 or 21.52% from 316); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3944 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3944 is #40C6BB. Grayscale: #626262. Windows color (decimal): -4245180 or 4471231. OLE color: 4471231.
HSL color Cylindrical-coordinate representation of color #BF3944: hue angle of 355.07º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF3944 is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 57 | 68 | - |
| CMYK | 0 | 0.70 | 0.64 | 0.25 |
| HSL | 355.07º | 0.54% | 0.49% | - |
| HSV(B) | 355.07º | 0.7% | 0.75% | - |
| XYZ | 23.99 | 14.42 | 6.99 | - |
| YUV | 98.32 | 110.89 | 194.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 57 | 68 | 0 | 0.70 | 0.64 | 0.25 | 355.07 | 0.54 | 0.49 |
| Hex | BF | 39 | 44 | 0 | 46 | 40 | 19 | 163 | 36 | 31 |
| Octal | 277 | 71 | 104 | 0 | 106 | 100 | 31 | 543 | 66 | 61 |
| Binary | 10111111 | 111001 | 1000100 | 0 | 1000110 | 1000000 | 11001 | 101100011 | 110110 | 110001 |
Color Harmonies of #BF3944
Complementary color
Monochromatic Colors of #BF3944
Black with #BF3944
Text Example
Text Example
White with #BF3944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3944; }
p { color: rgb(191,57,68); }
H1.HeaderClassName
{
color: #BF3944;
}
.AnyTagClassName
{
color: #BF3944;
}
</style>
background-color css
<style>
a { background-color: #BF3944; }
a { background-color: rgb(191,57,68); }
div.DivClassName
{
background-color: #BF3944;
}
.BgClassName
{
background-color: #BF3944;
}
</style>
border-color css
<style>
span { border-color: #BF3944; }
span { border-color: rgb(191,57,68); }
td.TdClassName
{
border-color: #BF3944;
}
.TagClassName
{
border-color: #BF3944;
}
</style>