Shades of Carmine #B1012F
Tints of Carmine #B1012F
RGB
CMYK
RGB Variations
Color information
#B1012F (or 0xB1012F) is known color: Carmine. HEX triplet: B1, 01 and 2F. RGB value is (177,1,47). Sum of RGB (Red+Green+Blue) = 177+1+47=225 (29% of max value = 765). Red value is 177 (69.53% from 255 or 78.67% from 225); Green value is 1 (0.78% from 255 or 0.44% from 225); Blue value is 47 (18.75% from 255 or 20.89% from 225); Max value from RGB is 177 - color contains mainly: red. Hex color #B1012F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1012F is #4EFED0. Grayscale: #3A3A3A. Windows color (decimal): -5177041 or 3080625. OLE color: 3080625.
HSL color Cylindrical-coordinate representation of color #B1012F: hue angle of 344.32º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B1012F is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 1 | 47 | - |
| CMYK | 0 | 0.99 | 0.73 | 0.31 |
| HSL | 344.32º | 0.99% | 0.35% | - |
| HSV(B) | 344.32º | 0.99% | 0.69% | - |
| XYZ | 18.66 | 9.57 | 3.55 | - |
| YUV | 58.87 | 121.31 | 212.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 1 | 47 | 0 | 0.99 | 0.73 | 0.31 | 344.32 | 0.99 | 0.35 |
| Hex | B1 | 1 | 2F | 0 | 63 | 49 | 1F | 158 | 63 | 23 |
| Octal | 261 | 1 | 57 | 0 | 143 | 111 | 37 | 530 | 143 | 43 |
| Binary | 10110001 | 1 | 101111 | 0 | 1100011 | 1001001 | 11111 | 101011000 | 1100011 | 100011 |
Color Harmonies of #B1012F
Complementary color
Monochromatic Colors of #B1012F
Black with #B1012F
Text Example
Text Example
White with #B1012F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1012F; }
p { color: rgb(177,1,47); }
H1.HeaderClassName
{
color: #B1012F;
}
.AnyTagClassName
{
color: #B1012F;
}
</style>
background-color css
<style>
a { background-color: #B1012F; }
a { background-color: rgb(177,1,47); }
div.DivClassName
{
background-color: #B1012F;
}
.BgClassName
{
background-color: #B1012F;
}
</style>
border-color css
<style>
span { border-color: #B1012F; }
span { border-color: rgb(177,1,47); }
td.TdClassName
{
border-color: #B1012F;
}
.TagClassName
{
border-color: #B1012F;
}
</style>