Shades of Medium Carmine #BB392C
Tints of Medium Carmine #BB392C
RGB
CMYK
RGB Variations
Color information
#BB392C (or 0xBB392C) is known color: Medium Carmine. HEX triplet: BB, 39 and 2C. RGB value is (187,57,44). Sum of RGB (Red+Green+Blue) = 187+57+44=288 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.93% from 288); Green value is 57 (22.66% from 255 or 19.79% from 288); Blue value is 44 (17.58% from 255 or 15.28% from 288); Max value from RGB is 187 - color contains mainly: red. Hex color #BB392C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB392C is #44C6D3. Grayscale: #5E5E5E. Windows color (decimal): -4507348 or 2898363. OLE color: 2898363.
HSL color Cylindrical-coordinate representation of color #BB392C: hue angle of 5.45º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BB392C is Cyan = 0, Magento = 0.70, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 57 | 44 | - |
| CMYK | 0 | 0.70 | 0.76 | 0.27 |
| HSL | 5.45º | 0.62% | 0.45% | - |
| HSV(B) | 5.45º | 0.76% | 0.73% | - |
| XYZ | 22.41 | 13.67 | 3.84 | - |
| YUV | 94.39 | 99.57 | 194.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 57 | 44 | 0 | 0.70 | 0.76 | 0.27 | 5.45 | 0.62 | 0.45 |
| Hex | BB | 39 | 2C | 0 | 46 | 4C | 1B | 5 | 3E | 2D |
| Octal | 273 | 71 | 54 | 0 | 106 | 114 | 33 | 5 | 76 | 55 |
| Binary | 10111011 | 111001 | 101100 | 0 | 1000110 | 1001100 | 11011 | 101 | 111110 | 101101 |
Color Harmonies of #BB392C
Complementary color
Monochromatic Colors of #BB392C
Black with #BB392C
Text Example
Text Example
White with #BB392C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB392C; }
p { color: rgb(187,57,44); }
H1.HeaderClassName
{
color: #BB392C;
}
.AnyTagClassName
{
color: #BB392C;
}
</style>
background-color css
<style>
a { background-color: #BB392C; }
a { background-color: rgb(187,57,44); }
div.DivClassName
{
background-color: #BB392C;
}
.BgClassName
{
background-color: #BB392C;
}
</style>
border-color css
<style>
span { border-color: #BB392C; }
span { border-color: rgb(187,57,44); }
td.TdClassName
{
border-color: #BB392C;
}
.TagClassName
{
border-color: #BB392C;
}
</style>