Shades of Brick Red #BF3144
Tints of Brick Red #BF3144
RGB
CMYK
RGB Variations
Color information
#BF3144 (or 0xBF3144) is known color: Brick Red. HEX triplet: BF, 31 and 44. RGB value is (191,49,68). Sum of RGB (Red+Green+Blue) = 191+49+68=308 (40% of max value = 765). Red value is 191 (75% from 255 or 62.01% from 308); Green value is 49 (19.53% from 255 or 15.91% from 308); Blue value is 68 (26.95% from 255 or 22.08% from 308); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3144 is #40CEBB. Grayscale: #5D5D5D. Windows color (decimal): -4247228 or 4469183. OLE color: 4469183.
HSL color Cylindrical-coordinate representation of color #BF3144: hue angle of 351.97º 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 #BF3144 is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 49 | 68 | - |
| CMYK | 0 | 0.74 | 0.64 | 0.25 |
| HSL | 351.97º | 0.59% | 0.47% | - |
| HSV(B) | 351.97º | 0.74% | 0.75% | - |
| XYZ | 23.63 | 13.69 | 6.87 | - |
| YUV | 93.62 | 113.54 | 197.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 49 | 68 | 0 | 0.74 | 0.64 | 0.25 | 351.97 | 0.59 | 0.47 |
| Hex | BF | 31 | 44 | 0 | 4A | 40 | 19 | 160 | 3B | 2F |
| Octal | 277 | 61 | 104 | 0 | 112 | 100 | 31 | 540 | 73 | 57 |
| Binary | 10111111 | 110001 | 1000100 | 0 | 1001010 | 1000000 | 11001 | 101100000 | 111011 | 101111 |
Color Harmonies of #BF3144
Complementary color
Monochromatic Colors of #BF3144
Black with #BF3144
Text Example
Text Example
White with #BF3144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3144; }
p { color: rgb(191,49,68); }
H1.HeaderClassName
{
color: #BF3144;
}
.AnyTagClassName
{
color: #BF3144;
}
</style>
background-color css
<style>
a { background-color: #BF3144; }
a { background-color: rgb(191,49,68); }
div.DivClassName
{
background-color: #BF3144;
}
.BgClassName
{
background-color: #BF3144;
}
</style>
border-color css
<style>
span { border-color: #BF3144; }
span { border-color: rgb(191,49,68); }
td.TdClassName
{
border-color: #BF3144;
}
.TagClassName
{
border-color: #BF3144;
}
</style>