Shades of Carmine #B00221
Tints of Carmine #B00221
RGB
CMYK
RGB Variations
Color information
#B00221 (or 0xB00221) is known color: Carmine. HEX triplet: B0, 02 and 21. RGB value is (176,2,33). Sum of RGB (Red+Green+Blue) = 176+2+33=211 (27% of max value = 765). Red value is 176 (69.14% from 255 or 83.41% from 211); Green value is 2 (1.17% from 255 or 0.95% from 211); Blue value is 33 (13.28% from 255 or 15.64% from 211); Max value from RGB is 176 - color contains mainly: red. Hex color #B00221 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00221 is #4FFDDE. Grayscale: #393939. Windows color (decimal): -5242335 or 2163376. OLE color: 2163376.
HSL color Cylindrical-coordinate representation of color #B00221: hue angle of 349.31º degrees, saturation: 0.98, 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 #B00221 is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 2 | 33 | - |
| CMYK | 0 | 0.99 | 0.81 | 0.31 |
| HSL | 349.31º | 0.98% | 0.35% | - |
| HSV(B) | 349.31º | 0.99% | 0.69% | - |
| XYZ | 18.2 | 9.38 | 2.29 | - |
| YUV | 57.56 | 114.15 | 212.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 2 | 33 | 0 | 0.99 | 0.81 | 0.31 | 349.31 | 0.98 | 0.35 |
| Hex | B0 | 2 | 21 | 0 | 63 | 51 | 1F | 15D | 62 | 23 |
| Octal | 260 | 2 | 41 | 0 | 143 | 121 | 37 | 535 | 142 | 43 |
| Binary | 10110000 | 10 | 100001 | 0 | 1100011 | 1010001 | 11111 | 101011101 | 1100010 | 100011 |
Color Harmonies of #B00221
Complementary color
Monochromatic Colors of #B00221
Black with #B00221
Text Example
Text Example
White with #B00221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00221; }
p { color: rgb(176,2,33); }
H1.HeaderClassName
{
color: #B00221;
}
.AnyTagClassName
{
color: #B00221;
}
</style>
background-color css
<style>
a { background-color: #B00221; }
a { background-color: rgb(176,2,33); }
div.DivClassName
{
background-color: #B00221;
}
.BgClassName
{
background-color: #B00221;
}
</style>
border-color css
<style>
span { border-color: #B00221; }
span { border-color: rgb(176,2,33); }
td.TdClassName
{
border-color: #B00221;
}
.TagClassName
{
border-color: #B00221;
}
</style>