Shades of Medium Carmine #BB403F
Tints of Medium Carmine #BB403F
RGB
CMYK
RGB Variations
Color information
#BB403F (or 0xBB403F) is known color: Medium Carmine. HEX triplet: BB, 40 and 3F. RGB value is (187,64,63). Sum of RGB (Red+Green+Blue) = 187+64+63=314 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.55% from 314); Green value is 64 (25.39% from 255 or 20.38% from 314); Blue value is 63 (25% from 255 or 20.06% from 314); Max value from RGB is 187 - color contains mainly: red. Hex color #BB403F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB403F is #44BFC0. Grayscale: #646464. Windows color (decimal): -4505537 or 4145339. OLE color: 4145339.
HSL color Cylindrical-coordinate representation of color #BB403F: hue angle of 0.48º 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 #BB403F is Cyan = 0, Magento = 0.66, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 64 | 63 | - |
| CMYK | 0 | 0.66 | 0.66 | 0.27 |
| HSL | 0.48º | 0.5% | 0.49% | - |
| HSV(B) | 0.48º | 0.66% | 0.73% | - |
| XYZ | 23.22 | 14.59 | 6.29 | - |
| YUV | 100.66 | 106.75 | 189.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 64 | 63 | 0 | 0.66 | 0.66 | 0.27 | 0.48 | 0.5 | 0.49 |
| Hex | BB | 40 | 3F | 0 | 42 | 42 | 1B | 0 | 32 | 31 |
| Octal | 273 | 100 | 77 | 0 | 102 | 102 | 33 | 0 | 62 | 61 |
| Binary | 10111011 | 1000000 | 111111 | 0 | 1000010 | 1000010 | 11011 | 0 | 110010 | 110001 |
Color Harmonies of #BB403F
Complementary color
Monochromatic Colors of #BB403F
Black with #BB403F
Text Example
Text Example
White with #BB403F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB403F; }
p { color: rgb(187,64,63); }
H1.HeaderClassName
{
color: #BB403F;
}
.AnyTagClassName
{
color: #BB403F;
}
</style>
background-color css
<style>
a { background-color: #BB403F; }
a { background-color: rgb(187,64,63); }
div.DivClassName
{
background-color: #BB403F;
}
.BgClassName
{
background-color: #BB403F;
}
</style>
border-color css
<style>
span { border-color: #BB403F; }
span { border-color: rgb(187,64,63); }
td.TdClassName
{
border-color: #BB403F;
}
.TagClassName
{
border-color: #BB403F;
}
</style>