Shades of Medium Carmine #B9342C
Tints of Medium Carmine #B9342C
RGB
CMYK
RGB Variations
Color information
#B9342C (or 0xB9342C) is known color: Medium Carmine. HEX triplet: B9, 34 and 2C. RGB value is (185,52,44). Sum of RGB (Red+Green+Blue) = 185+52+44=281 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.84% from 281); Green value is 52 (20.70% from 255 or 18.51% from 281); Blue value is 44 (17.58% from 255 or 15.66% from 281); Max value from RGB is 185 - color contains mainly: red. Hex color #B9342C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9342C is #46CBD3. Grayscale: #5B5B5B. Windows color (decimal): -4639700 or 2897081. OLE color: 2897081.
HSL color Cylindrical-coordinate representation of color #B9342C: hue angle of 3.4º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B9342C is Cyan = 0, Magento = 0.72, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 52 | 44 | - |
| CMYK | 0 | 0.72 | 0.76 | 0.27 |
| HSL | 3.4º | 0.62% | 0.45% | - |
| HSV(B) | 3.4º | 0.76% | 0.73% | - |
| XYZ | 21.69 | 12.95 | 3.74 | - |
| YUV | 90.86 | 101.56 | 195.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 52 | 44 | 0 | 0.72 | 0.76 | 0.27 | 3.4 | 0.62 | 0.45 |
| Hex | B9 | 34 | 2C | 0 | 48 | 4C | 1B | 3 | 3E | 2D |
| Octal | 271 | 64 | 54 | 0 | 110 | 114 | 33 | 3 | 76 | 55 |
| Binary | 10111001 | 110100 | 101100 | 0 | 1001000 | 1001100 | 11011 | 11 | 111110 | 101101 |
Color Harmonies of #B9342C
Complementary color
Monochromatic Colors of #B9342C
Black with #B9342C
Text Example
Text Example
White with #B9342C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9342C; }
p { color: rgb(185,52,44); }
H1.HeaderClassName
{
color: #B9342C;
}
.AnyTagClassName
{
color: #B9342C;
}
</style>
background-color css
<style>
a { background-color: #B9342C; }
a { background-color: rgb(185,52,44); }
div.DivClassName
{
background-color: #B9342C;
}
.BgClassName
{
background-color: #B9342C;
}
</style>
border-color css
<style>
span { border-color: #B9342C; }
span { border-color: rgb(185,52,44); }
td.TdClassName
{
border-color: #B9342C;
}
.TagClassName
{
border-color: #B9342C;
}
</style>