Shades of Medium Carmine #B44431
Tints of Medium Carmine #B44431
RGB
CMYK
RGB Variations
Color information
#B44431 (or 0xB44431) is known color: Medium Carmine. HEX triplet: B4, 44 and 31. RGB value is (180,68,49). Sum of RGB (Red+Green+Blue) = 180+68+49=297 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.61% from 297); Green value is 68 (26.95% from 255 or 22.90% from 297); Blue value is 49 (19.53% from 255 or 16.50% from 297); Max value from RGB is 180 - color contains mainly: red. Hex color #B44431 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44431 is #4BBBCE. Grayscale: #636363. Windows color (decimal): -4963279 or 3228852. OLE color: 3228852.
HSL color Cylindrical-coordinate representation of color #B44431: hue angle of 8.7º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B44431 is Cyan = 0, Magento = 0.62, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 68 | 49 | - |
| CMYK | 0 | 0.62 | 0.73 | 0.29 |
| HSL | 8.7º | 0.57% | 0.45% | - |
| HSV(B) | 8.7º | 0.73% | 0.71% | - |
| XYZ | 21.44 | 14.06 | 4.49 | - |
| YUV | 99.32 | 99.61 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 68 | 49 | 0 | 0.62 | 0.73 | 0.29 | 8.7 | 0.57 | 0.45 |
| Hex | B4 | 44 | 31 | 0 | 3E | 49 | 1D | 9 | 39 | 2D |
| Octal | 264 | 104 | 61 | 0 | 76 | 111 | 35 | 11 | 71 | 55 |
| Binary | 10110100 | 1000100 | 110001 | 0 | 111110 | 1001001 | 11101 | 1001 | 111001 | 101101 |
Color Harmonies of #B44431
Complementary color
Monochromatic Colors of #B44431
Black with #B44431
Text Example
Text Example
White with #B44431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44431; }
p { color: rgb(180,68,49); }
H1.HeaderClassName
{
color: #B44431;
}
.AnyTagClassName
{
color: #B44431;
}
</style>
background-color css
<style>
a { background-color: #B44431; }
a { background-color: rgb(180,68,49); }
div.DivClassName
{
background-color: #B44431;
}
.BgClassName
{
background-color: #B44431;
}
</style>
border-color css
<style>
span { border-color: #B44431; }
span { border-color: rgb(180,68,49); }
td.TdClassName
{
border-color: #B44431;
}
.TagClassName
{
border-color: #B44431;
}
</style>