Shades of Medium Carmine #BB3E2E
Tints of Medium Carmine #BB3E2E
RGB
CMYK
RGB Variations
Color information
#BB3E2E (or 0xBB3E2E) is known color: Medium Carmine. HEX triplet: BB, 3E and 2E. RGB value is (187,62,46). Sum of RGB (Red+Green+Blue) = 187+62+46=295 (39% of max value = 765). Red value is 187 (73.44% from 255 or 63.39% from 295); Green value is 62 (24.61% from 255 or 21.02% from 295); Blue value is 46 (18.36% from 255 or 15.59% from 295); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3E2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3E2E is #44C1D1. Grayscale: #616161. Windows color (decimal): -4506066 or 3030715. OLE color: 3030715.
HSL color Cylindrical-coordinate representation of color #BB3E2E: hue angle of 6.81º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BB3E2E is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 62 | 46 | - |
| CMYK | 0 | 0.67 | 0.75 | 0.27 |
| HSL | 6.81º | 0.61% | 0.46% | - |
| HSV(B) | 6.81º | 0.75% | 0.73% | - |
| XYZ | 22.71 | 14.21 | 4.13 | - |
| YUV | 97.55 | 98.91 | 191.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 62 | 46 | 0 | 0.67 | 0.75 | 0.27 | 6.81 | 0.61 | 0.46 |
| Hex | BB | 3E | 2E | 0 | 43 | 4B | 1B | 7 | 3D | 2E |
| Octal | 273 | 76 | 56 | 0 | 103 | 113 | 33 | 7 | 75 | 56 |
| Binary | 10111011 | 111110 | 101110 | 0 | 1000011 | 1001011 | 11011 | 111 | 111101 | 101110 |
Color Harmonies of #BB3E2E
Complementary color
Monochromatic Colors of #BB3E2E
Black with #BB3E2E
Text Example
Text Example
White with #BB3E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3E2E; }
p { color: rgb(187,62,46); }
H1.HeaderClassName
{
color: #BB3E2E;
}
.AnyTagClassName
{
color: #BB3E2E;
}
</style>
background-color css
<style>
a { background-color: #BB3E2E; }
a { background-color: rgb(187,62,46); }
div.DivClassName
{
background-color: #BB3E2E;
}
.BgClassName
{
background-color: #BB3E2E;
}
</style>
border-color css
<style>
span { border-color: #BB3E2E; }
span { border-color: rgb(187,62,46); }
td.TdClassName
{
border-color: #BB3E2E;
}
.TagClassName
{
border-color: #BB3E2E;
}
</style>