Shades of Medium Carmine #BB3A33
Tints of Medium Carmine #BB3A33
RGB
CMYK
RGB Variations
Color information
#BB3A33 (or 0xBB3A33) is known color: Medium Carmine. HEX triplet: BB, 3A and 33. RGB value is (187,58,51). Sum of RGB (Red+Green+Blue) = 187+58+51=296 (39% of max value = 765). Red value is 187 (73.44% from 255 or 63.18% from 296); Green value is 58 (23.05% from 255 or 19.59% from 296); Blue value is 51 (20.31% from 255 or 17.23% from 296); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3A33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3A33 is #44C5CC. Grayscale: #5F5F5F. Windows color (decimal): -4507085 or 3357371. OLE color: 3357371.
HSL color Cylindrical-coordinate representation of color #BB3A33: hue angle of 3.09º 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 #BB3A33 is Cyan = 0, Magento = 0.69, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 58 | 51 | - |
| CMYK | 0 | 0.69 | 0.73 | 0.27 |
| HSL | 3.09º | 0.57% | 0.47% | - |
| HSV(B) | 3.09º | 0.73% | 0.73% | - |
| XYZ | 22.6 | 13.83 | 4.61 | - |
| YUV | 95.77 | 102.74 | 193.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 58 | 51 | 0 | 0.69 | 0.73 | 0.27 | 3.09 | 0.57 | 0.47 |
| Hex | BB | 3A | 33 | 0 | 45 | 49 | 1B | 3 | 39 | 2F |
| Octal | 273 | 72 | 63 | 0 | 105 | 111 | 33 | 3 | 71 | 57 |
| Binary | 10111011 | 111010 | 110011 | 0 | 1000101 | 1001001 | 11011 | 11 | 111001 | 101111 |
Color Harmonies of #BB3A33
Complementary color
Monochromatic Colors of #BB3A33
Black with #BB3A33
Text Example
Text Example
White with #BB3A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3A33; }
p { color: rgb(187,58,51); }
H1.HeaderClassName
{
color: #BB3A33;
}
.AnyTagClassName
{
color: #BB3A33;
}
</style>
background-color css
<style>
a { background-color: #BB3A33; }
a { background-color: rgb(187,58,51); }
div.DivClassName
{
background-color: #BB3A33;
}
.BgClassName
{
background-color: #BB3A33;
}
</style>
border-color css
<style>
span { border-color: #BB3A33; }
span { border-color: rgb(187,58,51); }
td.TdClassName
{
border-color: #BB3A33;
}
.TagClassName
{
border-color: #BB3A33;
}
</style>