Shades of Medium Carmine #BB3D2C
Tints of Medium Carmine #BB3D2C
RGB
CMYK
RGB Variations
Color information
#BB3D2C (or 0xBB3D2C) is known color: Medium Carmine. HEX triplet: BB, 3D and 2C. RGB value is (187,61,44). Sum of RGB (Red+Green+Blue) = 187+61+44=292 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.04% from 292); Green value is 61 (24.22% from 255 or 20.89% from 292); Blue value is 44 (17.58% from 255 or 15.07% from 292); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3D2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3D2C is #44C2D3. Grayscale: #606060. Windows color (decimal): -4506324 or 2899387. OLE color: 2899387.
HSL color Cylindrical-coordinate representation of color #BB3D2C: hue angle of 7.13º 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 #BB3D2C is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 61 | 44 | - |
| CMYK | 0 | 0.67 | 0.76 | 0.27 |
| HSL | 7.13º | 0.62% | 0.45% | - |
| HSV(B) | 7.13º | 0.76% | 0.73% | - |
| XYZ | 22.62 | 14.08 | 3.91 | - |
| YUV | 96.74 | 98.24 | 192.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 61 | 44 | 0 | 0.67 | 0.76 | 0.27 | 7.13 | 0.62 | 0.45 |
| Hex | BB | 3D | 2C | 0 | 43 | 4C | 1B | 7 | 3E | 2D |
| Octal | 273 | 75 | 54 | 0 | 103 | 114 | 33 | 7 | 76 | 55 |
| Binary | 10111011 | 111101 | 101100 | 0 | 1000011 | 1001100 | 11011 | 111 | 111110 | 101101 |
Color Harmonies of #BB3D2C
Complementary color
Monochromatic Colors of #BB3D2C
Black with #BB3D2C
Text Example
Text Example
White with #BB3D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3D2C; }
p { color: rgb(187,61,44); }
H1.HeaderClassName
{
color: #BB3D2C;
}
.AnyTagClassName
{
color: #BB3D2C;
}
</style>
background-color css
<style>
a { background-color: #BB3D2C; }
a { background-color: rgb(187,61,44); }
div.DivClassName
{
background-color: #BB3D2C;
}
.BgClassName
{
background-color: #BB3D2C;
}
</style>
border-color css
<style>
span { border-color: #BB3D2C; }
span { border-color: rgb(187,61,44); }
td.TdClassName
{
border-color: #BB3D2C;
}
.TagClassName
{
border-color: #BB3D2C;
}
</style>