Shades of Medium Carmine #BB3C3C
Tints of Medium Carmine #BB3C3C
RGB
CMYK
RGB Variations
Color information
#BB3C3C (or 0xBB3C3C) is known color: Medium Carmine. HEX triplet: BB, 3C and 3C. RGB value is (187,60,60). Sum of RGB (Red+Green+Blue) = 187+60+60=307 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.91% from 307); Green value is 60 (23.83% from 255 or 19.54% from 307); Blue value is 60 (23.83% from 255 or 19.54% from 307); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3C3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3C3C is #44C3C3. Grayscale: #626262. Windows color (decimal): -4506564 or 3947707. OLE color: 3947707.
HSL color Cylindrical-coordinate representation of color #BB3C3C: hue angle of 0º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BB3C3C is Cyan = 0, Magento = 0.68, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 60 | 60 | - |
| CMYK | 0 | 0.68 | 0.68 | 0.27 |
| HSL | 0º | 0.51% | 0.48% | - |
| HSV(B) | 0º | 0.68% | 0.73% | - |
| XYZ | 22.92 | 14.12 | 5.79 | - |
| YUV | 97.97 | 106.58 | 191.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 60 | 60 | 0 | 0.68 | 0.68 | 0.27 | 0 | 0.51 | 0.48 |
| Hex | BB | 3C | 3C | 0 | 44 | 44 | 1B | 0 | 33 | 30 |
| Octal | 273 | 74 | 74 | 0 | 104 | 104 | 33 | 0 | 63 | 60 |
| Binary | 10111011 | 111100 | 111100 | 0 | 1000100 | 1000100 | 11011 | 0 | 110011 | 110000 |
Color Harmonies of #BB3C3C
Complementary color
Monochromatic Colors of #BB3C3C
Black with #BB3C3C
Text Example
Text Example
White with #BB3C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3C3C; }
p { color: rgb(187,60,60); }
H1.HeaderClassName
{
color: #BB3C3C;
}
.AnyTagClassName
{
color: #BB3C3C;
}
</style>
background-color css
<style>
a { background-color: #BB3C3C; }
a { background-color: rgb(187,60,60); }
div.DivClassName
{
background-color: #BB3C3C;
}
.BgClassName
{
background-color: #BB3C3C;
}
</style>
border-color css
<style>
span { border-color: #BB3C3C; }
span { border-color: rgb(187,60,60); }
td.TdClassName
{
border-color: #BB3C3C;
}
.TagClassName
{
border-color: #BB3C3C;
}
</style>