Shades of Medium Carmine #BF3C30
Tints of Medium Carmine #BF3C30
RGB
CMYK
RGB Variations
Color information
#BF3C30 (or 0xBF3C30) is known color: Medium Carmine. HEX triplet: BF, 3C and 30. RGB value is (191,60,48). Sum of RGB (Red+Green+Blue) = 191+60+48=299 (39% of max value = 765). Red value is 191 (75% from 255 or 63.88% from 299); Green value is 60 (23.83% from 255 or 20.07% from 299); Blue value is 48 (19.14% from 255 or 16.05% from 299); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3C30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3C30 is #40C3CF. Grayscale: #616161. Windows color (decimal): -4244432 or 3161279. OLE color: 3161279.
HSL color Cylindrical-coordinate representation of color #BF3C30: hue angle of 5.03º 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 #BF3C30 is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 60 | 48 | - |
| CMYK | 0 | 0.69 | 0.75 | 0.25 |
| HSL | 5.03º | 0.6% | 0.47% | - |
| HSV(B) | 5.03º | 0.75% | 0.75% | - |
| XYZ | 23.64 | 14.52 | 4.35 | - |
| YUV | 97.8 | 99.9 | 194.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 60 | 48 | 0 | 0.69 | 0.75 | 0.25 | 5.03 | 0.6 | 0.47 |
| Hex | BF | 3C | 30 | 0 | 45 | 4B | 19 | 5 | 3C | 2F |
| Octal | 277 | 74 | 60 | 0 | 105 | 113 | 31 | 5 | 74 | 57 |
| Binary | 10111111 | 111100 | 110000 | 0 | 1000101 | 1001011 | 11001 | 101 | 111100 | 101111 |
Color Harmonies of #BF3C30
Complementary color
Monochromatic Colors of #BF3C30
Black with #BF3C30
Text Example
Text Example
White with #BF3C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3C30; }
p { color: rgb(191,60,48); }
H1.HeaderClassName
{
color: #BF3C30;
}
.AnyTagClassName
{
color: #BF3C30;
}
</style>
background-color css
<style>
a { background-color: #BF3C30; }
a { background-color: rgb(191,60,48); }
div.DivClassName
{
background-color: #BF3C30;
}
.BgClassName
{
background-color: #BF3C30;
}
</style>
border-color css
<style>
span { border-color: #BF3C30; }
span { border-color: rgb(191,60,48); }
td.TdClassName
{
border-color: #BF3C30;
}
.TagClassName
{
border-color: #BF3C30;
}
</style>