Shades of Carmine #B1002D
Tints of Carmine #B1002D
RGB
CMYK
RGB Variations
Color information
#B1002D (or 0xB1002D) is known color: Carmine. HEX triplet: B1, 00 and 2D. RGB value is (177,0,45). Sum of RGB (Red+Green+Blue) = 177+0+45=222 (29% of max value = 765). Red value is 177 (69.53% from 255 or 79.73% from 222); Green value is 0 (0.39% from 255 or 0% from 222); Blue value is 45 (17.97% from 255 or 20.27% from 222); Max value from RGB is 177 - color contains mainly: red. Hex color #B1002D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1002D is #4EFFD2. Grayscale: #3A3A3A. Windows color (decimal): -5177299 or 2949297. OLE color: 2949297.
HSL color Cylindrical-coordinate representation of color #B1002D: hue angle of 344.75º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B1002D is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 0 | 45 | - |
| CMYK | 0 | 1 | 0.75 | 0.31 |
| HSL | 344.75º | 1% | 0.35% | - |
| HSV(B) | 344.75º | 1% | 0.69% | - |
| XYZ | 18.61 | 9.54 | 3.34 | - |
| YUV | 58.05 | 120.64 | 212.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 0 | 45 | 0 | 1 | 0.75 | 0.31 | 344.75 | 1 | 0.35 |
| Hex | B1 | 0 | 2D | 0 | 64 | 4B | 1F | 159 | 64 | 23 |
| Octal | 261 | 0 | 55 | 0 | 144 | 113 | 37 | 531 | 144 | 43 |
| Binary | 10110001 | 0 | 101101 | 0 | 1100100 | 1001011 | 11111 | 101011001 | 1100100 | 100011 |
Color Harmonies of #B1002D
Complementary color
Monochromatic Colors of #B1002D
Black with #B1002D
Text Example
Text Example
White with #B1002D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1002D; }
p { color: rgb(177,0,45); }
H1.HeaderClassName
{
color: #B1002D;
}
.AnyTagClassName
{
color: #B1002D;
}
</style>
background-color css
<style>
a { background-color: #B1002D; }
a { background-color: rgb(177,0,45); }
div.DivClassName
{
background-color: #B1002D;
}
.BgClassName
{
background-color: #B1002D;
}
</style>
border-color css
<style>
span { border-color: #B1002D; }
span { border-color: rgb(177,0,45); }
td.TdClassName
{
border-color: #B1002D;
}
.TagClassName
{
border-color: #B1002D;
}
</style>