Shades of Medium Carmine #BB3F3F
Tints of Medium Carmine #BB3F3F
RGB
CMYK
RGB Variations
Color information
#BB3F3F (or 0xBB3F3F) is known color: Medium Carmine. HEX triplet: BB, 3F and 3F. RGB value is (187,63,63). Sum of RGB (Red+Green+Blue) = 187+63+63=313 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.74% from 313); Green value is 63 (25% from 255 or 20.13% from 313); Blue value is 63 (25% from 255 or 20.13% from 313); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3F3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3F3F is #44C0C0. Grayscale: #646464. Windows color (decimal): -4505793 or 4145083. OLE color: 4145083.
HSL color Cylindrical-coordinate representation of color #BB3F3F: hue angle of 0º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB3F3F is Cyan = 0, Magento = 0.66, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 63 | 63 | - |
| CMYK | 0 | 0.66 | 0.66 | 0.27 |
| HSL | 0º | 0.5% | 0.49% | - |
| HSV(B) | 0º | 0.66% | 0.73% | - |
| XYZ | 23.17 | 14.48 | 6.28 | - |
| YUV | 100.08 | 107.08 | 190 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 63 | 63 | 0 | 0.66 | 0.66 | 0.27 | 0 | 0.5 | 0.49 |
| Hex | BB | 3F | 3F | 0 | 42 | 42 | 1B | 0 | 32 | 31 |
| Octal | 273 | 77 | 77 | 0 | 102 | 102 | 33 | 0 | 62 | 61 |
| Binary | 10111011 | 111111 | 111111 | 0 | 1000010 | 1000010 | 11011 | 0 | 110010 | 110001 |
Color Harmonies of #BB3F3F
Complementary color
Monochromatic Colors of #BB3F3F
Black with #BB3F3F
Text Example
Text Example
White with #BB3F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3F3F; }
p { color: rgb(187,63,63); }
H1.HeaderClassName
{
color: #BB3F3F;
}
.AnyTagClassName
{
color: #BB3F3F;
}
</style>
background-color css
<style>
a { background-color: #BB3F3F; }
a { background-color: rgb(187,63,63); }
div.DivClassName
{
background-color: #BB3F3F;
}
.BgClassName
{
background-color: #BB3F3F;
}
</style>
border-color css
<style>
span { border-color: #BB3F3F; }
span { border-color: rgb(187,63,63); }
td.TdClassName
{
border-color: #BB3F3F;
}
.TagClassName
{
border-color: #BB3F3F;
}
</style>