Shades of Medium Carmine #B2463B
Tints of Medium Carmine #B2463B
RGB
CMYK
RGB Variations
Color information
#B2463B (or 0xB2463B) is known color: Medium Carmine. HEX triplet: B2, 46 and 3B. RGB value is (178,70,59). Sum of RGB (Red+Green+Blue) = 178+70+59=307 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.98% from 307); Green value is 70 (27.73% from 255 or 22.80% from 307); Blue value is 59 (23.44% from 255 or 19.22% from 307); Max value from RGB is 178 - color contains mainly: red. Hex color #B2463B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2463B is #4DB9C4. Grayscale: #656565. Windows color (decimal): -5093829 or 3884722. OLE color: 3884722.
HSL color Cylindrical-coordinate representation of color #B2463B: hue angle of 5.55º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B2463B is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 70 | 59 | - |
| CMYK | 0 | 0.61 | 0.67 | 0.30 |
| HSL | 5.55º | 0.5% | 0.46% | - |
| HSV(B) | 5.55º | 0.67% | 0.7% | - |
| XYZ | 21.34 | 14.16 | 5.75 | - |
| YUV | 101.04 | 104.28 | 182.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 70 | 59 | 0 | 0.61 | 0.67 | 0.30 | 5.55 | 0.5 | 0.46 |
| Hex | B2 | 46 | 3B | 0 | 3D | 43 | 1E | 6 | 32 | 2E |
| Octal | 262 | 106 | 73 | 0 | 75 | 103 | 36 | 6 | 62 | 56 |
| Binary | 10110010 | 1000110 | 111011 | 0 | 111101 | 1000011 | 11110 | 110 | 110010 | 101110 |
Color Harmonies of #B2463B
Complementary color
Monochromatic Colors of #B2463B
Black with #B2463B
Text Example
Text Example
White with #B2463B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2463B; }
p { color: rgb(178,70,59); }
H1.HeaderClassName
{
color: #B2463B;
}
.AnyTagClassName
{
color: #B2463B;
}
</style>
background-color css
<style>
a { background-color: #B2463B; }
a { background-color: rgb(178,70,59); }
div.DivClassName
{
background-color: #B2463B;
}
.BgClassName
{
background-color: #B2463B;
}
</style>
border-color css
<style>
span { border-color: #B2463B; }
span { border-color: rgb(178,70,59); }
td.TdClassName
{
border-color: #B2463B;
}
.TagClassName
{
border-color: #B2463B;
}
</style>