Shades of Medium Carmine #B2342D
Tints of Medium Carmine #B2342D
RGB
CMYK
RGB Variations
Color information
#B2342D (or 0xB2342D) is known color: Medium Carmine. HEX triplet: B2, 34 and 2D. RGB value is (178,52,45). Sum of RGB (Red+Green+Blue) = 178+52+45=275 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.73% from 275); Green value is 52 (20.70% from 255 or 18.91% from 275); Blue value is 45 (17.97% from 255 or 16.36% from 275); Max value from RGB is 178 - color contains mainly: red. Hex color #B2342D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2342D is #4DCBD2. Grayscale: #595959. Windows color (decimal): -5098451 or 2962610. OLE color: 2962610.
HSL color Cylindrical-coordinate representation of color #B2342D: hue angle of 3.16º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B2342D is Cyan = 0, Magento = 0.71, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 52 | 45 | - |
| CMYK | 0 | 0.71 | 0.75 | 0.30 |
| HSL | 3.16º | 0.6% | 0.44% | - |
| HSV(B) | 3.16º | 0.75% | 0.7% | - |
| XYZ | 20.06 | 12.11 | 3.76 | - |
| YUV | 88.88 | 103.24 | 191.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 52 | 45 | 0 | 0.71 | 0.75 | 0.30 | 3.16 | 0.6 | 0.44 |
| Hex | B2 | 34 | 2D | 0 | 47 | 4B | 1E | 3 | 3C | 2C |
| Octal | 262 | 64 | 55 | 0 | 107 | 113 | 36 | 3 | 74 | 54 |
| Binary | 10110010 | 110100 | 101101 | 0 | 1000111 | 1001011 | 11110 | 11 | 111100 | 101100 |
Color Harmonies of #B2342D
Complementary color
Monochromatic Colors of #B2342D
Black with #B2342D
Text Example
Text Example
White with #B2342D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2342D; }
p { color: rgb(178,52,45); }
H1.HeaderClassName
{
color: #B2342D;
}
.AnyTagClassName
{
color: #B2342D;
}
</style>
background-color css
<style>
a { background-color: #B2342D; }
a { background-color: rgb(178,52,45); }
div.DivClassName
{
background-color: #B2342D;
}
.BgClassName
{
background-color: #B2342D;
}
</style>
border-color css
<style>
span { border-color: #B2342D; }
span { border-color: rgb(178,52,45); }
td.TdClassName
{
border-color: #B2342D;
}
.TagClassName
{
border-color: #B2342D;
}
</style>