Shades of Medium Carmine #BF3E30
Tints of Medium Carmine #BF3E30
RGB
CMYK
RGB Variations
Color information
#BF3E30 (or 0xBF3E30) is known color: Medium Carmine. HEX triplet: BF, 3E and 30. RGB value is (191,62,48). Sum of RGB (Red+Green+Blue) = 191+62+48=301 (39% of max value = 765). Red value is 191 (75% from 255 or 63.46% from 301); Green value is 62 (24.61% from 255 or 20.60% from 301); Blue value is 48 (19.14% from 255 or 15.95% from 301); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3E30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3E30 is #40C1CF. Grayscale: #636363. Windows color (decimal): -4243920 or 3161791. OLE color: 3161791.
HSL color Cylindrical-coordinate representation of color #BF3E30: hue angle of 5.87º degrees, saturation: 0.6, 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 #BF3E30 is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 62 | 48 | - |
| CMYK | 0 | 0.68 | 0.75 | 0.25 |
| HSL | 5.87º | 0.6% | 0.47% | - |
| HSV(B) | 5.87º | 0.75% | 0.75% | - |
| XYZ | 23.74 | 14.74 | 4.39 | - |
| YUV | 98.98 | 99.24 | 193.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 62 | 48 | 0 | 0.68 | 0.75 | 0.25 | 5.87 | 0.6 | 0.47 |
| Hex | BF | 3E | 30 | 0 | 44 | 4B | 19 | 6 | 3C | 2F |
| Octal | 277 | 76 | 60 | 0 | 104 | 113 | 31 | 6 | 74 | 57 |
| Binary | 10111111 | 111110 | 110000 | 0 | 1000100 | 1001011 | 11001 | 110 | 111100 | 101111 |
Color Harmonies of #BF3E30
Complementary color
Monochromatic Colors of #BF3E30
Black with #BF3E30
Text Example
Text Example
White with #BF3E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3E30; }
p { color: rgb(191,62,48); }
H1.HeaderClassName
{
color: #BF3E30;
}
.AnyTagClassName
{
color: #BF3E30;
}
</style>
background-color css
<style>
a { background-color: #BF3E30; }
a { background-color: rgb(191,62,48); }
div.DivClassName
{
background-color: #BF3E30;
}
.BgClassName
{
background-color: #BF3E30;
}
</style>
border-color css
<style>
span { border-color: #BF3E30; }
span { border-color: rgb(191,62,48); }
td.TdClassName
{
border-color: #BF3E30;
}
.TagClassName
{
border-color: #BF3E30;
}
</style>