Shades of Medium Carmine #BB372C
Tints of Medium Carmine #BB372C
RGB
CMYK
RGB Variations
Color information
#BB372C (or 0xBB372C) is known color: Medium Carmine. HEX triplet: BB, 37 and 2C. RGB value is (187,55,44). Sum of RGB (Red+Green+Blue) = 187+55+44=286 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.38% from 286); Green value is 55 (21.88% from 255 or 19.23% from 286); Blue value is 44 (17.58% from 255 or 15.38% from 286); Max value from RGB is 187 - color contains mainly: red. Hex color #BB372C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB372C is #44C8D3. Grayscale: #5D5D5D. Windows color (decimal): -4507860 or 2897851. OLE color: 2897851.
HSL color Cylindrical-coordinate representation of color #BB372C: hue angle of 4.62º 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 #BB372C is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 55 | 44 | - |
| CMYK | 0 | 0.71 | 0.76 | 0.27 |
| HSL | 4.62º | 0.62% | 0.45% | - |
| HSV(B) | 4.62º | 0.76% | 0.73% | - |
| XYZ | 22.31 | 13.48 | 3.81 | - |
| YUV | 93.21 | 100.23 | 194.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 55 | 44 | 0 | 0.71 | 0.76 | 0.27 | 4.62 | 0.62 | 0.45 |
| Hex | BB | 37 | 2C | 0 | 47 | 4C | 1B | 5 | 3E | 2D |
| Octal | 273 | 67 | 54 | 0 | 107 | 114 | 33 | 5 | 76 | 55 |
| Binary | 10111011 | 110111 | 101100 | 0 | 1000111 | 1001100 | 11011 | 101 | 111110 | 101101 |
Color Harmonies of #BB372C
Complementary color
Monochromatic Colors of #BB372C
Black with #BB372C
Text Example
Text Example
White with #BB372C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB372C; }
p { color: rgb(187,55,44); }
H1.HeaderClassName
{
color: #BB372C;
}
.AnyTagClassName
{
color: #BB372C;
}
</style>
background-color css
<style>
a { background-color: #BB372C; }
a { background-color: rgb(187,55,44); }
div.DivClassName
{
background-color: #BB372C;
}
.BgClassName
{
background-color: #BB372C;
}
</style>
border-color css
<style>
span { border-color: #BB372C; }
span { border-color: rgb(187,55,44); }
td.TdClassName
{
border-color: #BB372C;
}
.TagClassName
{
border-color: #BB372C;
}
</style>