Shades of Medium Carmine #B2362E
Tints of Medium Carmine #B2362E
RGB
CMYK
RGB Variations
Color information
#B2362E (or 0xB2362E) is known color: Medium Carmine. HEX triplet: B2, 36 and 2E. RGB value is (178,54,46). Sum of RGB (Red+Green+Blue) = 178+54+46=278 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.03% from 278); Green value is 54 (21.48% from 255 or 19.42% from 278); Blue value is 46 (18.36% from 255 or 16.55% from 278); Max value from RGB is 178 - color contains mainly: red. Hex color #B2362E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2362E is #4DC9D1. Grayscale: #5A5A5A. Windows color (decimal): -5097938 or 3028658. OLE color: 3028658.
HSL color Cylindrical-coordinate representation of color #B2362E: hue angle of 3.64º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B2362E is Cyan = 0, Magento = 0.70, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 54 | 46 | - |
| CMYK | 0 | 0.70 | 0.74 | 0.30 |
| HSL | 3.64º | 0.59% | 0.44% | - |
| HSV(B) | 3.64º | 0.74% | 0.7% | - |
| XYZ | 20.17 | 12.3 | 3.9 | - |
| YUV | 90.16 | 103.08 | 190.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 54 | 46 | 0 | 0.70 | 0.74 | 0.30 | 3.64 | 0.59 | 0.44 |
| Hex | B2 | 36 | 2E | 0 | 46 | 4A | 1E | 4 | 3B | 2C |
| Octal | 262 | 66 | 56 | 0 | 106 | 112 | 36 | 4 | 73 | 54 |
| Binary | 10110010 | 110110 | 101110 | 0 | 1000110 | 1001010 | 11110 | 100 | 111011 | 101100 |
Color Harmonies of #B2362E
Complementary color
Monochromatic Colors of #B2362E
Black with #B2362E
Text Example
Text Example
White with #B2362E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2362E; }
p { color: rgb(178,54,46); }
H1.HeaderClassName
{
color: #B2362E;
}
.AnyTagClassName
{
color: #B2362E;
}
</style>
background-color css
<style>
a { background-color: #B2362E; }
a { background-color: rgb(178,54,46); }
div.DivClassName
{
background-color: #B2362E;
}
.BgClassName
{
background-color: #B2362E;
}
</style>
border-color css
<style>
span { border-color: #B2362E; }
span { border-color: rgb(178,54,46); }
td.TdClassName
{
border-color: #B2362E;
}
.TagClassName
{
border-color: #B2362E;
}
</style>