Shades of Medium Carmine #BF3E36
Tints of Medium Carmine #BF3E36
RGB
CMYK
RGB Variations
Color information
#BF3E36 (or 0xBF3E36) is known color: Medium Carmine. HEX triplet: BF, 3E and 36. RGB value is (191,62,54). Sum of RGB (Red+Green+Blue) = 191+62+54=307 (40% of max value = 765). Red value is 191 (75% from 255 or 62.21% from 307); Green value is 62 (24.61% from 255 or 20.20% from 307); Blue value is 54 (21.48% from 255 or 17.59% from 307); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3E36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3E36 is #40C1C9. Grayscale: #636363. Windows color (decimal): -4243914 or 3555007. OLE color: 3555007.
HSL color Cylindrical-coordinate representation of color #BF3E36: hue angle of 3.5º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BF3E36 is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 62 | 54 | - |
| CMYK | 0 | 0.68 | 0.72 | 0.25 |
| HSL | 3.5º | 0.56% | 0.48% | - |
| HSV(B) | 3.5º | 0.72% | 0.75% | - |
| XYZ | 23.87 | 14.79 | 5.09 | - |
| YUV | 99.66 | 102.24 | 193.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 62 | 54 | 0 | 0.68 | 0.72 | 0.25 | 3.5 | 0.56 | 0.48 |
| Hex | BF | 3E | 36 | 0 | 44 | 48 | 19 | 4 | 38 | 30 |
| Octal | 277 | 76 | 66 | 0 | 104 | 110 | 31 | 4 | 70 | 60 |
| Binary | 10111111 | 111110 | 110110 | 0 | 1000100 | 1001000 | 11001 | 100 | 111000 | 110000 |
Color Harmonies of #BF3E36
Complementary color
Monochromatic Colors of #BF3E36
Black with #BF3E36
Text Example
Text Example
White with #BF3E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3E36; }
p { color: rgb(191,62,54); }
H1.HeaderClassName
{
color: #BF3E36;
}
.AnyTagClassName
{
color: #BF3E36;
}
</style>
background-color css
<style>
a { background-color: #BF3E36; }
a { background-color: rgb(191,62,54); }
div.DivClassName
{
background-color: #BF3E36;
}
.BgClassName
{
background-color: #BF3E36;
}
</style>
border-color css
<style>
span { border-color: #BF3E36; }
span { border-color: rgb(191,62,54); }
td.TdClassName
{
border-color: #BF3E36;
}
.TagClassName
{
border-color: #BF3E36;
}
</style>