Shades of Medium Carmine #BB3B31
Tints of Medium Carmine #BB3B31
RGB
CMYK
RGB Variations
Color information
#BB3B31 (or 0xBB3B31) is known color: Medium Carmine. HEX triplet: BB, 3B and 31. RGB value is (187,59,49). Sum of RGB (Red+Green+Blue) = 187+59+49=295 (39% of max value = 765). Red value is 187 (73.44% from 255 or 63.39% from 295); Green value is 59 (23.44% from 255 or 20% from 295); Blue value is 49 (19.53% from 255 or 16.61% from 295); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3B31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3B31 is #44C4CE. Grayscale: #606060. Windows color (decimal): -4506831 or 3226555. OLE color: 3226555.
HSL color Cylindrical-coordinate representation of color #BB3B31: hue angle of 4.35º 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 #BB3B31 is Cyan = 0, Magento = 0.68, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 59 | 49 | - |
| CMYK | 0 | 0.68 | 0.74 | 0.27 |
| HSL | 4.35º | 0.58% | 0.46% | - |
| HSV(B) | 4.35º | 0.74% | 0.73% | - |
| XYZ | 22.61 | 13.91 | 4.4 | - |
| YUV | 96.13 | 101.41 | 192.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 59 | 49 | 0 | 0.68 | 0.74 | 0.27 | 4.35 | 0.58 | 0.46 |
| Hex | BB | 3B | 31 | 0 | 44 | 4A | 1B | 4 | 3A | 2E |
| Octal | 273 | 73 | 61 | 0 | 104 | 112 | 33 | 4 | 72 | 56 |
| Binary | 10111011 | 111011 | 110001 | 0 | 1000100 | 1001010 | 11011 | 100 | 111010 | 101110 |
Color Harmonies of #BB3B31
Complementary color
Monochromatic Colors of #BB3B31
Black with #BB3B31
Text Example
Text Example
White with #BB3B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3B31; }
p { color: rgb(187,59,49); }
H1.HeaderClassName
{
color: #BB3B31;
}
.AnyTagClassName
{
color: #BB3B31;
}
</style>
background-color css
<style>
a { background-color: #BB3B31; }
a { background-color: rgb(187,59,49); }
div.DivClassName
{
background-color: #BB3B31;
}
.BgClassName
{
background-color: #BB3B31;
}
</style>
border-color css
<style>
span { border-color: #BB3B31; }
span { border-color: rgb(187,59,49); }
td.TdClassName
{
border-color: #BB3B31;
}
.TagClassName
{
border-color: #BB3B31;
}
</style>