Shades of Medium Carmine #BB4037
Tints of Medium Carmine #BB4037
RGB
CMYK
RGB Variations
Color information
#BB4037 (or 0xBB4037) is known color: Medium Carmine. HEX triplet: BB, 40 and 37. RGB value is (187,64,55). Sum of RGB (Red+Green+Blue) = 187+64+55=306 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.11% from 306); Green value is 64 (25.39% from 255 or 20.92% from 306); Blue value is 55 (21.88% from 255 or 17.97% from 306); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4037 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4037 is #44BFC8. Grayscale: #636363. Windows color (decimal): -4505545 or 3621051. OLE color: 3621051.
HSL color Cylindrical-coordinate representation of color #BB4037: hue angle of 4.09º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BB4037 is Cyan = 0, Magento = 0.66, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 64 | 55 | - |
| CMYK | 0 | 0.66 | 0.71 | 0.27 |
| HSL | 4.09º | 0.55% | 0.47% | - |
| HSV(B) | 4.09º | 0.71% | 0.73% | - |
| XYZ | 23.02 | 14.51 | 5.2 | - |
| YUV | 99.75 | 102.75 | 190.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 64 | 55 | 0 | 0.66 | 0.71 | 0.27 | 4.09 | 0.55 | 0.47 |
| Hex | BB | 40 | 37 | 0 | 42 | 47 | 1B | 4 | 37 | 2F |
| Octal | 273 | 100 | 67 | 0 | 102 | 107 | 33 | 4 | 67 | 57 |
| Binary | 10111011 | 1000000 | 110111 | 0 | 1000010 | 1000111 | 11011 | 100 | 110111 | 101111 |
Color Harmonies of #BB4037
Complementary color
Monochromatic Colors of #BB4037
Black with #BB4037
Text Example
Text Example
White with #BB4037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4037; }
p { color: rgb(187,64,55); }
H1.HeaderClassName
{
color: #BB4037;
}
.AnyTagClassName
{
color: #BB4037;
}
</style>
background-color css
<style>
a { background-color: #BB4037; }
a { background-color: rgb(187,64,55); }
div.DivClassName
{
background-color: #BB4037;
}
.BgClassName
{
background-color: #BB4037;
}
</style>
border-color css
<style>
span { border-color: #BB4037; }
span { border-color: rgb(187,64,55); }
td.TdClassName
{
border-color: #BB4037;
}
.TagClassName
{
border-color: #BB4037;
}
</style>