Shades of Carmine #B2002E
Tints of Carmine #B2002E
RGB
CMYK
RGB Variations
Color information
#B2002E (or 0xB2002E) is known color: Carmine. HEX triplet: B2, 00 and 2E. RGB value is (178,0,46). Sum of RGB (Red+Green+Blue) = 178+0+46=224 (29% of max value = 765). Red value is 178 (69.92% from 255 or 79.46% from 224); Green value is 0 (0.39% from 255 or 0% from 224); Blue value is 46 (18.36% from 255 or 20.54% from 224); Max value from RGB is 178 - color contains mainly: red. Hex color #B2002E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2002E is #4DFFD1. Grayscale: #3A3A3A. Windows color (decimal): -5111762 or 3014834. OLE color: 3014834.
HSL color Cylindrical-coordinate representation of color #B2002E: hue angle of 344.49º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B2002E is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 0 | 46 | - |
| CMYK | 0 | 1 | 0.74 | 0.30 |
| HSL | 344.49º | 1% | 0.35% | - |
| HSV(B) | 344.49º | 1% | 0.7% | - |
| XYZ | 18.85 | 9.66 | 3.46 | - |
| YUV | 58.47 | 120.97 | 213.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 0 | 46 | 0 | 1 | 0.74 | 0.30 | 344.49 | 1 | 0.35 |
| Hex | B2 | 0 | 2E | 0 | 64 | 4A | 1E | 158 | 64 | 23 |
| Octal | 262 | 0 | 56 | 0 | 144 | 112 | 36 | 530 | 144 | 43 |
| Binary | 10110010 | 0 | 101110 | 0 | 1100100 | 1001010 | 11110 | 101011000 | 1100100 | 100011 |
Color Harmonies of #B2002E
Complementary color
Monochromatic Colors of #B2002E
Black with #B2002E
Text Example
Text Example
White with #B2002E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2002E; }
p { color: rgb(178,0,46); }
H1.HeaderClassName
{
color: #B2002E;
}
.AnyTagClassName
{
color: #B2002E;
}
</style>
background-color css
<style>
a { background-color: #B2002E; }
a { background-color: rgb(178,0,46); }
div.DivClassName
{
background-color: #B2002E;
}
.BgClassName
{
background-color: #B2002E;
}
</style>
border-color css
<style>
span { border-color: #B2002E; }
span { border-color: rgb(178,0,46); }
td.TdClassName
{
border-color: #B2002E;
}
.TagClassName
{
border-color: #B2002E;
}
</style>