Shades of Brick Red #BF3044
Tints of Brick Red #BF3044
RGB
CMYK
RGB Variations
Color information
#BF3044 (or 0xBF3044) is known color: Brick Red. HEX triplet: BF, 30 and 44. RGB value is (191,48,68). Sum of RGB (Red+Green+Blue) = 191+48+68=307 (40% of max value = 765). Red value is 191 (75% from 255 or 62.21% from 307); Green value is 48 (19.14% from 255 or 15.64% from 307); Blue value is 68 (26.95% from 255 or 22.15% from 307); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3044 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3044 is #40CFBB. Grayscale: #5D5D5D. Windows color (decimal): -4247484 or 4468927. OLE color: 4468927.
HSL color Cylindrical-coordinate representation of color #BF3044: hue angle of 351.61º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BF3044 is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 48 | 68 | - |
| CMYK | 0 | 0.75 | 0.64 | 0.25 |
| HSL | 351.61º | 0.6% | 0.47% | - |
| HSV(B) | 351.61º | 0.75% | 0.75% | - |
| XYZ | 23.59 | 13.61 | 6.85 | - |
| YUV | 93.04 | 113.88 | 197.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 48 | 68 | 0 | 0.75 | 0.64 | 0.25 | 351.61 | 0.6 | 0.47 |
| Hex | BF | 30 | 44 | 0 | 4B | 40 | 19 | 160 | 3C | 2F |
| Octal | 277 | 60 | 104 | 0 | 113 | 100 | 31 | 540 | 74 | 57 |
| Binary | 10111111 | 110000 | 1000100 | 0 | 1001011 | 1000000 | 11001 | 101100000 | 111100 | 101111 |
Color Harmonies of #BF3044
Complementary color
Monochromatic Colors of #BF3044
Black with #BF3044
Text Example
Text Example
White with #BF3044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3044; }
p { color: rgb(191,48,68); }
H1.HeaderClassName
{
color: #BF3044;
}
.AnyTagClassName
{
color: #BF3044;
}
</style>
background-color css
<style>
a { background-color: #BF3044; }
a { background-color: rgb(191,48,68); }
div.DivClassName
{
background-color: #BF3044;
}
.BgClassName
{
background-color: #BF3044;
}
</style>
border-color css
<style>
span { border-color: #BF3044; }
span { border-color: rgb(191,48,68); }
td.TdClassName
{
border-color: #BF3044;
}
.TagClassName
{
border-color: #BF3044;
}
</style>