Shades of Medium Carmine #B2372C
Tints of Medium Carmine #B2372C
RGB
CMYK
RGB Variations
Color information
#B2372C (or 0xB2372C) is known color: Medium Carmine. HEX triplet: B2, 37 and 2C. RGB value is (178,55,44). Sum of RGB (Red+Green+Blue) = 178+55+44=277 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.26% from 277); Green value is 55 (21.88% from 255 or 19.86% from 277); Blue value is 44 (17.58% from 255 or 15.88% from 277); Max value from RGB is 178 - color contains mainly: red. Hex color #B2372C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2372C is #4DC8D3. Grayscale: #5A5A5A. Windows color (decimal): -5097684 or 2897842. OLE color: 2897842.
HSL color Cylindrical-coordinate representation of color #B2372C: hue angle of 4.93º 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 #B2372C is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 55 | 44 | - |
| CMYK | 0 | 0.69 | 0.75 | 0.30 |
| HSL | 4.93º | 0.6% | 0.44% | - |
| HSV(B) | 4.93º | 0.75% | 0.7% | - |
| XYZ | 20.18 | 12.38 | 3.71 | - |
| YUV | 90.52 | 101.75 | 190.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 55 | 44 | 0 | 0.69 | 0.75 | 0.30 | 4.93 | 0.6 | 0.44 |
| Hex | B2 | 37 | 2C | 0 | 45 | 4B | 1E | 5 | 3C | 2C |
| Octal | 262 | 67 | 54 | 0 | 105 | 113 | 36 | 5 | 74 | 54 |
| Binary | 10110010 | 110111 | 101100 | 0 | 1000101 | 1001011 | 11110 | 101 | 111100 | 101100 |
Color Harmonies of #B2372C
Complementary color
Monochromatic Colors of #B2372C
Black with #B2372C
Text Example
Text Example
White with #B2372C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2372C; }
p { color: rgb(178,55,44); }
H1.HeaderClassName
{
color: #B2372C;
}
.AnyTagClassName
{
color: #B2372C;
}
</style>
background-color css
<style>
a { background-color: #B2372C; }
a { background-color: rgb(178,55,44); }
div.DivClassName
{
background-color: #B2372C;
}
.BgClassName
{
background-color: #B2372C;
}
</style>
border-color css
<style>
span { border-color: #B2372C; }
span { border-color: rgb(178,55,44); }
td.TdClassName
{
border-color: #B2372C;
}
.TagClassName
{
border-color: #B2372C;
}
</style>