Shades of Medium Carmine #BB4031
Tints of Medium Carmine #BB4031
RGB
CMYK
RGB Variations
Color information
#BB4031 (or 0xBB4031) is known color: Medium Carmine. HEX triplet: BB, 40 and 31. RGB value is (187,64,49). Sum of RGB (Red+Green+Blue) = 187+64+49=300 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.33% from 300); Green value is 64 (25.39% from 255 or 21.33% from 300); Blue value is 49 (19.53% from 255 or 16.33% from 300); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4031 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4031 is #44BFCE. Grayscale: #636363. Windows color (decimal): -4505551 or 3227835. OLE color: 3227835.
HSL color Cylindrical-coordinate representation of color #BB4031: hue angle of 6.52º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BB4031 is Cyan = 0, Magento = 0.66, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 64 | 49 | - |
| CMYK | 0 | 0.66 | 0.74 | 0.27 |
| HSL | 6.52º | 0.58% | 0.46% | - |
| HSV(B) | 6.52º | 0.74% | 0.73% | - |
| XYZ | 22.88 | 14.45 | 4.49 | - |
| YUV | 99.07 | 99.75 | 190.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 64 | 49 | 0 | 0.66 | 0.74 | 0.27 | 6.52 | 0.58 | 0.46 |
| Hex | BB | 40 | 31 | 0 | 42 | 4A | 1B | 7 | 3A | 2E |
| Octal | 273 | 100 | 61 | 0 | 102 | 112 | 33 | 7 | 72 | 56 |
| Binary | 10111011 | 1000000 | 110001 | 0 | 1000010 | 1001010 | 11011 | 111 | 111010 | 101110 |
Color Harmonies of #BB4031
Complementary color
Monochromatic Colors of #BB4031
Black with #BB4031
Text Example
Text Example
White with #BB4031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4031; }
p { color: rgb(187,64,49); }
H1.HeaderClassName
{
color: #BB4031;
}
.AnyTagClassName
{
color: #BB4031;
}
</style>
background-color css
<style>
a { background-color: #BB4031; }
a { background-color: rgb(187,64,49); }
div.DivClassName
{
background-color: #BB4031;
}
.BgClassName
{
background-color: #BB4031;
}
</style>
border-color css
<style>
span { border-color: #BB4031; }
span { border-color: rgb(187,64,49); }
td.TdClassName
{
border-color: #BB4031;
}
.TagClassName
{
border-color: #BB4031;
}
</style>