Shades of Medium Carmine #B2382C
Tints of Medium Carmine #B2382C
RGB
CMYK
RGB Variations
Color information
#B2382C (or 0xB2382C) is known color: Medium Carmine. HEX triplet: B2, 38 and 2C. RGB value is (178,56,44). Sum of RGB (Red+Green+Blue) = 178+56+44=278 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.03% from 278); Green value is 56 (22.27% from 255 or 20.14% from 278); Blue value is 44 (17.58% from 255 or 15.83% from 278); Max value from RGB is 178 - color contains mainly: red. Hex color #B2382C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2382C is #4DC7D3. Grayscale: #5B5B5B. Windows color (decimal): -5097428 or 2898098. OLE color: 2898098.
HSL color Cylindrical-coordinate representation of color #B2382C: hue angle of 5.37º 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 #B2382C is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 56 | 44 | - |
| CMYK | 0 | 0.69 | 0.75 | 0.30 |
| HSL | 5.37º | 0.6% | 0.44% | - |
| HSV(B) | 5.37º | 0.75% | 0.7% | - |
| XYZ | 20.23 | 12.48 | 3.72 | - |
| YUV | 91.11 | 101.42 | 189.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 56 | 44 | 0 | 0.69 | 0.75 | 0.30 | 5.37 | 0.6 | 0.44 |
| Hex | B2 | 38 | 2C | 0 | 45 | 4B | 1E | 5 | 3C | 2C |
| Octal | 262 | 70 | 54 | 0 | 105 | 113 | 36 | 5 | 74 | 54 |
| Binary | 10110010 | 111000 | 101100 | 0 | 1000101 | 1001011 | 11110 | 101 | 111100 | 101100 |
Color Harmonies of #B2382C
Complementary color
Monochromatic Colors of #B2382C
Black with #B2382C
Text Example
Text Example
White with #B2382C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2382C; }
p { color: rgb(178,56,44); }
H1.HeaderClassName
{
color: #B2382C;
}
.AnyTagClassName
{
color: #B2382C;
}
</style>
background-color css
<style>
a { background-color: #B2382C; }
a { background-color: rgb(178,56,44); }
div.DivClassName
{
background-color: #B2382C;
}
.BgClassName
{
background-color: #B2382C;
}
</style>
border-color css
<style>
span { border-color: #B2382C; }
span { border-color: rgb(178,56,44); }
td.TdClassName
{
border-color: #B2382C;
}
.TagClassName
{
border-color: #B2382C;
}
</style>