Shades of Medium Carmine #BB4128
Tints of Medium Carmine #BB4128
RGB
CMYK
RGB Variations
Color information
#BB4128 (or 0xBB4128) is known color: Medium Carmine. HEX triplet: BB, 41 and 28. RGB value is (187,65,40). Sum of RGB (Red+Green+Blue) = 187+65+40=292 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.04% from 292); Green value is 65 (25.78% from 255 or 22.26% from 292); Blue value is 40 (16.02% from 255 or 13.70% from 292); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4128 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4128 is #44BED7. Grayscale: #626262. Windows color (decimal): -4505304 or 2638267. OLE color: 2638267.
HSL color Cylindrical-coordinate representation of color #BB4128: hue angle of 10.2º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB4128 is Cyan = 0, Magento = 0.65, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 65 | 40 | - |
| CMYK | 0 | 0.65 | 0.79 | 0.27 |
| HSL | 10.2º | 0.65% | 0.45% | - |
| HSV(B) | 10.2º | 0.79% | 0.73% | - |
| XYZ | 22.77 | 14.5 | 3.61 | - |
| YUV | 98.63 | 94.92 | 191.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 65 | 40 | 0 | 0.65 | 0.79 | 0.27 | 10.2 | 0.65 | 0.45 |
| Hex | BB | 41 | 28 | 0 | 41 | 4F | 1B | A | 41 | 2D |
| Octal | 273 | 101 | 50 | 0 | 101 | 117 | 33 | 12 | 101 | 55 |
| Binary | 10111011 | 1000001 | 101000 | 0 | 1000001 | 1001111 | 11011 | 1010 | 1000001 | 101101 |
Color Harmonies of #BB4128
Complementary color
Monochromatic Colors of #BB4128
Black with #BB4128
Text Example
Text Example
White with #BB4128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4128; }
p { color: rgb(187,65,40); }
H1.HeaderClassName
{
color: #BB4128;
}
.AnyTagClassName
{
color: #BB4128;
}
</style>
background-color css
<style>
a { background-color: #BB4128; }
a { background-color: rgb(187,65,40); }
div.DivClassName
{
background-color: #BB4128;
}
.BgClassName
{
background-color: #BB4128;
}
</style>
border-color css
<style>
span { border-color: #BB4128; }
span { border-color: rgb(187,65,40); }
td.TdClassName
{
border-color: #BB4128;
}
.TagClassName
{
border-color: #BB4128;
}
</style>