Shades of Medium Carmine #BB3632
Tints of Medium Carmine #BB3632
RGB
CMYK
RGB Variations
Color information
#BB3632 (or 0xBB3632) is known color: Medium Carmine. HEX triplet: BB, 36 and 32. RGB value is (187,54,50). Sum of RGB (Red+Green+Blue) = 187+54+50=291 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.26% from 291); Green value is 54 (21.48% from 255 or 18.56% from 291); Blue value is 50 (19.92% from 255 or 17.18% from 291); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3632 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3632 is #44C9CD. Grayscale: #5D5D5D. Windows color (decimal): -4508110 or 3290811. OLE color: 3290811.
HSL color Cylindrical-coordinate representation of color #BB3632: hue angle of 1.75º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB3632 is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 54 | 50 | - |
| CMYK | 0 | 0.71 | 0.73 | 0.27 |
| HSL | 1.75º | 0.58% | 0.46% | - |
| HSV(B) | 1.75º | 0.73% | 0.73% | - |
| XYZ | 22.39 | 13.43 | 4.43 | - |
| YUV | 93.31 | 103.56 | 194.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 54 | 50 | 0 | 0.71 | 0.73 | 0.27 | 1.75 | 0.58 | 0.46 |
| Hex | BB | 36 | 32 | 0 | 47 | 49 | 1B | 2 | 3A | 2E |
| Octal | 273 | 66 | 62 | 0 | 107 | 111 | 33 | 2 | 72 | 56 |
| Binary | 10111011 | 110110 | 110010 | 0 | 1000111 | 1001001 | 11011 | 10 | 111010 | 101110 |
Color Harmonies of #BB3632
Complementary color
Monochromatic Colors of #BB3632
Black with #BB3632
Text Example
Text Example
White with #BB3632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3632; }
p { color: rgb(187,54,50); }
H1.HeaderClassName
{
color: #BB3632;
}
.AnyTagClassName
{
color: #BB3632;
}
</style>
background-color css
<style>
a { background-color: #BB3632; }
a { background-color: rgb(187,54,50); }
div.DivClassName
{
background-color: #BB3632;
}
.BgClassName
{
background-color: #BB3632;
}
</style>
border-color css
<style>
span { border-color: #BB3632; }
span { border-color: rgb(187,54,50); }
td.TdClassName
{
border-color: #BB3632;
}
.TagClassName
{
border-color: #BB3632;
}
</style>