Shades of Medium Carmine #BB3A2C
Tints of Medium Carmine #BB3A2C
RGB
CMYK
RGB Variations
Color information
#BB3A2C (or 0xBB3A2C) is known color: Medium Carmine. HEX triplet: BB, 3A and 2C. RGB value is (187,58,44). Sum of RGB (Red+Green+Blue) = 187+58+44=289 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.71% from 289); Green value is 58 (23.05% from 255 or 20.07% from 289); Blue value is 44 (17.58% from 255 or 15.22% from 289); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3A2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3A2C is #44C5D3. Grayscale: #5F5F5F. Windows color (decimal): -4507092 or 2898619. OLE color: 2898619.
HSL color Cylindrical-coordinate representation of color #BB3A2C: hue angle of 5.87º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BB3A2C is Cyan = 0, Magento = 0.69, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 58 | 44 | - |
| CMYK | 0 | 0.69 | 0.76 | 0.27 |
| HSL | 5.87º | 0.62% | 0.45% | - |
| HSV(B) | 5.87º | 0.76% | 0.73% | - |
| XYZ | 22.46 | 13.77 | 3.86 | - |
| YUV | 94.98 | 99.24 | 193.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 58 | 44 | 0 | 0.69 | 0.76 | 0.27 | 5.87 | 0.62 | 0.45 |
| Hex | BB | 3A | 2C | 0 | 45 | 4C | 1B | 6 | 3E | 2D |
| Octal | 273 | 72 | 54 | 0 | 105 | 114 | 33 | 6 | 76 | 55 |
| Binary | 10111011 | 111010 | 101100 | 0 | 1000101 | 1001100 | 11011 | 110 | 111110 | 101101 |
Color Harmonies of #BB3A2C
Complementary color
Monochromatic Colors of #BB3A2C
Black with #BB3A2C
Text Example
Text Example
White with #BB3A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3A2C; }
p { color: rgb(187,58,44); }
H1.HeaderClassName
{
color: #BB3A2C;
}
.AnyTagClassName
{
color: #BB3A2C;
}
</style>
background-color css
<style>
a { background-color: #BB3A2C; }
a { background-color: rgb(187,58,44); }
div.DivClassName
{
background-color: #BB3A2C;
}
.BgClassName
{
background-color: #BB3A2C;
}
</style>
border-color css
<style>
span { border-color: #BB3A2C; }
span { border-color: rgb(187,58,44); }
td.TdClassName
{
border-color: #BB3A2C;
}
.TagClassName
{
border-color: #BB3A2C;
}
</style>