Shades of Medium Carmine #BB4334
Tints of Medium Carmine #BB4334
RGB
CMYK
RGB Variations
Color information
#BB4334 (or 0xBB4334) is known color: Medium Carmine. HEX triplet: BB, 43 and 34. RGB value is (187,67,52). Sum of RGB (Red+Green+Blue) = 187+67+52=306 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.11% from 306); Green value is 67 (26.56% from 255 or 21.90% from 306); Blue value is 52 (20.70% from 255 or 16.99% from 306); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4334 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4334 is #44BCCB. Grayscale: #656565. Windows color (decimal): -4504780 or 3425211. OLE color: 3425211.
HSL color Cylindrical-coordinate representation of color #BB4334: hue angle of 6.67º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BB4334 is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 67 | 52 | - |
| CMYK | 0 | 0.64 | 0.72 | 0.27 |
| HSL | 6.67º | 0.56% | 0.47% | - |
| HSV(B) | 6.67º | 0.72% | 0.73% | - |
| XYZ | 23.12 | 14.83 | 4.89 | - |
| YUV | 101.17 | 100.26 | 189.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 67 | 52 | 0 | 0.64 | 0.72 | 0.27 | 6.67 | 0.56 | 0.47 |
| Hex | BB | 43 | 34 | 0 | 40 | 48 | 1B | 7 | 38 | 2F |
| Octal | 273 | 103 | 64 | 0 | 100 | 110 | 33 | 7 | 70 | 57 |
| Binary | 10111011 | 1000011 | 110100 | 0 | 1000000 | 1001000 | 11011 | 111 | 111000 | 101111 |
Color Harmonies of #BB4334
Complementary color
Monochromatic Colors of #BB4334
Black with #BB4334
Text Example
Text Example
White with #BB4334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4334; }
p { color: rgb(187,67,52); }
H1.HeaderClassName
{
color: #BB4334;
}
.AnyTagClassName
{
color: #BB4334;
}
</style>
background-color css
<style>
a { background-color: #BB4334; }
a { background-color: rgb(187,67,52); }
div.DivClassName
{
background-color: #BB4334;
}
.BgClassName
{
background-color: #BB4334;
}
</style>
border-color css
<style>
span { border-color: #BB4334; }
span { border-color: rgb(187,67,52); }
td.TdClassName
{
border-color: #BB4334;
}
.TagClassName
{
border-color: #BB4334;
}
</style>