Shades of Carmine #B10021
Tints of Carmine #B10021
RGB
CMYK
RGB Variations
Color information
#B10021 (or 0xB10021) is known color: Carmine. HEX triplet: B1, 00 and 21. RGB value is (177,0,33). Sum of RGB (Red+Green+Blue) = 177+0+33=210 (27% of max value = 765). Red value is 177 (69.53% from 255 or 84.29% from 210); Green value is 0 (0.39% from 255 or 0% from 210); Blue value is 33 (13.28% from 255 or 15.71% from 210); Max value from RGB is 177 - color contains mainly: red. Hex color #B10021 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10021 is #4EFFDE. Grayscale: #383838. Windows color (decimal): -5177311 or 2162865. OLE color: 2162865.
HSL color Cylindrical-coordinate representation of color #B10021: hue angle of 348.81º 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 #B10021 is Cyan = 0, Magento = 1, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 0 | 33 | - |
| CMYK | 0 | 1 | 0.81 | 0.31 |
| HSL | 348.81º | 1% | 0.35% | - |
| HSV(B) | 348.81º | 1% | 0.69% | - |
| XYZ | 18.41 | 9.46 | 2.29 | - |
| YUV | 56.69 | 114.64 | 213.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 0 | 33 | 0 | 1 | 0.81 | 0.31 | 348.81 | 1 | 0.35 |
| Hex | B1 | 0 | 21 | 0 | 64 | 51 | 1F | 15D | 64 | 23 |
| Octal | 261 | 0 | 41 | 0 | 144 | 121 | 37 | 535 | 144 | 43 |
| Binary | 10110001 | 0 | 100001 | 0 | 1100100 | 1010001 | 11111 | 101011101 | 1100100 | 100011 |
Color Harmonies of #B10021
Complementary color
Monochromatic Colors of #B10021
Black with #B10021
Text Example
Text Example
White with #B10021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10021; }
p { color: rgb(177,0,33); }
H1.HeaderClassName
{
color: #B10021;
}
.AnyTagClassName
{
color: #B10021;
}
</style>
background-color css
<style>
a { background-color: #B10021; }
a { background-color: rgb(177,0,33); }
div.DivClassName
{
background-color: #B10021;
}
.BgClassName
{
background-color: #B10021;
}
</style>
border-color css
<style>
span { border-color: #B10021; }
span { border-color: rgb(177,0,33); }
td.TdClassName
{
border-color: #B10021;
}
.TagClassName
{
border-color: #B10021;
}
</style>