Shades of Medium Carmine #BF3C27
Tints of Medium Carmine #BF3C27
RGB
CMYK
RGB Variations
Color information
#BF3C27 (or 0xBF3C27) is known color: Medium Carmine. HEX triplet: BF, 3C and 27. RGB value is (191,60,39). Sum of RGB (Red+Green+Blue) = 191+60+39=290 (38% of max value = 765). Red value is 191 (75% from 255 or 65.86% from 290); Green value is 60 (23.83% from 255 or 20.69% from 290); Blue value is 39 (15.62% from 255 or 13.45% from 290); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3C27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3C27 is #40C3D8. Grayscale: #606060. Windows color (decimal): -4244441 or 2571455. OLE color: 2571455.
HSL color Cylindrical-coordinate representation of color #BF3C27: hue angle of 8.29º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF3C27 is Cyan = 0, Magento = 0.69, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 60 | 39 | - |
| CMYK | 0 | 0.69 | 0.80 | 0.25 |
| HSL | 8.29º | 0.66% | 0.45% | - |
| HSV(B) | 8.29º | 0.8% | 0.75% | - |
| XYZ | 23.47 | 14.45 | 3.47 | - |
| YUV | 96.78 | 95.4 | 195.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 60 | 39 | 0 | 0.69 | 0.80 | 0.25 | 8.29 | 0.66 | 0.45 |
| Hex | BF | 3C | 27 | 0 | 45 | 50 | 19 | 8 | 42 | 2D |
| Octal | 277 | 74 | 47 | 0 | 105 | 120 | 31 | 10 | 102 | 55 |
| Binary | 10111111 | 111100 | 100111 | 0 | 1000101 | 1010000 | 11001 | 1000 | 1000010 | 101101 |
Color Harmonies of #BF3C27
Complementary color
Monochromatic Colors of #BF3C27
Black with #BF3C27
Text Example
Text Example
White with #BF3C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3C27; }
p { color: rgb(191,60,39); }
H1.HeaderClassName
{
color: #BF3C27;
}
.AnyTagClassName
{
color: #BF3C27;
}
</style>
background-color css
<style>
a { background-color: #BF3C27; }
a { background-color: rgb(191,60,39); }
div.DivClassName
{
background-color: #BF3C27;
}
.BgClassName
{
background-color: #BF3C27;
}
</style>
border-color css
<style>
span { border-color: #BF3C27; }
span { border-color: rgb(191,60,39); }
td.TdClassName
{
border-color: #BF3C27;
}
.TagClassName
{
border-color: #BF3C27;
}
</style>