Shades of Medium Carmine #B0342C
Tints of Medium Carmine #B0342C
RGB
CMYK
RGB Variations
Color information
#B0342C (or 0xB0342C) is known color: Medium Carmine. HEX triplet: B0, 34 and 2C. RGB value is (176,52,44). Sum of RGB (Red+Green+Blue) = 176+52+44=272 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.71% from 272); Green value is 52 (20.70% from 255 or 19.12% from 272); Blue value is 44 (17.58% from 255 or 16.18% from 272); Max value from RGB is 176 - color contains mainly: red. Hex color #B0342C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0342C is #4FCBD3. Grayscale: #585858. Windows color (decimal): -5229524 or 2897072. OLE color: 2897072.
HSL color Cylindrical-coordinate representation of color #B0342C: hue angle of 3.64º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B0342C is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 52 | 44 | - |
| CMYK | 0 | 0.70 | 0.75 | 0.31 |
| HSL | 3.64º | 0.6% | 0.43% | - |
| HSV(B) | 3.64º | 0.75% | 0.69% | - |
| XYZ | 19.59 | 11.87 | 3.64 | - |
| YUV | 88.16 | 103.08 | 190.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 52 | 44 | 0 | 0.70 | 0.75 | 0.31 | 3.64 | 0.6 | 0.43 |
| Hex | B0 | 34 | 2C | 0 | 46 | 4B | 1F | 4 | 3C | 2B |
| Octal | 260 | 64 | 54 | 0 | 106 | 113 | 37 | 4 | 74 | 53 |
| Binary | 10110000 | 110100 | 101100 | 0 | 1000110 | 1001011 | 11111 | 100 | 111100 | 101011 |
Color Harmonies of #B0342C
Complementary color
Monochromatic Colors of #B0342C
Black with #B0342C
Text Example
Text Example
White with #B0342C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0342C; }
p { color: rgb(176,52,44); }
H1.HeaderClassName
{
color: #B0342C;
}
.AnyTagClassName
{
color: #B0342C;
}
</style>
background-color css
<style>
a { background-color: #B0342C; }
a { background-color: rgb(176,52,44); }
div.DivClassName
{
background-color: #B0342C;
}
.BgClassName
{
background-color: #B0342C;
}
</style>
border-color css
<style>
span { border-color: #B0342C; }
span { border-color: rgb(176,52,44); }
td.TdClassName
{
border-color: #B0342C;
}
.TagClassName
{
border-color: #B0342C;
}
</style>