Shades of Medium Carmine #BF3C2D
Tints of Medium Carmine #BF3C2D
RGB
CMYK
RGB Variations
Color information
#BF3C2D (or 0xBF3C2D) is known color: Medium Carmine. HEX triplet: BF, 3C and 2D. RGB value is (191,60,45). Sum of RGB (Red+Green+Blue) = 191+60+45=296 (39% of max value = 765). Red value is 191 (75% from 255 or 64.53% from 296); Green value is 60 (23.83% from 255 or 20.27% from 296); Blue value is 45 (17.97% from 255 or 15.20% from 296); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3C2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3C2D is #40C3D2. Grayscale: #616161. Windows color (decimal): -4244435 or 2964671. OLE color: 2964671.
HSL color Cylindrical-coordinate representation of color #BF3C2D: hue angle of 6.16º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BF3C2D is Cyan = 0, Magento = 0.69, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 60 | 45 | - |
| CMYK | 0 | 0.69 | 0.76 | 0.25 |
| HSL | 6.16º | 0.62% | 0.46% | - |
| HSV(B) | 6.16º | 0.76% | 0.75% | - |
| XYZ | 23.58 | 14.5 | 4.04 | - |
| YUV | 97.46 | 98.4 | 194.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 60 | 45 | 0 | 0.69 | 0.76 | 0.25 | 6.16 | 0.62 | 0.46 |
| Hex | BF | 3C | 2D | 0 | 45 | 4C | 19 | 6 | 3E | 2E |
| Octal | 277 | 74 | 55 | 0 | 105 | 114 | 31 | 6 | 76 | 56 |
| Binary | 10111111 | 111100 | 101101 | 0 | 1000101 | 1001100 | 11001 | 110 | 111110 | 101110 |
Color Harmonies of #BF3C2D
Complementary color
Monochromatic Colors of #BF3C2D
Black with #BF3C2D
Text Example
Text Example
White with #BF3C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3C2D; }
p { color: rgb(191,60,45); }
H1.HeaderClassName
{
color: #BF3C2D;
}
.AnyTagClassName
{
color: #BF3C2D;
}
</style>
background-color css
<style>
a { background-color: #BF3C2D; }
a { background-color: rgb(191,60,45); }
div.DivClassName
{
background-color: #BF3C2D;
}
.BgClassName
{
background-color: #BF3C2D;
}
</style>
border-color css
<style>
span { border-color: #BF3C2D; }
span { border-color: rgb(191,60,45); }
td.TdClassName
{
border-color: #BF3C2D;
}
.TagClassName
{
border-color: #BF3C2D;
}
</style>