Shades of Carmine #B10328
Tints of Carmine #B10328
RGB
CMYK
RGB Variations
Color information
#B10328 (or 0xB10328) is known color: Carmine. HEX triplet: B1, 03 and 28. RGB value is (177,3,40). Sum of RGB (Red+Green+Blue) = 177+3+40=220 (29% of max value = 765). Red value is 177 (69.53% from 255 or 80.45% from 220); Green value is 3 (1.56% from 255 or 1.36% from 220); Blue value is 40 (16.02% from 255 or 18.18% from 220); Max value from RGB is 177 - color contains mainly: red. Hex color #B10328 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10328 is #4EFCD7. Grayscale: #3B3B3B. Windows color (decimal): -5176536 or 2622385. OLE color: 2622385.
HSL color Cylindrical-coordinate representation of color #B10328: hue angle of 347.24º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B10328 is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 3 | 40 | - |
| CMYK | 0 | 0.98 | 0.77 | 0.31 |
| HSL | 347.24º | 0.97% | 0.35% | - |
| HSV(B) | 347.24º | 0.98% | 0.69% | - |
| XYZ | 18.55 | 9.57 | 2.88 | - |
| YUV | 59.24 | 117.15 | 211.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 3 | 40 | 0 | 0.98 | 0.77 | 0.31 | 347.24 | 0.97 | 0.35 |
| Hex | B1 | 3 | 28 | 0 | 62 | 4D | 1F | 15B | 61 | 23 |
| Octal | 261 | 3 | 50 | 0 | 142 | 115 | 37 | 533 | 141 | 43 |
| Binary | 10110001 | 11 | 101000 | 0 | 1100010 | 1001101 | 11111 | 101011011 | 1100001 | 100011 |
Color Harmonies of #B10328
Complementary color
Monochromatic Colors of #B10328
Black with #B10328
Text Example
Text Example
White with #B10328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10328; }
p { color: rgb(177,3,40); }
H1.HeaderClassName
{
color: #B10328;
}
.AnyTagClassName
{
color: #B10328;
}
</style>
background-color css
<style>
a { background-color: #B10328; }
a { background-color: rgb(177,3,40); }
div.DivClassName
{
background-color: #B10328;
}
.BgClassName
{
background-color: #B10328;
}
</style>
border-color css
<style>
span { border-color: #B10328; }
span { border-color: rgb(177,3,40); }
td.TdClassName
{
border-color: #B10328;
}
.TagClassName
{
border-color: #B10328;
}
</style>