Shades of Carmine #B00128
Tints of Carmine #B00128
RGB
CMYK
RGB Variations
Color information
#B00128 (or 0xB00128) is known color: Carmine. HEX triplet: B0, 01 and 28. RGB value is (176,1,40). Sum of RGB (Red+Green+Blue) = 176+1+40=217 (28% of max value = 765). Red value is 176 (69.14% from 255 or 81.11% from 217); Green value is 1 (0.78% from 255 or 0.46% from 217); Blue value is 40 (16.02% from 255 or 18.43% from 217); Max value from RGB is 176 - color contains mainly: red. Hex color #B00128 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00128 is #4FFED7. Grayscale: #393939. Windows color (decimal): -5242584 or 2621872. OLE color: 2621872.
HSL color Cylindrical-coordinate representation of color #B00128: hue angle of 346.63º 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 #B00128 is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 1 | 40 | - |
| CMYK | 0 | 0.99 | 0.77 | 0.31 |
| HSL | 346.63º | 0.99% | 0.35% | - |
| HSV(B) | 346.63º | 0.99% | 0.69% | - |
| XYZ | 18.3 | 9.41 | 2.86 | - |
| YUV | 57.77 | 117.98 | 212.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 1 | 40 | 0 | 0.99 | 0.77 | 0.31 | 346.63 | 0.99 | 0.35 |
| Hex | B0 | 1 | 28 | 0 | 63 | 4D | 1F | 15B | 63 | 23 |
| Octal | 260 | 1 | 50 | 0 | 143 | 115 | 37 | 533 | 143 | 43 |
| Binary | 10110000 | 1 | 101000 | 0 | 1100011 | 1001101 | 11111 | 101011011 | 1100011 | 100011 |
Color Harmonies of #B00128
Complementary color
Monochromatic Colors of #B00128
Black with #B00128
Text Example
Text Example
White with #B00128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00128; }
p { color: rgb(176,1,40); }
H1.HeaderClassName
{
color: #B00128;
}
.AnyTagClassName
{
color: #B00128;
}
</style>
background-color css
<style>
a { background-color: #B00128; }
a { background-color: rgb(176,1,40); }
div.DivClassName
{
background-color: #B00128;
}
.BgClassName
{
background-color: #B00128;
}
</style>
border-color css
<style>
span { border-color: #B00128; }
span { border-color: rgb(176,1,40); }
td.TdClassName
{
border-color: #B00128;
}
.TagClassName
{
border-color: #B00128;
}
</style>