Shades of Carmine #B1022D
Tints of Carmine #B1022D
RGB
CMYK
RGB Variations
Color information
#B1022D (or 0xB1022D) is known color: Carmine. HEX triplet: B1, 02 and 2D. RGB value is (177,2,45). Sum of RGB (Red+Green+Blue) = 177+2+45=224 (29% of max value = 765). Red value is 177 (69.53% from 255 or 79.02% from 224); Green value is 2 (1.17% from 255 or 0.89% from 224); Blue value is 45 (17.97% from 255 or 20.09% from 224); Max value from RGB is 177 - color contains mainly: red. Hex color #B1022D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1022D is #4EFDD2. Grayscale: #3B3B3B. Windows color (decimal): -5176787 or 2949809. OLE color: 2949809.
HSL color Cylindrical-coordinate representation of color #B1022D: hue angle of 345.26º 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 #B1022D is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 2 | 45 | - |
| CMYK | 0 | 0.99 | 0.75 | 0.31 |
| HSL | 345.26º | 0.98% | 0.35% | - |
| HSV(B) | 345.26º | 0.99% | 0.69% | - |
| XYZ | 18.63 | 9.58 | 3.35 | - |
| YUV | 59.23 | 119.98 | 212 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 2 | 45 | 0 | 0.99 | 0.75 | 0.31 | 345.26 | 0.98 | 0.35 |
| Hex | B1 | 2 | 2D | 0 | 63 | 4B | 1F | 159 | 62 | 23 |
| Octal | 261 | 2 | 55 | 0 | 143 | 113 | 37 | 531 | 142 | 43 |
| Binary | 10110001 | 10 | 101101 | 0 | 1100011 | 1001011 | 11111 | 101011001 | 1100010 | 100011 |
Color Harmonies of #B1022D
Complementary color
Monochromatic Colors of #B1022D
Black with #B1022D
Text Example
Text Example
White with #B1022D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1022D; }
p { color: rgb(177,2,45); }
H1.HeaderClassName
{
color: #B1022D;
}
.AnyTagClassName
{
color: #B1022D;
}
</style>
background-color css
<style>
a { background-color: #B1022D; }
a { background-color: rgb(177,2,45); }
div.DivClassName
{
background-color: #B1022D;
}
.BgClassName
{
background-color: #B1022D;
}
</style>
border-color css
<style>
span { border-color: #B1022D; }
span { border-color: rgb(177,2,45); }
td.TdClassName
{
border-color: #B1022D;
}
.TagClassName
{
border-color: #B1022D;
}
</style>