Shades of Medium Carmine #BB3929
Tints of Medium Carmine #BB3929
RGB
CMYK
RGB Variations
Color information
#BB3929 (or 0xBB3929) is known color: Medium Carmine. HEX triplet: BB, 39 and 29. RGB value is (187,57,41). Sum of RGB (Red+Green+Blue) = 187+57+41=285 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.61% from 285); Green value is 57 (22.66% from 255 or 20% from 285); Blue value is 41 (16.41% from 255 or 14.39% from 285); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3929 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3929 is #44C6D6. Grayscale: #5E5E5E. Windows color (decimal): -4507351 or 2701755. OLE color: 2701755.
HSL color Cylindrical-coordinate representation of color #BB3929: hue angle of 6.58º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BB3929 is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 57 | 41 | - |
| CMYK | 0 | 0.70 | 0.78 | 0.27 |
| HSL | 6.58º | 0.64% | 0.45% | - |
| HSV(B) | 6.58º | 0.78% | 0.73% | - |
| XYZ | 22.36 | 13.65 | 3.55 | - |
| YUV | 94.05 | 98.07 | 194.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 57 | 41 | 0 | 0.70 | 0.78 | 0.27 | 6.58 | 0.64 | 0.45 |
| Hex | BB | 39 | 29 | 0 | 46 | 4E | 1B | 7 | 40 | 2D |
| Octal | 273 | 71 | 51 | 0 | 106 | 116 | 33 | 7 | 100 | 55 |
| Binary | 10111011 | 111001 | 101001 | 0 | 1000110 | 1001110 | 11011 | 111 | 1000000 | 101101 |
Color Harmonies of #BB3929
Complementary color
Monochromatic Colors of #BB3929
Black with #BB3929
Text Example
Text Example
White with #BB3929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3929; }
p { color: rgb(187,57,41); }
H1.HeaderClassName
{
color: #BB3929;
}
.AnyTagClassName
{
color: #BB3929;
}
</style>
background-color css
<style>
a { background-color: #BB3929; }
a { background-color: rgb(187,57,41); }
div.DivClassName
{
background-color: #BB3929;
}
.BgClassName
{
background-color: #BB3929;
}
</style>
border-color css
<style>
span { border-color: #BB3929; }
span { border-color: rgb(187,57,41); }
td.TdClassName
{
border-color: #BB3929;
}
.TagClassName
{
border-color: #BB3929;
}
</style>