Shades of Medium Carmine #BB3F26
Tints of Medium Carmine #BB3F26
RGB
CMYK
RGB Variations
Color information
#BB3F26 (or 0xBB3F26) is known color: Medium Carmine. HEX triplet: BB, 3F and 26. RGB value is (187,63,38). Sum of RGB (Red+Green+Blue) = 187+63+38=288 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.93% from 288); Green value is 63 (25% from 255 or 21.88% from 288); Blue value is 38 (15.23% from 255 or 13.19% from 288); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3F26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3F26 is #44C0D9. Grayscale: #616161. Windows color (decimal): -4505818 or 2506683. OLE color: 2506683.
HSL color Cylindrical-coordinate representation of color #BB3F26: hue angle of 10.07º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB3F26 is Cyan = 0, Magento = 0.66, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 63 | 38 | - |
| CMYK | 0 | 0.66 | 0.80 | 0.27 |
| HSL | 10.07º | 0.66% | 0.44% | - |
| HSV(B) | 10.07º | 0.8% | 0.73% | - |
| XYZ | 22.62 | 14.26 | 3.39 | - |
| YUV | 97.23 | 94.58 | 192.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 63 | 38 | 0 | 0.66 | 0.80 | 0.27 | 10.07 | 0.66 | 0.44 |
| Hex | BB | 3F | 26 | 0 | 42 | 50 | 1B | A | 42 | 2C |
| Octal | 273 | 77 | 46 | 0 | 102 | 120 | 33 | 12 | 102 | 54 |
| Binary | 10111011 | 111111 | 100110 | 0 | 1000010 | 1010000 | 11011 | 1010 | 1000010 | 101100 |
Color Harmonies of #BB3F26
Complementary color
Monochromatic Colors of #BB3F26
Black with #BB3F26
Text Example
Text Example
White with #BB3F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3F26; }
p { color: rgb(187,63,38); }
H1.HeaderClassName
{
color: #BB3F26;
}
.AnyTagClassName
{
color: #BB3F26;
}
</style>
background-color css
<style>
a { background-color: #BB3F26; }
a { background-color: rgb(187,63,38); }
div.DivClassName
{
background-color: #BB3F26;
}
.BgClassName
{
background-color: #BB3F26;
}
</style>
border-color css
<style>
span { border-color: #BB3F26; }
span { border-color: rgb(187,63,38); }
td.TdClassName
{
border-color: #BB3F26;
}
.TagClassName
{
border-color: #BB3F26;
}
</style>