Shades of Medium Carmine #BB3732
Tints of Medium Carmine #BB3732
RGB
CMYK
RGB Variations
Color information
#BB3732 (or 0xBB3732) is known color: Medium Carmine. HEX triplet: BB, 37 and 32. RGB value is (187,55,50). Sum of RGB (Red+Green+Blue) = 187+55+50=292 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.04% from 292); Green value is 55 (21.88% from 255 or 18.84% from 292); Blue value is 50 (19.92% from 255 or 17.12% from 292); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3732 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3732 is #44C8CD. Grayscale: #5E5E5E. Windows color (decimal): -4507854 or 3291067. OLE color: 3291067.
HSL color Cylindrical-coordinate representation of color #BB3732: hue angle of 2.19º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB3732 is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 55 | 50 | - |
| CMYK | 0 | 0.71 | 0.73 | 0.27 |
| HSL | 2.19º | 0.58% | 0.46% | - |
| HSV(B) | 2.19º | 0.73% | 0.73% | - |
| XYZ | 22.44 | 13.53 | 4.45 | - |
| YUV | 93.9 | 103.23 | 194.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 55 | 50 | 0 | 0.71 | 0.73 | 0.27 | 2.19 | 0.58 | 0.46 |
| Hex | BB | 37 | 32 | 0 | 47 | 49 | 1B | 2 | 3A | 2E |
| Octal | 273 | 67 | 62 | 0 | 107 | 111 | 33 | 2 | 72 | 56 |
| Binary | 10111011 | 110111 | 110010 | 0 | 1000111 | 1001001 | 11011 | 10 | 111010 | 101110 |
Color Harmonies of #BB3732
Complementary color
Monochromatic Colors of #BB3732
Black with #BB3732
Text Example
Text Example
White with #BB3732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3732; }
p { color: rgb(187,55,50); }
H1.HeaderClassName
{
color: #BB3732;
}
.AnyTagClassName
{
color: #BB3732;
}
</style>
background-color css
<style>
a { background-color: #BB3732; }
a { background-color: rgb(187,55,50); }
div.DivClassName
{
background-color: #BB3732;
}
.BgClassName
{
background-color: #BB3732;
}
</style>
border-color css
<style>
span { border-color: #BB3732; }
span { border-color: rgb(187,55,50); }
td.TdClassName
{
border-color: #BB3732;
}
.TagClassName
{
border-color: #BB3732;
}
</style>