Shades of Brick Red #BF2642
Tints of Brick Red #BF2642
RGB
CMYK
RGB Variations
Color information
#BF2642 (or 0xBF2642) is known color: Brick Red. HEX triplet: BF, 26 and 42. RGB value is (191,38,66). Sum of RGB (Red+Green+Blue) = 191+38+66=295 (39% of max value = 765). Red value is 191 (75% from 255 or 64.75% from 295); Green value is 38 (15.23% from 255 or 12.88% from 295); Blue value is 66 (26.17% from 255 or 22.37% from 295); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2642 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2642 is #40D9BD. Grayscale: #565656. Windows color (decimal): -4250046 or 4335295. OLE color: 4335295.
HSL color Cylindrical-coordinate representation of color #BF2642: hue angle of 349.02º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF2642 is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 38 | 66 | - |
| CMYK | 0 | 0.80 | 0.65 | 0.25 |
| HSL | 349.02º | 0.67% | 0.45% | - |
| HSV(B) | 349.02º | 0.8% | 0.75% | - |
| XYZ | 23.16 | 12.86 | 6.41 | - |
| YUV | 86.94 | 116.19 | 202.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 38 | 66 | 0 | 0.80 | 0.65 | 0.25 | 349.02 | 0.67 | 0.45 |
| Hex | BF | 26 | 42 | 0 | 50 | 41 | 19 | 15D | 43 | 2D |
| Octal | 277 | 46 | 102 | 0 | 120 | 101 | 31 | 535 | 103 | 55 |
| Binary | 10111111 | 100110 | 1000010 | 0 | 1010000 | 1000001 | 11001 | 101011101 | 1000011 | 101101 |
Color Harmonies of #BF2642
Complementary color
Monochromatic Colors of #BF2642
Black with #BF2642
Text Example
Text Example
White with #BF2642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2642; }
p { color: rgb(191,38,66); }
H1.HeaderClassName
{
color: #BF2642;
}
.AnyTagClassName
{
color: #BF2642;
}
</style>
background-color css
<style>
a { background-color: #BF2642; }
a { background-color: rgb(191,38,66); }
div.DivClassName
{
background-color: #BF2642;
}
.BgClassName
{
background-color: #BF2642;
}
</style>
border-color css
<style>
span { border-color: #BF2642; }
span { border-color: rgb(191,38,66); }
td.TdClassName
{
border-color: #BF2642;
}
.TagClassName
{
border-color: #BF2642;
}
</style>