Shades of Brick Red #BF4146
Tints of Brick Red #BF4146
RGB
CMYK
RGB Variations
Color information
#BF4146 (or 0xBF4146) is known color: Brick Red. HEX triplet: BF, 41 and 46. RGB value is (191,65,70). Sum of RGB (Red+Green+Blue) = 191+65+70=326 (43% of max value = 765). Red value is 191 (75% from 255 or 58.59% from 326); Green value is 65 (25.78% from 255 or 19.94% from 326); Blue value is 70 (27.73% from 255 or 21.47% from 326); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4146 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4146 is #40BEB9. Grayscale: #676767. Windows color (decimal): -4243130 or 4604351. OLE color: 4604351.
HSL color Cylindrical-coordinate representation of color #BF4146: hue angle of 357.62º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF4146 is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 65 | 70 | - |
| CMYK | 0 | 0.66 | 0.63 | 0.25 |
| HSL | 357.62º | 0.5% | 0.5% | - |
| HSV(B) | 357.62º | 0.66% | 0.75% | - |
| XYZ | 24.48 | 15.3 | 7.46 | - |
| YUV | 103.24 | 109.24 | 190.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 65 | 70 | 0 | 0.66 | 0.63 | 0.25 | 357.62 | 0.5 | 0.5 |
| Hex | BF | 41 | 46 | 0 | 42 | 3F | 19 | 166 | 32 | 32 |
| Octal | 277 | 101 | 106 | 0 | 102 | 77 | 31 | 546 | 62 | 62 |
| Binary | 10111111 | 1000001 | 1000110 | 0 | 1000010 | 111111 | 11001 | 101100110 | 110010 | 110010 |
Color Harmonies of #BF4146
Complementary color
Monochromatic Colors of #BF4146
Black with #BF4146
Text Example
Text Example
White with #BF4146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4146; }
p { color: rgb(191,65,70); }
H1.HeaderClassName
{
color: #BF4146;
}
.AnyTagClassName
{
color: #BF4146;
}
</style>
background-color css
<style>
a { background-color: #BF4146; }
a { background-color: rgb(191,65,70); }
div.DivClassName
{
background-color: #BF4146;
}
.BgClassName
{
background-color: #BF4146;
}
</style>
border-color css
<style>
span { border-color: #BF4146; }
span { border-color: rgb(191,65,70); }
td.TdClassName
{
border-color: #BF4146;
}
.TagClassName
{
border-color: #BF4146;
}
</style>