Shades of Brick Red #BF2543
Tints of Brick Red #BF2543
RGB
CMYK
RGB Variations
Color information
#BF2543 (or 0xBF2543) is known color: Brick Red. HEX triplet: BF, 25 and 43. RGB value is (191,37,67). Sum of RGB (Red+Green+Blue) = 191+37+67=295 (39% of max value = 765). Red value is 191 (75% from 255 or 64.75% from 295); Green value is 37 (14.84% from 255 or 12.54% from 295); Blue value is 67 (26.56% from 255 or 22.71% from 295); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2543 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2543 is #40DABC. Grayscale: #565656. Windows color (decimal): -4250301 or 4400575. OLE color: 4400575.
HSL color Cylindrical-coordinate representation of color #BF2543: hue angle of 348.31º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BF2543 is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 37 | 67 | - |
| CMYK | 0 | 0.81 | 0.65 | 0.25 |
| HSL | 348.31º | 0.68% | 0.45% | - |
| HSV(B) | 348.31º | 0.81% | 0.75% | - |
| XYZ | 23.16 | 12.8 | 6.56 | - |
| YUV | 86.47 | 117.02 | 202.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 37 | 67 | 0 | 0.81 | 0.65 | 0.25 | 348.31 | 0.68 | 0.45 |
| Hex | BF | 25 | 43 | 0 | 51 | 41 | 19 | 15C | 44 | 2D |
| Octal | 277 | 45 | 103 | 0 | 121 | 101 | 31 | 534 | 104 | 55 |
| Binary | 10111111 | 100101 | 1000011 | 0 | 1010001 | 1000001 | 11001 | 101011100 | 1000100 | 101101 |
Color Harmonies of #BF2543
Complementary color
Monochromatic Colors of #BF2543
Black with #BF2543
Text Example
Text Example
White with #BF2543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2543; }
p { color: rgb(191,37,67); }
H1.HeaderClassName
{
color: #BF2543;
}
.AnyTagClassName
{
color: #BF2543;
}
</style>
background-color css
<style>
a { background-color: #BF2543; }
a { background-color: rgb(191,37,67); }
div.DivClassName
{
background-color: #BF2543;
}
.BgClassName
{
background-color: #BF2543;
}
</style>
border-color css
<style>
span { border-color: #BF2543; }
span { border-color: rgb(191,37,67); }
td.TdClassName
{
border-color: #BF2543;
}
.TagClassName
{
border-color: #BF2543;
}
</style>