Shades of Brick Red #BF343F
Tints of Brick Red #BF343F
RGB
CMYK
RGB Variations
Color information
#BF343F (or 0xBF343F) is known color: Brick Red. HEX triplet: BF, 34 and 3F. RGB value is (191,52,63). Sum of RGB (Red+Green+Blue) = 191+52+63=306 (40% of max value = 765). Red value is 191 (75% from 255 or 62.42% from 306); Green value is 52 (20.70% from 255 or 16.99% from 306); Blue value is 63 (25% from 255 or 20.59% from 306); Max value from RGB is 191 - color contains mainly: red. Hex color #BF343F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF343F is #40CBC0. Grayscale: #5E5E5E. Windows color (decimal): -4246465 or 4142271. OLE color: 4142271.
HSL color Cylindrical-coordinate representation of color #BF343F: hue angle of 355.25º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BF343F is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 52 | 63 | - |
| CMYK | 0 | 0.73 | 0.67 | 0.25 |
| HSL | 355.25º | 0.57% | 0.48% | - |
| HSV(B) | 355.25º | 0.73% | 0.75% | - |
| XYZ | 23.61 | 13.89 | 6.14 | - |
| YUV | 94.82 | 110.05 | 196.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 52 | 63 | 0 | 0.73 | 0.67 | 0.25 | 355.25 | 0.57 | 0.48 |
| Hex | BF | 34 | 3F | 0 | 49 | 43 | 19 | 163 | 39 | 30 |
| Octal | 277 | 64 | 77 | 0 | 111 | 103 | 31 | 543 | 71 | 60 |
| Binary | 10111111 | 110100 | 111111 | 0 | 1001001 | 1000011 | 11001 | 101100011 | 111001 | 110000 |
Color Harmonies of #BF343F
Complementary color
Monochromatic Colors of #BF343F
Black with #BF343F
Text Example
Text Example
White with #BF343F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF343F; }
p { color: rgb(191,52,63); }
H1.HeaderClassName
{
color: #BF343F;
}
.AnyTagClassName
{
color: #BF343F;
}
</style>
background-color css
<style>
a { background-color: #BF343F; }
a { background-color: rgb(191,52,63); }
div.DivClassName
{
background-color: #BF343F;
}
.BgClassName
{
background-color: #BF343F;
}
</style>
border-color css
<style>
span { border-color: #BF343F; }
span { border-color: rgb(191,52,63); }
td.TdClassName
{
border-color: #BF343F;
}
.TagClassName
{
border-color: #BF343F;
}
</style>