Shades of Medium Carmine #B2362C
Tints of Medium Carmine #B2362C
RGB
CMYK
RGB Variations
Color information
#B2362C (or 0xB2362C) is known color: Medium Carmine. HEX triplet: B2, 36 and 2C. RGB value is (178,54,44). Sum of RGB (Red+Green+Blue) = 178+54+44=276 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.49% from 276); Green value is 54 (21.48% from 255 or 19.57% from 276); Blue value is 44 (17.58% from 255 or 15.94% from 276); Max value from RGB is 178 - color contains mainly: red. Hex color #B2362C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2362C is #4DC9D3. Grayscale: #5A5A5A. Windows color (decimal): -5097940 or 2897586. OLE color: 2897586.
HSL color Cylindrical-coordinate representation of color #B2362C: hue angle of 4.48º 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 #B2362C is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 54 | 44 | - |
| CMYK | 0 | 0.70 | 0.75 | 0.30 |
| HSL | 4.48º | 0.6% | 0.44% | - |
| HSV(B) | 4.48º | 0.75% | 0.7% | - |
| XYZ | 20.13 | 12.29 | 3.69 | - |
| YUV | 89.94 | 102.08 | 190.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 54 | 44 | 0 | 0.70 | 0.75 | 0.30 | 4.48 | 0.6 | 0.44 |
| Hex | B2 | 36 | 2C | 0 | 46 | 4B | 1E | 4 | 3C | 2C |
| Octal | 262 | 66 | 54 | 0 | 106 | 113 | 36 | 4 | 74 | 54 |
| Binary | 10110010 | 110110 | 101100 | 0 | 1000110 | 1001011 | 11110 | 100 | 111100 | 101100 |
Color Harmonies of #B2362C
Complementary color
Monochromatic Colors of #B2362C
Black with #B2362C
Text Example
Text Example
White with #B2362C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2362C; }
p { color: rgb(178,54,44); }
H1.HeaderClassName
{
color: #B2362C;
}
.AnyTagClassName
{
color: #B2362C;
}
</style>
background-color css
<style>
a { background-color: #B2362C; }
a { background-color: rgb(178,54,44); }
div.DivClassName
{
background-color: #B2362C;
}
.BgClassName
{
background-color: #B2362C;
}
</style>
border-color css
<style>
span { border-color: #B2362C; }
span { border-color: rgb(178,54,44); }
td.TdClassName
{
border-color: #B2362C;
}
.TagClassName
{
border-color: #B2362C;
}
</style>