Shades of Carmine #B2002A
Tints of Carmine #B2002A
RGB
CMYK
RGB Variations
Color information
#B2002A (or 0xB2002A) is known color: Carmine. HEX triplet: B2, 00 and 2A. RGB value is (178,0,42). Sum of RGB (Red+Green+Blue) = 178+0+42=220 (29% of max value = 765). Red value is 178 (69.92% from 255 or 80.91% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 42 (16.80% from 255 or 19.09% from 220); Max value from RGB is 178 - color contains mainly: red. Hex color #B2002A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2002A is #4DFFD5. Grayscale: #3A3A3A. Windows color (decimal): -5111766 or 2752690. OLE color: 2752690.
HSL color Cylindrical-coordinate representation of color #B2002A: hue angle of 345.84º 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 #B2002A is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 0 | 42 | - |
| CMYK | 0 | 1 | 0.76 | 0.30 |
| HSL | 345.84º | 1% | 0.35% | - |
| HSV(B) | 345.84º | 1% | 0.7% | - |
| XYZ | 18.78 | 9.63 | 3.06 | - |
| YUV | 58.01 | 118.97 | 213.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 0 | 42 | 0 | 1 | 0.76 | 0.30 | 345.84 | 1 | 0.35 |
| Hex | B2 | 0 | 2A | 0 | 64 | 4C | 1E | 15A | 64 | 23 |
| Octal | 262 | 0 | 52 | 0 | 144 | 114 | 36 | 532 | 144 | 43 |
| Binary | 10110010 | 0 | 101010 | 0 | 1100100 | 1001100 | 11110 | 101011010 | 1100100 | 100011 |
Color Harmonies of #B2002A
Complementary color
Monochromatic Colors of #B2002A
Black with #B2002A
Text Example
Text Example
White with #B2002A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2002A; }
p { color: rgb(178,0,42); }
H1.HeaderClassName
{
color: #B2002A;
}
.AnyTagClassName
{
color: #B2002A;
}
</style>
background-color css
<style>
a { background-color: #B2002A; }
a { background-color: rgb(178,0,42); }
div.DivClassName
{
background-color: #B2002A;
}
.BgClassName
{
background-color: #B2002A;
}
</style>
border-color css
<style>
span { border-color: #B2002A; }
span { border-color: rgb(178,0,42); }
td.TdClassName
{
border-color: #B2002A;
}
.TagClassName
{
border-color: #B2002A;
}
</style>