Shades of Medium Carmine #BB3F23
Tints of Medium Carmine #BB3F23
RGB
CMYK
RGB Variations
Color information
#BB3F23 (or 0xBB3F23) is known color: Medium Carmine. HEX triplet: BB, 3F and 23. RGB value is (187,63,35). Sum of RGB (Red+Green+Blue) = 187+63+35=285 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.61% from 285); Green value is 63 (25% from 255 or 22.11% from 285); Blue value is 35 (14.06% from 255 or 12.28% from 285); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3F23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3F23 is #44C0DC. Grayscale: #616161. Windows color (decimal): -4505821 or 2310075. OLE color: 2310075.
HSL color Cylindrical-coordinate representation of color #BB3F23: hue angle of 11.05º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BB3F23 is Cyan = 0, Magento = 0.66, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 63 | 35 | - |
| CMYK | 0 | 0.66 | 0.81 | 0.27 |
| HSL | 11.05º | 0.68% | 0.44% | - |
| HSV(B) | 11.05º | 0.81% | 0.73% | - |
| XYZ | 22.57 | 14.24 | 3.15 | - |
| YUV | 96.88 | 93.08 | 192.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 63 | 35 | 0 | 0.66 | 0.81 | 0.27 | 11.05 | 0.68 | 0.44 |
| Hex | BB | 3F | 23 | 0 | 42 | 51 | 1B | B | 44 | 2C |
| Octal | 273 | 77 | 43 | 0 | 102 | 121 | 33 | 13 | 104 | 54 |
| Binary | 10111011 | 111111 | 100011 | 0 | 1000010 | 1010001 | 11011 | 1011 | 1000100 | 101100 |
Color Harmonies of #BB3F23
Complementary color
Monochromatic Colors of #BB3F23
Black with #BB3F23
Text Example
Text Example
White with #BB3F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3F23; }
p { color: rgb(187,63,35); }
H1.HeaderClassName
{
color: #BB3F23;
}
.AnyTagClassName
{
color: #BB3F23;
}
</style>
background-color css
<style>
a { background-color: #BB3F23; }
a { background-color: rgb(187,63,35); }
div.DivClassName
{
background-color: #BB3F23;
}
.BgClassName
{
background-color: #BB3F23;
}
</style>
border-color css
<style>
span { border-color: #BB3F23; }
span { border-color: rgb(187,63,35); }
td.TdClassName
{
border-color: #BB3F23;
}
.TagClassName
{
border-color: #BB3F23;
}
</style>