Shades of Medium Carmine #BB4039
Tints of Medium Carmine #BB4039
RGB
CMYK
RGB Variations
Color information
#BB4039 (or 0xBB4039) is known color: Medium Carmine. HEX triplet: BB, 40 and 39. RGB value is (187,64,57). Sum of RGB (Red+Green+Blue) = 187+64+57=308 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.71% from 308); Green value is 64 (25.39% from 255 or 20.78% from 308); Blue value is 57 (22.66% from 255 or 18.51% from 308); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4039 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4039 is #44BFC6. Grayscale: #646464. Windows color (decimal): -4505543 or 3752123. OLE color: 3752123.
HSL color Cylindrical-coordinate representation of color #BB4039: hue angle of 3.23º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB4039 is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 64 | 57 | - |
| CMYK | 0 | 0.66 | 0.70 | 0.27 |
| HSL | 3.23º | 0.53% | 0.48% | - |
| HSV(B) | 3.23º | 0.7% | 0.73% | - |
| XYZ | 23.07 | 14.53 | 5.46 | - |
| YUV | 99.98 | 103.75 | 190.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 64 | 57 | 0 | 0.66 | 0.70 | 0.27 | 3.23 | 0.53 | 0.48 |
| Hex | BB | 40 | 39 | 0 | 42 | 46 | 1B | 3 | 35 | 30 |
| Octal | 273 | 100 | 71 | 0 | 102 | 106 | 33 | 3 | 65 | 60 |
| Binary | 10111011 | 1000000 | 111001 | 0 | 1000010 | 1000110 | 11011 | 11 | 110101 | 110000 |
Color Harmonies of #BB4039
Complementary color
Monochromatic Colors of #BB4039
Black with #BB4039
Text Example
Text Example
White with #BB4039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4039; }
p { color: rgb(187,64,57); }
H1.HeaderClassName
{
color: #BB4039;
}
.AnyTagClassName
{
color: #BB4039;
}
</style>
background-color css
<style>
a { background-color: #BB4039; }
a { background-color: rgb(187,64,57); }
div.DivClassName
{
background-color: #BB4039;
}
.BgClassName
{
background-color: #BB4039;
}
</style>
border-color css
<style>
span { border-color: #BB4039; }
span { border-color: rgb(187,64,57); }
td.TdClassName
{
border-color: #BB4039;
}
.TagClassName
{
border-color: #BB4039;
}
</style>