Shades of Brick Red #BF4145
Tints of Brick Red #BF4145
RGB
CMYK
RGB Variations
Color information
#BF4145 (or 0xBF4145) is known color: Brick Red. HEX triplet: BF, 41 and 45. RGB value is (191,65,69). Sum of RGB (Red+Green+Blue) = 191+65+69=325 (43% of max value = 765). Red value is 191 (75% from 255 or 58.77% from 325); Green value is 65 (25.78% from 255 or 20% from 325); Blue value is 69 (27.34% from 255 or 21.23% from 325); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4145 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4145 is #40BEBA. Grayscale: #676767. Windows color (decimal): -4243131 or 4538815. OLE color: 4538815.
HSL color Cylindrical-coordinate representation of color #BF4145: hue angle of 358.1º 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 #BF4145 is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 65 | 69 | - |
| CMYK | 0 | 0.66 | 0.64 | 0.25 |
| HSL | 358.1º | 0.5% | 0.5% | - |
| HSV(B) | 358.1º | 0.66% | 0.75% | - |
| XYZ | 24.45 | 15.29 | 7.29 | - |
| YUV | 103.13 | 108.74 | 190.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 65 | 69 | 0 | 0.66 | 0.64 | 0.25 | 358.1 | 0.5 | 0.5 |
| Hex | BF | 41 | 45 | 0 | 42 | 40 | 19 | 166 | 32 | 32 |
| Octal | 277 | 101 | 105 | 0 | 102 | 100 | 31 | 546 | 62 | 62 |
| Binary | 10111111 | 1000001 | 1000101 | 0 | 1000010 | 1000000 | 11001 | 101100110 | 110010 | 110010 |
Color Harmonies of #BF4145
Complementary color
Monochromatic Colors of #BF4145
Black with #BF4145
Text Example
Text Example
White with #BF4145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4145; }
p { color: rgb(191,65,69); }
H1.HeaderClassName
{
color: #BF4145;
}
.AnyTagClassName
{
color: #BF4145;
}
</style>
background-color css
<style>
a { background-color: #BF4145; }
a { background-color: rgb(191,65,69); }
div.DivClassName
{
background-color: #BF4145;
}
.BgClassName
{
background-color: #BF4145;
}
</style>
border-color css
<style>
span { border-color: #BF4145; }
span { border-color: rgb(191,65,69); }
td.TdClassName
{
border-color: #BF4145;
}
.TagClassName
{
border-color: #BF4145;
}
</style>