Shades of Medium Carmine #B1422E
Tints of Medium Carmine #B1422E
RGB
CMYK
RGB Variations
Color information
#B1422E (or 0xB1422E) is known color: Medium Carmine. HEX triplet: B1, 42 and 2E. RGB value is (177,66,46). Sum of RGB (Red+Green+Blue) = 177+66+46=289 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.25% from 289); Green value is 66 (26.17% from 255 or 22.84% from 289); Blue value is 46 (18.36% from 255 or 15.92% from 289); Max value from RGB is 177 - color contains mainly: red. Hex color #B1422E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1422E is #4EBDD1. Grayscale: #616161. Windows color (decimal): -5160402 or 3031729. OLE color: 3031729.
HSL color Cylindrical-coordinate representation of color #B1422E: hue angle of 9.16º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B1422E is Cyan = 0, Magento = 0.63, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 66 | 46 | - |
| CMYK | 0 | 0.63 | 0.74 | 0.31 |
| HSL | 9.16º | 0.59% | 0.44% | - |
| HSV(B) | 9.16º | 0.74% | 0.69% | - |
| XYZ | 20.57 | 13.44 | 4.09 | - |
| YUV | 96.91 | 99.27 | 185.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 66 | 46 | 0 | 0.63 | 0.74 | 0.31 | 9.16 | 0.59 | 0.44 |
| Hex | B1 | 42 | 2E | 0 | 3F | 4A | 1F | 9 | 3B | 2C |
| Octal | 261 | 102 | 56 | 0 | 77 | 112 | 37 | 11 | 73 | 54 |
| Binary | 10110001 | 1000010 | 101110 | 0 | 111111 | 1001010 | 11111 | 1001 | 111011 | 101100 |
Color Harmonies of #B1422E
Complementary color
Monochromatic Colors of #B1422E
Black with #B1422E
Text Example
Text Example
White with #B1422E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1422E; }
p { color: rgb(177,66,46); }
H1.HeaderClassName
{
color: #B1422E;
}
.AnyTagClassName
{
color: #B1422E;
}
</style>
background-color css
<style>
a { background-color: #B1422E; }
a { background-color: rgb(177,66,46); }
div.DivClassName
{
background-color: #B1422E;
}
.BgClassName
{
background-color: #B1422E;
}
</style>
border-color css
<style>
span { border-color: #B1422E; }
span { border-color: rgb(177,66,46); }
td.TdClassName
{
border-color: #B1422E;
}
.TagClassName
{
border-color: #B1422E;
}
</style>