Shades of Carmine #B1002F
Tints of Carmine #B1002F
RGB
CMYK
RGB Variations
Color information
#B1002F (or 0xB1002F) is known color: Carmine. HEX triplet: B1, 00 and 2F. RGB value is (177,0,47). Sum of RGB (Red+Green+Blue) = 177+0+47=224 (29% of max value = 765). Red value is 177 (69.53% from 255 or 79.02% from 224); Green value is 0 (0.39% from 255 or 0% from 224); Blue value is 47 (18.75% from 255 or 20.98% from 224); Max value from RGB is 177 - color contains mainly: red. Hex color #B1002F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1002F is #4EFFD0. Grayscale: #3A3A3A. Windows color (decimal): -5177297 or 3080369. OLE color: 3080369.
HSL color Cylindrical-coordinate representation of color #B1002F: hue angle of 344.07º 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 #B1002F is Cyan = 0, Magento = 1, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 0 | 47 | - |
| CMYK | 0 | 1 | 0.73 | 0.31 |
| HSL | 344.07º | 1% | 0.35% | - |
| HSV(B) | 344.07º | 1% | 0.69% | - |
| XYZ | 18.64 | 9.55 | 3.55 | - |
| YUV | 58.28 | 121.64 | 212.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 0 | 47 | 0 | 1 | 0.73 | 0.31 | 344.07 | 1 | 0.35 |
| Hex | B1 | 0 | 2F | 0 | 64 | 49 | 1F | 158 | 64 | 23 |
| Octal | 261 | 0 | 57 | 0 | 144 | 111 | 37 | 530 | 144 | 43 |
| Binary | 10110001 | 0 | 101111 | 0 | 1100100 | 1001001 | 11111 | 101011000 | 1100100 | 100011 |
Color Harmonies of #B1002F
Complementary color
Monochromatic Colors of #B1002F
Black with #B1002F
Text Example
Text Example
White with #B1002F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1002F; }
p { color: rgb(177,0,47); }
H1.HeaderClassName
{
color: #B1002F;
}
.AnyTagClassName
{
color: #B1002F;
}
</style>
background-color css
<style>
a { background-color: #B1002F; }
a { background-color: rgb(177,0,47); }
div.DivClassName
{
background-color: #B1002F;
}
.BgClassName
{
background-color: #B1002F;
}
</style>
border-color css
<style>
span { border-color: #B1002F; }
span { border-color: rgb(177,0,47); }
td.TdClassName
{
border-color: #B1002F;
}
.TagClassName
{
border-color: #B1002F;
}
</style>