Shades of Carmine #B10028
Tints of Carmine #B10028
RGB
CMYK
RGB Variations
Color information
#B10028 (or 0xB10028) is known color: Carmine. HEX triplet: B1, 00 and 28. RGB value is (177,0,40). Sum of RGB (Red+Green+Blue) = 177+0+40=217 (28% of max value = 765). Red value is 177 (69.53% from 255 or 81.57% from 217); Green value is 0 (0.39% from 255 or 0% from 217); Blue value is 40 (16.02% from 255 or 18.43% from 217); Max value from RGB is 177 - color contains mainly: red. Hex color #B10028 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10028 is #4EFFD7. Grayscale: #393939. Windows color (decimal): -5177304 or 2621617. OLE color: 2621617.
HSL color Cylindrical-coordinate representation of color #B10028: hue angle of 346.44º 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 #B10028 is Cyan = 0, Magento = 1, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 0 | 40 | - |
| CMYK | 0 | 1 | 0.77 | 0.31 |
| HSL | 346.44º | 1% | 0.35% | - |
| HSV(B) | 346.44º | 1% | 0.69% | - |
| XYZ | 18.51 | 9.5 | 2.87 | - |
| YUV | 57.48 | 118.14 | 213.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 0 | 40 | 0 | 1 | 0.77 | 0.31 | 346.44 | 1 | 0.35 |
| Hex | B1 | 0 | 28 | 0 | 64 | 4D | 1F | 15A | 64 | 23 |
| Octal | 261 | 0 | 50 | 0 | 144 | 115 | 37 | 532 | 144 | 43 |
| Binary | 10110001 | 0 | 101000 | 0 | 1100100 | 1001101 | 11111 | 101011010 | 1100100 | 100011 |
Color Harmonies of #B10028
Complementary color
Monochromatic Colors of #B10028
Black with #B10028
Text Example
Text Example
White with #B10028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10028; }
p { color: rgb(177,0,40); }
H1.HeaderClassName
{
color: #B10028;
}
.AnyTagClassName
{
color: #B10028;
}
</style>
background-color css
<style>
a { background-color: #B10028; }
a { background-color: rgb(177,0,40); }
div.DivClassName
{
background-color: #B10028;
}
.BgClassName
{
background-color: #B10028;
}
</style>
border-color css
<style>
span { border-color: #B10028; }
span { border-color: rgb(177,0,40); }
td.TdClassName
{
border-color: #B10028;
}
.TagClassName
{
border-color: #B10028;
}
</style>