Shades of Medium Carmine #BB3E3C
Tints of Medium Carmine #BB3E3C
RGB
CMYK
RGB Variations
Color information
#BB3E3C (or 0xBB3E3C) is known color: Medium Carmine. HEX triplet: BB, 3E and 3C. RGB value is (187,62,60). Sum of RGB (Red+Green+Blue) = 187+62+60=309 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.52% from 309); Green value is 62 (24.61% from 255 or 20.06% from 309); Blue value is 60 (23.83% from 255 or 19.42% from 309); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3E3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3E3C is #44C1C3. Grayscale: #636363. Windows color (decimal): -4506052 or 3948219. OLE color: 3948219.
HSL color Cylindrical-coordinate representation of color #BB3E3C: hue angle of 0.94º 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 #BB3E3C is Cyan = 0, Magento = 0.67, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 62 | 60 | - |
| CMYK | 0 | 0.67 | 0.68 | 0.27 |
| HSL | 0.94º | 0.51% | 0.48% | - |
| HSV(B) | 0.94º | 0.68% | 0.73% | - |
| XYZ | 23.03 | 14.34 | 5.83 | - |
| YUV | 99.15 | 105.91 | 190.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 62 | 60 | 0 | 0.67 | 0.68 | 0.27 | 0.94 | 0.51 | 0.48 |
| Hex | BB | 3E | 3C | 0 | 43 | 44 | 1B | 1 | 33 | 30 |
| Octal | 273 | 76 | 74 | 0 | 103 | 104 | 33 | 1 | 63 | 60 |
| Binary | 10111011 | 111110 | 111100 | 0 | 1000011 | 1000100 | 11011 | 1 | 110011 | 110000 |
Color Harmonies of #BB3E3C
Complementary color
Monochromatic Colors of #BB3E3C
Black with #BB3E3C
Text Example
Text Example
White with #BB3E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3E3C; }
p { color: rgb(187,62,60); }
H1.HeaderClassName
{
color: #BB3E3C;
}
.AnyTagClassName
{
color: #BB3E3C;
}
</style>
background-color css
<style>
a { background-color: #BB3E3C; }
a { background-color: rgb(187,62,60); }
div.DivClassName
{
background-color: #BB3E3C;
}
.BgClassName
{
background-color: #BB3E3C;
}
</style>
border-color css
<style>
span { border-color: #BB3E3C; }
span { border-color: rgb(187,62,60); }
td.TdClassName
{
border-color: #BB3E3C;
}
.TagClassName
{
border-color: #BB3E3C;
}
</style>