Shades of Medium Carmine #BF3E3D
Tints of Medium Carmine #BF3E3D
RGB
CMYK
RGB Variations
Color information
#BF3E3D (or 0xBF3E3D) is known color: Medium Carmine. HEX triplet: BF, 3E and 3D. RGB value is (191,62,61). Sum of RGB (Red+Green+Blue) = 191+62+61=314 (41% of max value = 765). Red value is 191 (75% from 255 or 60.83% from 314); Green value is 62 (24.61% from 255 or 19.75% from 314); Blue value is 61 (24.22% from 255 or 19.43% from 314); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3E3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3E3D is #40C1C2. Grayscale: #646464. Windows color (decimal): -4243907 or 4013759. OLE color: 4013759.
HSL color Cylindrical-coordinate representation of color #BF3E3D: hue angle of 0.46º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BF3E3D is Cyan = 0, Magento = 0.68, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 62 | 61 | - |
| CMYK | 0 | 0.68 | 0.68 | 0.25 |
| HSL | 0.46º | 0.52% | 0.49% | - |
| HSV(B) | 0.46º | 0.68% | 0.75% | - |
| XYZ | 24.05 | 14.86 | 6.02 | - |
| YUV | 100.46 | 105.74 | 192.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 62 | 61 | 0 | 0.68 | 0.68 | 0.25 | 0.46 | 0.52 | 0.49 |
| Hex | BF | 3E | 3D | 0 | 44 | 44 | 19 | 0 | 34 | 31 |
| Octal | 277 | 76 | 75 | 0 | 104 | 104 | 31 | 0 | 64 | 61 |
| Binary | 10111111 | 111110 | 111101 | 0 | 1000100 | 1000100 | 11001 | 0 | 110100 | 110001 |
Color Harmonies of #BF3E3D
Complementary color
Monochromatic Colors of #BF3E3D
Black with #BF3E3D
Text Example
Text Example
White with #BF3E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3E3D; }
p { color: rgb(191,62,61); }
H1.HeaderClassName
{
color: #BF3E3D;
}
.AnyTagClassName
{
color: #BF3E3D;
}
</style>
background-color css
<style>
a { background-color: #BF3E3D; }
a { background-color: rgb(191,62,61); }
div.DivClassName
{
background-color: #BF3E3D;
}
.BgClassName
{
background-color: #BF3E3D;
}
</style>
border-color css
<style>
span { border-color: #BF3E3D; }
span { border-color: rgb(191,62,61); }
td.TdClassName
{
border-color: #BF3E3D;
}
.TagClassName
{
border-color: #BF3E3D;
}
</style>