Shades of Medium Carmine #BF3E2F
Tints of Medium Carmine #BF3E2F
RGB
CMYK
RGB Variations
Color information
#BF3E2F (or 0xBF3E2F) is known color: Medium Carmine. HEX triplet: BF, 3E and 2F. RGB value is (191,62,47). Sum of RGB (Red+Green+Blue) = 191+62+47=300 (39% of max value = 765). Red value is 191 (75% from 255 or 63.67% from 300); Green value is 62 (24.61% from 255 or 20.67% from 300); Blue value is 47 (18.75% from 255 or 15.67% from 300); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3E2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3E2F is #40C1D0. Grayscale: #636363. Windows color (decimal): -4243921 or 3096255. OLE color: 3096255.
HSL color Cylindrical-coordinate representation of color #BF3E2F: hue angle of 6.25º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BF3E2F is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 62 | 47 | - |
| CMYK | 0 | 0.68 | 0.75 | 0.25 |
| HSL | 6.25º | 0.61% | 0.47% | - |
| HSV(B) | 6.25º | 0.75% | 0.75% | - |
| XYZ | 23.72 | 14.73 | 4.28 | - |
| YUV | 98.86 | 98.74 | 193.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 62 | 47 | 0 | 0.68 | 0.75 | 0.25 | 6.25 | 0.61 | 0.47 |
| Hex | BF | 3E | 2F | 0 | 44 | 4B | 19 | 6 | 3D | 2F |
| Octal | 277 | 76 | 57 | 0 | 104 | 113 | 31 | 6 | 75 | 57 |
| Binary | 10111111 | 111110 | 101111 | 0 | 1000100 | 1001011 | 11001 | 110 | 111101 | 101111 |
Color Harmonies of #BF3E2F
Complementary color
Monochromatic Colors of #BF3E2F
Black with #BF3E2F
Text Example
Text Example
White with #BF3E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3E2F; }
p { color: rgb(191,62,47); }
H1.HeaderClassName
{
color: #BF3E2F;
}
.AnyTagClassName
{
color: #BF3E2F;
}
</style>
background-color css
<style>
a { background-color: #BF3E2F; }
a { background-color: rgb(191,62,47); }
div.DivClassName
{
background-color: #BF3E2F;
}
.BgClassName
{
background-color: #BF3E2F;
}
</style>
border-color css
<style>
span { border-color: #BF3E2F; }
span { border-color: rgb(191,62,47); }
td.TdClassName
{
border-color: #BF3E2F;
}
.TagClassName
{
border-color: #BF3E2F;
}
</style>