Shades of Medium Carmine #BB443B
Tints of Medium Carmine #BB443B
RGB
CMYK
RGB Variations
Color information
#BB443B (or 0xBB443B) is known color: Medium Carmine. HEX triplet: BB, 44 and 3B. RGB value is (187,68,59). Sum of RGB (Red+Green+Blue) = 187+68+59=314 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.55% from 314); Green value is 68 (26.95% from 255 or 21.66% from 314); Blue value is 59 (23.44% from 255 or 18.79% from 314); Max value from RGB is 187 - color contains mainly: red. Hex color #BB443B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB443B is #44BBC4. Grayscale: #666666. Windows color (decimal): -4504517 or 3884219. OLE color: 3884219.
HSL color Cylindrical-coordinate representation of color #BB443B: hue angle of 4.22º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BB443B is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 68 | 59 | - |
| CMYK | 0 | 0.64 | 0.68 | 0.27 |
| HSL | 4.22º | 0.52% | 0.48% | - |
| HSV(B) | 4.22º | 0.68% | 0.73% | - |
| XYZ | 23.35 | 15.01 | 5.81 | - |
| YUV | 102.56 | 103.42 | 188.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 68 | 59 | 0 | 0.64 | 0.68 | 0.27 | 4.22 | 0.52 | 0.48 |
| Hex | BB | 44 | 3B | 0 | 40 | 44 | 1B | 4 | 34 | 30 |
| Octal | 273 | 104 | 73 | 0 | 100 | 104 | 33 | 4 | 64 | 60 |
| Binary | 10111011 | 1000100 | 111011 | 0 | 1000000 | 1000100 | 11011 | 100 | 110100 | 110000 |
Color Harmonies of #BB443B
Complementary color
Monochromatic Colors of #BB443B
Black with #BB443B
Text Example
Text Example
White with #BB443B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB443B; }
p { color: rgb(187,68,59); }
H1.HeaderClassName
{
color: #BB443B;
}
.AnyTagClassName
{
color: #BB443B;
}
</style>
background-color css
<style>
a { background-color: #BB443B; }
a { background-color: rgb(187,68,59); }
div.DivClassName
{
background-color: #BB443B;
}
.BgClassName
{
background-color: #BB443B;
}
</style>
border-color css
<style>
span { border-color: #BB443B; }
span { border-color: rgb(187,68,59); }
td.TdClassName
{
border-color: #BB443B;
}
.TagClassName
{
border-color: #BB443B;
}
</style>