Shades of Medium Carmine #BB4339
Tints of Medium Carmine #BB4339
RGB
CMYK
RGB Variations
Color information
#BB4339 (or 0xBB4339) is known color: Medium Carmine. HEX triplet: BB, 43 and 39. RGB value is (187,67,57). Sum of RGB (Red+Green+Blue) = 187+67+57=311 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.13% from 311); Green value is 67 (26.56% from 255 or 21.54% from 311); Blue value is 57 (22.66% from 255 or 18.33% from 311); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4339 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4339 is #44BCC6. Grayscale: #656565. Windows color (decimal): -4504775 or 3752891. OLE color: 3752891.
HSL color Cylindrical-coordinate representation of color #BB4339: hue angle of 4.62º 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 #BB4339 is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 67 | 57 | - |
| CMYK | 0 | 0.64 | 0.70 | 0.27 |
| HSL | 4.62º | 0.53% | 0.48% | - |
| HSV(B) | 4.62º | 0.7% | 0.73% | - |
| XYZ | 23.24 | 14.87 | 5.52 | - |
| YUV | 101.74 | 102.76 | 188.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 67 | 57 | 0 | 0.64 | 0.70 | 0.27 | 4.62 | 0.53 | 0.48 |
| Hex | BB | 43 | 39 | 0 | 40 | 46 | 1B | 5 | 35 | 30 |
| Octal | 273 | 103 | 71 | 0 | 100 | 106 | 33 | 5 | 65 | 60 |
| Binary | 10111011 | 1000011 | 111001 | 0 | 1000000 | 1000110 | 11011 | 101 | 110101 | 110000 |
Color Harmonies of #BB4339
Complementary color
Monochromatic Colors of #BB4339
Black with #BB4339
Text Example
Text Example
White with #BB4339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4339; }
p { color: rgb(187,67,57); }
H1.HeaderClassName
{
color: #BB4339;
}
.AnyTagClassName
{
color: #BB4339;
}
</style>
background-color css
<style>
a { background-color: #BB4339; }
a { background-color: rgb(187,67,57); }
div.DivClassName
{
background-color: #BB4339;
}
.BgClassName
{
background-color: #BB4339;
}
</style>
border-color css
<style>
span { border-color: #BB4339; }
span { border-color: rgb(187,67,57); }
td.TdClassName
{
border-color: #BB4339;
}
.TagClassName
{
border-color: #BB4339;
}
</style>