Shades of Carmine #B0001B
Tints of Carmine #B0001B
RGB
CMYK
RGB Variations
Color information
#B0001B (or 0xB0001B) is known color: Carmine. HEX triplet: B0, 00 and 1B. RGB value is (176,0,27). Sum of RGB (Red+Green+Blue) = 176+0+27=203 (26% of max value = 765). Red value is 176 (69.14% from 255 or 86.70% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 27 (10.94% from 255 or 13.30% from 203); Max value from RGB is 176 - color contains mainly: red. Hex color #B0001B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0001B is #4FFFE4. Grayscale: #373737. Windows color (decimal): -5242853 or 1769648. OLE color: 1769648.
HSL color Cylindrical-coordinate representation of color #B0001B: hue angle of 350.8º 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 #B0001B is Cyan = 0, Magento = 1, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 0 | 27 | - |
| CMYK | 0 | 1 | 0.85 | 0.31 |
| HSL | 350.8º | 1% | 0.35% | - |
| HSV(B) | 350.8º | 1% | 0.69% | - |
| XYZ | 18.1 | 9.31 | 1.88 | - |
| YUV | 55.7 | 111.81 | 213.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 0 | 27 | 0 | 1 | 0.85 | 0.31 | 350.8 | 1 | 0.35 |
| Hex | B0 | 0 | 1B | 0 | 64 | 55 | 1F | 15F | 64 | 23 |
| Octal | 260 | 0 | 33 | 0 | 144 | 125 | 37 | 537 | 144 | 43 |
| Binary | 10110000 | 0 | 11011 | 0 | 1100100 | 1010101 | 11111 | 101011111 | 1100100 | 100011 |
Color Harmonies of #B0001B
Complementary color
Monochromatic Colors of #B0001B
Black with #B0001B
Text Example
Text Example
White with #B0001B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0001B; }
p { color: rgb(176,0,27); }
H1.HeaderClassName
{
color: #B0001B;
}
.AnyTagClassName
{
color: #B0001B;
}
</style>
background-color css
<style>
a { background-color: #B0001B; }
a { background-color: rgb(176,0,27); }
div.DivClassName
{
background-color: #B0001B;
}
.BgClassName
{
background-color: #B0001B;
}
</style>
border-color css
<style>
span { border-color: #B0001B; }
span { border-color: rgb(176,0,27); }
td.TdClassName
{
border-color: #B0001B;
}
.TagClassName
{
border-color: #B0001B;
}
</style>