Shades of Medium Carmine #BB3E33
Tints of Medium Carmine #BB3E33
RGB
CMYK
RGB Variations
Color information
#BB3E33 (or 0xBB3E33) is known color: Medium Carmine. HEX triplet: BB, 3E and 33. RGB value is (187,62,51). Sum of RGB (Red+Green+Blue) = 187+62+51=300 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.33% from 300); Green value is 62 (24.61% from 255 or 20.67% from 300); Blue value is 51 (20.31% from 255 or 17% from 300); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3E33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3E33 is #44C1CC. Grayscale: #626262. Windows color (decimal): -4506061 or 3358395. OLE color: 3358395.
HSL color Cylindrical-coordinate representation of color #BB3E33: hue angle of 4.85º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB3E33 is Cyan = 0, Magento = 0.67, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 62 | 51 | - |
| CMYK | 0 | 0.67 | 0.73 | 0.27 |
| HSL | 4.85º | 0.57% | 0.47% | - |
| HSV(B) | 4.85º | 0.73% | 0.73% | - |
| XYZ | 22.81 | 14.25 | 4.68 | - |
| YUV | 98.12 | 101.41 | 191.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 62 | 51 | 0 | 0.67 | 0.73 | 0.27 | 4.85 | 0.57 | 0.47 |
| Hex | BB | 3E | 33 | 0 | 43 | 49 | 1B | 5 | 39 | 2F |
| Octal | 273 | 76 | 63 | 0 | 103 | 111 | 33 | 5 | 71 | 57 |
| Binary | 10111011 | 111110 | 110011 | 0 | 1000011 | 1001001 | 11011 | 101 | 111001 | 101111 |
Color Harmonies of #BB3E33
Complementary color
Monochromatic Colors of #BB3E33
Black with #BB3E33
Text Example
Text Example
White with #BB3E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3E33; }
p { color: rgb(187,62,51); }
H1.HeaderClassName
{
color: #BB3E33;
}
.AnyTagClassName
{
color: #BB3E33;
}
</style>
background-color css
<style>
a { background-color: #BB3E33; }
a { background-color: rgb(187,62,51); }
div.DivClassName
{
background-color: #BB3E33;
}
.BgClassName
{
background-color: #BB3E33;
}
</style>
border-color css
<style>
span { border-color: #BB3E33; }
span { border-color: rgb(187,62,51); }
td.TdClassName
{
border-color: #BB3E33;
}
.TagClassName
{
border-color: #BB3E33;
}
</style>