Shades of Medium Carmine #B4342C
Tints of Medium Carmine #B4342C
RGB
CMYK
RGB Variations
Color information
#B4342C (or 0xB4342C) is known color: Medium Carmine. HEX triplet: B4, 34 and 2C. RGB value is (180,52,44). Sum of RGB (Red+Green+Blue) = 180+52+44=276 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.22% from 276); Green value is 52 (20.70% from 255 or 18.84% from 276); Blue value is 44 (17.58% from 255 or 15.94% from 276); Max value from RGB is 180 - color contains mainly: red. Hex color #B4342C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4342C is #4BCBD3. Grayscale: #595959. Windows color (decimal): -4967380 or 2897076. OLE color: 2897076.
HSL color Cylindrical-coordinate representation of color #B4342C: hue angle of 3.53º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B4342C is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 52 | 44 | - |
| CMYK | 0 | 0.71 | 0.76 | 0.29 |
| HSL | 3.53º | 0.61% | 0.44% | - |
| HSV(B) | 3.53º | 0.76% | 0.71% | - |
| XYZ | 20.51 | 12.34 | 3.68 | - |
| YUV | 89.36 | 102.41 | 192.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 52 | 44 | 0 | 0.71 | 0.76 | 0.29 | 3.53 | 0.61 | 0.44 |
| Hex | B4 | 34 | 2C | 0 | 47 | 4C | 1D | 4 | 3D | 2C |
| Octal | 264 | 64 | 54 | 0 | 107 | 114 | 35 | 4 | 75 | 54 |
| Binary | 10110100 | 110100 | 101100 | 0 | 1000111 | 1001100 | 11101 | 100 | 111101 | 101100 |
Color Harmonies of #B4342C
Complementary color
Monochromatic Colors of #B4342C
Black with #B4342C
Text Example
Text Example
White with #B4342C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4342C; }
p { color: rgb(180,52,44); }
H1.HeaderClassName
{
color: #B4342C;
}
.AnyTagClassName
{
color: #B4342C;
}
</style>
background-color css
<style>
a { background-color: #B4342C; }
a { background-color: rgb(180,52,44); }
div.DivClassName
{
background-color: #B4342C;
}
.BgClassName
{
background-color: #B4342C;
}
</style>
border-color css
<style>
span { border-color: #B4342C; }
span { border-color: rgb(180,52,44); }
td.TdClassName
{
border-color: #B4342C;
}
.TagClassName
{
border-color: #B4342C;
}
</style>