Shades of Carmine #B0011B
Tints of Carmine #B0011B
RGB
CMYK
RGB Variations
Color information
#B0011B (or 0xB0011B) is known color: Carmine. HEX triplet: B0, 01 and 1B. RGB value is (176,1,27). Sum of RGB (Red+Green+Blue) = 176+1+27=204 (27% of max value = 765). Red value is 176 (69.14% from 255 or 86.27% from 204); Green value is 1 (0.78% from 255 or 0.49% from 204); Blue value is 27 (10.94% from 255 or 13.24% from 204); Max value from RGB is 176 - color contains mainly: red. Hex color #B0011B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0011B is #4FFEE4. Grayscale: #383838. Windows color (decimal): -5242597 or 1769904. OLE color: 1769904.
HSL color Cylindrical-coordinate representation of color #B0011B: hue angle of 351.09º 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 #B0011B is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 1 | 27 | - |
| CMYK | 0 | 0.99 | 0.85 | 0.31 |
| HSL | 351.09º | 0.99% | 0.35% | - |
| HSV(B) | 351.09º | 0.99% | 0.69% | - |
| XYZ | 18.11 | 9.33 | 1.88 | - |
| YUV | 56.29 | 111.48 | 213.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 1 | 27 | 0 | 0.99 | 0.85 | 0.31 | 351.09 | 0.99 | 0.35 |
| Hex | B0 | 1 | 1B | 0 | 63 | 55 | 1F | 15F | 63 | 23 |
| Octal | 260 | 1 | 33 | 0 | 143 | 125 | 37 | 537 | 143 | 43 |
| Binary | 10110000 | 1 | 11011 | 0 | 1100011 | 1010101 | 11111 | 101011111 | 1100011 | 100011 |
Color Harmonies of #B0011B
Complementary color
Monochromatic Colors of #B0011B
Black with #B0011B
Text Example
Text Example
White with #B0011B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0011B; }
p { color: rgb(176,1,27); }
H1.HeaderClassName
{
color: #B0011B;
}
.AnyTagClassName
{
color: #B0011B;
}
</style>
background-color css
<style>
a { background-color: #B0011B; }
a { background-color: rgb(176,1,27); }
div.DivClassName
{
background-color: #B0011B;
}
.BgClassName
{
background-color: #B0011B;
}
</style>
border-color css
<style>
span { border-color: #B0011B; }
span { border-color: rgb(176,1,27); }
td.TdClassName
{
border-color: #B0011B;
}
.TagClassName
{
border-color: #B0011B;
}
</style>