Shades of Carmine #B10129
Tints of Carmine #B10129
RGB
CMYK
RGB Variations
Color information
#B10129 (or 0xB10129) is known color: Carmine. HEX triplet: B1, 01 and 29. RGB value is (177,1,41). Sum of RGB (Red+Green+Blue) = 177+1+41=219 (29% of max value = 765). Red value is 177 (69.53% from 255 or 80.82% from 219); Green value is 1 (0.78% from 255 or 0.46% from 219); Blue value is 41 (16.41% from 255 or 18.72% from 219); Max value from RGB is 177 - color contains mainly: red. Hex color #B10129 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10129 is #4EFED6. Grayscale: #3A3A3A. Windows color (decimal): -5177047 or 2687409. OLE color: 2687409.
HSL color Cylindrical-coordinate representation of color #B10129: hue angle of 346.36º 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 #B10129 is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 1 | 41 | - |
| CMYK | 0 | 0.99 | 0.77 | 0.31 |
| HSL | 346.36º | 0.99% | 0.35% | - |
| HSV(B) | 346.36º | 0.99% | 0.69% | - |
| XYZ | 18.54 | 9.53 | 2.96 | - |
| YUV | 58.18 | 118.31 | 212.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 1 | 41 | 0 | 0.99 | 0.77 | 0.31 | 346.36 | 0.99 | 0.35 |
| Hex | B1 | 1 | 29 | 0 | 63 | 4D | 1F | 15A | 63 | 23 |
| Octal | 261 | 1 | 51 | 0 | 143 | 115 | 37 | 532 | 143 | 43 |
| Binary | 10110001 | 1 | 101001 | 0 | 1100011 | 1001101 | 11111 | 101011010 | 1100011 | 100011 |
Color Harmonies of #B10129
Complementary color
Monochromatic Colors of #B10129
Black with #B10129
Text Example
Text Example
White with #B10129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10129; }
p { color: rgb(177,1,41); }
H1.HeaderClassName
{
color: #B10129;
}
.AnyTagClassName
{
color: #B10129;
}
</style>
background-color css
<style>
a { background-color: #B10129; }
a { background-color: rgb(177,1,41); }
div.DivClassName
{
background-color: #B10129;
}
.BgClassName
{
background-color: #B10129;
}
</style>
border-color css
<style>
span { border-color: #B10129; }
span { border-color: rgb(177,1,41); }
td.TdClassName
{
border-color: #B10129;
}
.TagClassName
{
border-color: #B10129;
}
</style>