Shades of Medium Carmine #BB4038
Tints of Medium Carmine #BB4038
RGB
CMYK
RGB Variations
Color information
#BB4038 (or 0xBB4038) is known color: Medium Carmine. HEX triplet: BB, 40 and 38. RGB value is (187,64,56). Sum of RGB (Red+Green+Blue) = 187+64+56=307 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.91% from 307); Green value is 64 (25.39% from 255 or 20.85% from 307); Blue value is 56 (22.27% from 255 or 18.24% from 307); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4038 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4038 is #44BFC7. Grayscale: #646464. Windows color (decimal): -4505544 or 3686587. OLE color: 3686587.
HSL color Cylindrical-coordinate representation of color #BB4038: hue angle of 3.66º degrees, saturation: 0.54, 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 #BB4038 is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 64 | 56 | - |
| CMYK | 0 | 0.66 | 0.70 | 0.27 |
| HSL | 3.66º | 0.54% | 0.48% | - |
| HSV(B) | 3.66º | 0.7% | 0.73% | - |
| XYZ | 23.04 | 14.52 | 5.33 | - |
| YUV | 99.87 | 103.25 | 190.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 64 | 56 | 0 | 0.66 | 0.70 | 0.27 | 3.66 | 0.54 | 0.48 |
| Hex | BB | 40 | 38 | 0 | 42 | 46 | 1B | 4 | 36 | 30 |
| Octal | 273 | 100 | 70 | 0 | 102 | 106 | 33 | 4 | 66 | 60 |
| Binary | 10111011 | 1000000 | 111000 | 0 | 1000010 | 1000110 | 11011 | 100 | 110110 | 110000 |
Color Harmonies of #BB4038
Complementary color
Monochromatic Colors of #BB4038
Black with #BB4038
Text Example
Text Example
White with #BB4038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4038; }
p { color: rgb(187,64,56); }
H1.HeaderClassName
{
color: #BB4038;
}
.AnyTagClassName
{
color: #BB4038;
}
</style>
background-color css
<style>
a { background-color: #BB4038; }
a { background-color: rgb(187,64,56); }
div.DivClassName
{
background-color: #BB4038;
}
.BgClassName
{
background-color: #BB4038;
}
</style>
border-color css
<style>
span { border-color: #BB4038; }
span { border-color: rgb(187,64,56); }
td.TdClassName
{
border-color: #BB4038;
}
.TagClassName
{
border-color: #BB4038;
}
</style>