Shades of Medium Carmine #B4422C
Tints of Medium Carmine #B4422C
RGB
CMYK
RGB Variations
Color information
#B4422C (or 0xB4422C) is known color: Medium Carmine. HEX triplet: B4, 42 and 2C. RGB value is (180,66,44). Sum of RGB (Red+Green+Blue) = 180+66+44=290 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.07% from 290); Green value is 66 (26.17% from 255 or 22.76% from 290); Blue value is 44 (17.58% from 255 or 15.17% from 290); Max value from RGB is 180 - color contains mainly: red. Hex color #B4422C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4422C is #4BBDD3. Grayscale: #616161. Windows color (decimal): -4963796 or 2900660. OLE color: 2900660.
HSL color Cylindrical-coordinate representation of color #B4422C: hue angle of 9.71º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B4422C is Cyan = 0, Magento = 0.63, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 66 | 44 | - |
| CMYK | 0 | 0.63 | 0.76 | 0.29 |
| HSL | 9.71º | 0.61% | 0.44% | - |
| HSV(B) | 9.71º | 0.76% | 0.71% | - |
| XYZ | 21.23 | 13.78 | 3.92 | - |
| YUV | 97.58 | 97.77 | 186.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 66 | 44 | 0 | 0.63 | 0.76 | 0.29 | 9.71 | 0.61 | 0.44 |
| Hex | B4 | 42 | 2C | 0 | 3F | 4C | 1D | A | 3D | 2C |
| Octal | 264 | 102 | 54 | 0 | 77 | 114 | 35 | 12 | 75 | 54 |
| Binary | 10110100 | 1000010 | 101100 | 0 | 111111 | 1001100 | 11101 | 1010 | 111101 | 101100 |
Color Harmonies of #B4422C
Complementary color
Monochromatic Colors of #B4422C
Black with #B4422C
Text Example
Text Example
White with #B4422C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4422C; }
p { color: rgb(180,66,44); }
H1.HeaderClassName
{
color: #B4422C;
}
.AnyTagClassName
{
color: #B4422C;
}
</style>
background-color css
<style>
a { background-color: #B4422C; }
a { background-color: rgb(180,66,44); }
div.DivClassName
{
background-color: #B4422C;
}
.BgClassName
{
background-color: #B4422C;
}
</style>
border-color css
<style>
span { border-color: #B4422C; }
span { border-color: rgb(180,66,44); }
td.TdClassName
{
border-color: #B4422C;
}
.TagClassName
{
border-color: #B4422C;
}
</style>