Shades of Medium Carmine #BF3E31
Tints of Medium Carmine #BF3E31
RGB
CMYK
RGB Variations
Color information
#BF3E31 (or 0xBF3E31) is known color: Medium Carmine. HEX triplet: BF, 3E and 31. RGB value is (191,62,49). Sum of RGB (Red+Green+Blue) = 191+62+49=302 (40% of max value = 765). Red value is 191 (75% from 255 or 63.25% from 302); Green value is 62 (24.61% from 255 or 20.53% from 302); Blue value is 49 (19.53% from 255 or 16.23% from 302); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3E31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3E31 is #40C1CE. Grayscale: #636363. Windows color (decimal): -4243919 or 3227327. OLE color: 3227327.
HSL color Cylindrical-coordinate representation of color #BF3E31: hue angle of 5.49º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BF3E31 is Cyan = 0, Magento = 0.68, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 62 | 49 | - |
| CMYK | 0 | 0.68 | 0.74 | 0.25 |
| HSL | 5.49º | 0.59% | 0.47% | - |
| HSV(B) | 5.49º | 0.74% | 0.75% | - |
| XYZ | 23.76 | 14.74 | 4.5 | - |
| YUV | 99.09 | 99.74 | 193.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 62 | 49 | 0 | 0.68 | 0.74 | 0.25 | 5.49 | 0.59 | 0.47 |
| Hex | BF | 3E | 31 | 0 | 44 | 4A | 19 | 5 | 3B | 2F |
| Octal | 277 | 76 | 61 | 0 | 104 | 112 | 31 | 5 | 73 | 57 |
| Binary | 10111111 | 111110 | 110001 | 0 | 1000100 | 1001010 | 11001 | 101 | 111011 | 101111 |
Color Harmonies of #BF3E31
Complementary color
Monochromatic Colors of #BF3E31
Black with #BF3E31
Text Example
Text Example
White with #BF3E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3E31; }
p { color: rgb(191,62,49); }
H1.HeaderClassName
{
color: #BF3E31;
}
.AnyTagClassName
{
color: #BF3E31;
}
</style>
background-color css
<style>
a { background-color: #BF3E31; }
a { background-color: rgb(191,62,49); }
div.DivClassName
{
background-color: #BF3E31;
}
.BgClassName
{
background-color: #BF3E31;
}
</style>
border-color css
<style>
span { border-color: #BF3E31; }
span { border-color: rgb(191,62,49); }
td.TdClassName
{
border-color: #BF3E31;
}
.TagClassName
{
border-color: #BF3E31;
}
</style>