Shades of Carmine #B0012F
Tints of Carmine #B0012F
RGB
CMYK
RGB Variations
Color information
#B0012F (or 0xB0012F) is known color: Carmine. HEX triplet: B0, 01 and 2F. RGB value is (176,1,47). Sum of RGB (Red+Green+Blue) = 176+1+47=224 (29% of max value = 765). Red value is 176 (69.14% from 255 or 78.57% from 224); Green value is 1 (0.78% from 255 or 0.45% from 224); Blue value is 47 (18.75% from 255 or 20.98% from 224); Max value from RGB is 176 - color contains mainly: red. Hex color #B0012F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0012F is #4FFED0. Grayscale: #3A3A3A. Windows color (decimal): -5242577 or 3080624. OLE color: 3080624.
HSL color Cylindrical-coordinate representation of color #B0012F: hue angle of 344.23º 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 #B0012F is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 1 | 47 | - |
| CMYK | 0 | 0.99 | 0.73 | 0.31 |
| HSL | 344.23º | 0.99% | 0.35% | - |
| HSV(B) | 344.23º | 0.99% | 0.69% | - |
| XYZ | 18.43 | 9.46 | 3.54 | - |
| YUV | 58.57 | 121.48 | 211.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 1 | 47 | 0 | 0.99 | 0.73 | 0.31 | 344.23 | 0.99 | 0.35 |
| Hex | B0 | 1 | 2F | 0 | 63 | 49 | 1F | 158 | 63 | 23 |
| Octal | 260 | 1 | 57 | 0 | 143 | 111 | 37 | 530 | 143 | 43 |
| Binary | 10110000 | 1 | 101111 | 0 | 1100011 | 1001001 | 11111 | 101011000 | 1100011 | 100011 |
Color Harmonies of #B0012F
Complementary color
Monochromatic Colors of #B0012F
Black with #B0012F
Text Example
Text Example
White with #B0012F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0012F; }
p { color: rgb(176,1,47); }
H1.HeaderClassName
{
color: #B0012F;
}
.AnyTagClassName
{
color: #B0012F;
}
</style>
background-color css
<style>
a { background-color: #B0012F; }
a { background-color: rgb(176,1,47); }
div.DivClassName
{
background-color: #B0012F;
}
.BgClassName
{
background-color: #B0012F;
}
</style>
border-color css
<style>
span { border-color: #B0012F; }
span { border-color: rgb(176,1,47); }
td.TdClassName
{
border-color: #B0012F;
}
.TagClassName
{
border-color: #B0012F;
}
</style>