Shades of Carmine #B0002C
Tints of Carmine #B0002C
RGB
CMYK
RGB Variations
Color information
#B0002C (or 0xB0002C) is known color: Carmine. HEX triplet: B0, 00 and 2C. RGB value is (176,0,44). Sum of RGB (Red+Green+Blue) = 176+0+44=220 (29% of max value = 765). Red value is 176 (69.14% from 255 or 80% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 44 (17.58% from 255 or 20% from 220); Max value from RGB is 176 - color contains mainly: red. Hex color #B0002C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0002C is #4FFFD3. Grayscale: #393939. Windows color (decimal): -5242836 or 2883760. OLE color: 2883760.
HSL color Cylindrical-coordinate representation of color #B0002C: hue angle of 345º 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 #B0002C is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 0 | 44 | - |
| CMYK | 0 | 1 | 0.75 | 0.31 |
| HSL | 345º | 1% | 0.35% | - |
| HSV(B) | 345º | 1% | 0.69% | - |
| XYZ | 18.36 | 9.41 | 3.23 | - |
| YUV | 57.64 | 120.31 | 212.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 0 | 44 | 0 | 1 | 0.75 | 0.31 | 345 | 1 | 0.35 |
| Hex | B0 | 0 | 2C | 0 | 64 | 4B | 1F | 159 | 64 | 23 |
| Octal | 260 | 0 | 54 | 0 | 144 | 113 | 37 | 531 | 144 | 43 |
| Binary | 10110000 | 0 | 101100 | 0 | 1100100 | 1001011 | 11111 | 101011001 | 1100100 | 100011 |
Color Harmonies of #B0002C
Complementary color
Monochromatic Colors of #B0002C
Black with #B0002C
Text Example
Text Example
White with #B0002C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0002C; }
p { color: rgb(176,0,44); }
H1.HeaderClassName
{
color: #B0002C;
}
.AnyTagClassName
{
color: #B0002C;
}
</style>
background-color css
<style>
a { background-color: #B0002C; }
a { background-color: rgb(176,0,44); }
div.DivClassName
{
background-color: #B0002C;
}
.BgClassName
{
background-color: #B0002C;
}
</style>
border-color css
<style>
span { border-color: #B0002C; }
span { border-color: rgb(176,0,44); }
td.TdClassName
{
border-color: #B0002C;
}
.TagClassName
{
border-color: #B0002C;
}
</style>