Shades of Medium Carmine #BB4133
Tints of Medium Carmine #BB4133
RGB
CMYK
RGB Variations
Color information
#BB4133 (or 0xBB4133) is known color: Medium Carmine. HEX triplet: BB, 41 and 33. RGB value is (187,65,51). Sum of RGB (Red+Green+Blue) = 187+65+51=303 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.72% from 303); Green value is 65 (25.78% from 255 or 21.45% from 303); Blue value is 51 (20.31% from 255 or 16.83% from 303); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4133 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4133 is #44BECC. Grayscale: #646464. Windows color (decimal): -4505293 or 3359163. OLE color: 3359163.
HSL color Cylindrical-coordinate representation of color #BB4133: hue angle of 6.18º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB4133 is Cyan = 0, Magento = 0.65, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 65 | 51 | - |
| CMYK | 0 | 0.65 | 0.73 | 0.27 |
| HSL | 6.18º | 0.57% | 0.47% | - |
| HSV(B) | 6.18º | 0.73% | 0.73% | - |
| XYZ | 22.98 | 14.58 | 4.74 | - |
| YUV | 99.88 | 100.42 | 190.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 65 | 51 | 0 | 0.65 | 0.73 | 0.27 | 6.18 | 0.57 | 0.47 |
| Hex | BB | 41 | 33 | 0 | 41 | 49 | 1B | 6 | 39 | 2F |
| Octal | 273 | 101 | 63 | 0 | 101 | 111 | 33 | 6 | 71 | 57 |
| Binary | 10111011 | 1000001 | 110011 | 0 | 1000001 | 1001001 | 11011 | 110 | 111001 | 101111 |
Color Harmonies of #BB4133
Complementary color
Monochromatic Colors of #BB4133
Black with #BB4133
Text Example
Text Example
White with #BB4133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4133; }
p { color: rgb(187,65,51); }
H1.HeaderClassName
{
color: #BB4133;
}
.AnyTagClassName
{
color: #BB4133;
}
</style>
background-color css
<style>
a { background-color: #BB4133; }
a { background-color: rgb(187,65,51); }
div.DivClassName
{
background-color: #BB4133;
}
.BgClassName
{
background-color: #BB4133;
}
</style>
border-color css
<style>
span { border-color: #BB4133; }
span { border-color: rgb(187,65,51); }
td.TdClassName
{
border-color: #BB4133;
}
.TagClassName
{
border-color: #BB4133;
}
</style>