Shades of Carmine #B2012D
Tints of Carmine #B2012D
RGB
CMYK
RGB Variations
Color information
#B2012D (or 0xB2012D) is known color: Carmine. HEX triplet: B2, 01 and 2D. RGB value is (178,1,45). Sum of RGB (Red+Green+Blue) = 178+1+45=224 (29% of max value = 765). Red value is 178 (69.92% from 255 or 79.46% from 224); Green value is 1 (0.78% from 255 or 0.45% from 224); Blue value is 45 (17.97% from 255 or 20.09% from 224); Max value from RGB is 178 - color contains mainly: red. Hex color #B2012D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2012D is #4DFED2. Grayscale: #3A3A3A. Windows color (decimal): -5111507 or 2949554. OLE color: 2949554.
HSL color Cylindrical-coordinate representation of color #B2012D: hue angle of 345.08º 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 #B2012D is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 1 | 45 | - |
| CMYK | 0 | 0.99 | 0.75 | 0.30 |
| HSL | 345.08º | 0.99% | 0.35% | - |
| HSV(B) | 345.08º | 0.99% | 0.7% | - |
| XYZ | 18.84 | 9.68 | 3.36 | - |
| YUV | 58.94 | 120.14 | 212.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 1 | 45 | 0 | 0.99 | 0.75 | 0.30 | 345.08 | 0.99 | 0.35 |
| Hex | B2 | 1 | 2D | 0 | 63 | 4B | 1E | 159 | 63 | 23 |
| Octal | 262 | 1 | 55 | 0 | 143 | 113 | 36 | 531 | 143 | 43 |
| Binary | 10110010 | 1 | 101101 | 0 | 1100011 | 1001011 | 11110 | 101011001 | 1100011 | 100011 |
Color Harmonies of #B2012D
Complementary color
Monochromatic Colors of #B2012D
Black with #B2012D
Text Example
Text Example
White with #B2012D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2012D; }
p { color: rgb(178,1,45); }
H1.HeaderClassName
{
color: #B2012D;
}
.AnyTagClassName
{
color: #B2012D;
}
</style>
background-color css
<style>
a { background-color: #B2012D; }
a { background-color: rgb(178,1,45); }
div.DivClassName
{
background-color: #B2012D;
}
.BgClassName
{
background-color: #B2012D;
}
</style>
border-color css
<style>
span { border-color: #B2012D; }
span { border-color: rgb(178,1,45); }
td.TdClassName
{
border-color: #B2012D;
}
.TagClassName
{
border-color: #B2012D;
}
</style>