Shades of Medium Carmine #BB382C
Tints of Medium Carmine #BB382C
RGB
CMYK
RGB Variations
Color information
#BB382C (or 0xBB382C) is known color: Medium Carmine. HEX triplet: BB, 38 and 2C. RGB value is (187,56,44). Sum of RGB (Red+Green+Blue) = 187+56+44=287 (38% of max value = 765). Red value is 187 (73.44% from 255 or 65.16% from 287); Green value is 56 (22.27% from 255 or 19.51% from 287); Blue value is 44 (17.58% from 255 or 15.33% from 287); Max value from RGB is 187 - color contains mainly: red. Hex color #BB382C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB382C is #44C7D3. Grayscale: #5D5D5D. Windows color (decimal): -4507604 or 2898107. OLE color: 2898107.
HSL color Cylindrical-coordinate representation of color #BB382C: hue angle of 5.03º 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 #BB382C is Cyan = 0, Magento = 0.70, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 56 | 44 | - |
| CMYK | 0 | 0.70 | 0.76 | 0.27 |
| HSL | 5.03º | 0.62% | 0.45% | - |
| HSV(B) | 5.03º | 0.76% | 0.73% | - |
| XYZ | 22.36 | 13.57 | 3.82 | - |
| YUV | 93.8 | 99.9 | 194.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 56 | 44 | 0 | 0.70 | 0.76 | 0.27 | 5.03 | 0.62 | 0.45 |
| Hex | BB | 38 | 2C | 0 | 46 | 4C | 1B | 5 | 3E | 2D |
| Octal | 273 | 70 | 54 | 0 | 106 | 114 | 33 | 5 | 76 | 55 |
| Binary | 10111011 | 111000 | 101100 | 0 | 1000110 | 1001100 | 11011 | 101 | 111110 | 101101 |
Color Harmonies of #BB382C
Complementary color
Monochromatic Colors of #BB382C
Black with #BB382C
Text Example
Text Example
White with #BB382C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB382C; }
p { color: rgb(187,56,44); }
H1.HeaderClassName
{
color: #BB382C;
}
.AnyTagClassName
{
color: #BB382C;
}
</style>
background-color css
<style>
a { background-color: #BB382C; }
a { background-color: rgb(187,56,44); }
div.DivClassName
{
background-color: #BB382C;
}
.BgClassName
{
background-color: #BB382C;
}
</style>
border-color css
<style>
span { border-color: #BB382C; }
span { border-color: rgb(187,56,44); }
td.TdClassName
{
border-color: #BB382C;
}
.TagClassName
{
border-color: #BB382C;
}
</style>