Shades of Carmine #B2012A
Tints of Carmine #B2012A
RGB
CMYK
RGB Variations
Color information
#B2012A (or 0xB2012A) is known color: Carmine. HEX triplet: B2, 01 and 2A. RGB value is (178,1,42). Sum of RGB (Red+Green+Blue) = 178+1+42=221 (29% of max value = 765). Red value is 178 (69.92% from 255 or 80.54% from 221); Green value is 1 (0.78% from 255 or 0.45% from 221); Blue value is 42 (16.80% from 255 or 19.00% from 221); Max value from RGB is 178 - color contains mainly: red. Hex color #B2012A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2012A is #4DFED5. Grayscale: #3A3A3A. Windows color (decimal): -5111510 or 2752946. OLE color: 2752946.
HSL color Cylindrical-coordinate representation of color #B2012A: hue angle of 346.1º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B2012A is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 1 | 42 | - |
| CMYK | 0 | 0.99 | 0.76 | 0.30 |
| HSL | 346.1º | 0.99% | 0.35% | - |
| HSV(B) | 346.1º | 0.99% | 0.7% | - |
| XYZ | 18.79 | 9.65 | 3.06 | - |
| YUV | 58.6 | 118.64 | 213.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 1 | 42 | 0 | 0.99 | 0.76 | 0.30 | 346.1 | 0.99 | 0.35 |
| Hex | B2 | 1 | 2A | 0 | 63 | 4C | 1E | 15A | 63 | 23 |
| Octal | 262 | 1 | 52 | 0 | 143 | 114 | 36 | 532 | 143 | 43 |
| Binary | 10110010 | 1 | 101010 | 0 | 1100011 | 1001100 | 11110 | 101011010 | 1100011 | 100011 |
Color Harmonies of #B2012A
Complementary color
Monochromatic Colors of #B2012A
Black with #B2012A
Text Example
Text Example
White with #B2012A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2012A; }
p { color: rgb(178,1,42); }
H1.HeaderClassName
{
color: #B2012A;
}
.AnyTagClassName
{
color: #B2012A;
}
</style>
background-color css
<style>
a { background-color: #B2012A; }
a { background-color: rgb(178,1,42); }
div.DivClassName
{
background-color: #B2012A;
}
.BgClassName
{
background-color: #B2012A;
}
</style>
border-color css
<style>
span { border-color: #B2012A; }
span { border-color: rgb(178,1,42); }
td.TdClassName
{
border-color: #B2012A;
}
.TagClassName
{
border-color: #B2012A;
}
</style>