Shades of Carmine #B00029
Tints of Carmine #B00029
RGB
CMYK
RGB Variations
Color information
#B00029 (or 0xB00029) is known color: Carmine. HEX triplet: B0, 00 and 29. RGB value is (176,0,41). Sum of RGB (Red+Green+Blue) = 176+0+41=217 (28% of max value = 765). Red value is 176 (69.14% from 255 or 81.11% from 217); Green value is 0 (0.39% from 255 or 0% from 217); Blue value is 41 (16.41% from 255 or 18.89% from 217); Max value from RGB is 176 - color contains mainly: red. Hex color #B00029 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00029 is #4FFFD6. Grayscale: #393939. Windows color (decimal): -5242839 or 2687152. OLE color: 2687152.
HSL color Cylindrical-coordinate representation of color #B00029: hue angle of 346.02º 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 #B00029 is Cyan = 0, Magento = 1, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 0 | 41 | - |
| CMYK | 0 | 1 | 0.77 | 0.31 |
| HSL | 346.02º | 1% | 0.35% | - |
| HSV(B) | 346.02º | 1% | 0.69% | - |
| XYZ | 18.3 | 9.39 | 2.95 | - |
| YUV | 57.3 | 118.81 | 212.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 0 | 41 | 0 | 1 | 0.77 | 0.31 | 346.02 | 1 | 0.35 |
| Hex | B0 | 0 | 29 | 0 | 64 | 4D | 1F | 15A | 64 | 23 |
| Octal | 260 | 0 | 51 | 0 | 144 | 115 | 37 | 532 | 144 | 43 |
| Binary | 10110000 | 0 | 101001 | 0 | 1100100 | 1001101 | 11111 | 101011010 | 1100100 | 100011 |
Color Harmonies of #B00029
Complementary color
Monochromatic Colors of #B00029
Black with #B00029
Text Example
Text Example
White with #B00029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00029; }
p { color: rgb(176,0,41); }
H1.HeaderClassName
{
color: #B00029;
}
.AnyTagClassName
{
color: #B00029;
}
</style>
background-color css
<style>
a { background-color: #B00029; }
a { background-color: rgb(176,0,41); }
div.DivClassName
{
background-color: #B00029;
}
.BgClassName
{
background-color: #B00029;
}
</style>
border-color css
<style>
span { border-color: #B00029; }
span { border-color: rgb(176,0,41); }
td.TdClassName
{
border-color: #B00029;
}
.TagClassName
{
border-color: #B00029;
}
</style>