Shades of Medium Carmine #B44037
Tints of Medium Carmine #B44037
RGB
CMYK
RGB Variations
Color information
#B44037 (or 0xB44037) is known color: Medium Carmine. HEX triplet: B4, 40 and 37. RGB value is (180,64,55). Sum of RGB (Red+Green+Blue) = 180+64+55=299 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.20% from 299); Green value is 64 (25.39% from 255 or 21.40% from 299); Blue value is 55 (21.88% from 255 or 18.39% from 299); Max value from RGB is 180 - color contains mainly: red. Hex color #B44037 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44037 is #4BBFC8. Grayscale: #616161. Windows color (decimal): -4964297 or 3621044. OLE color: 3621044.
HSL color Cylindrical-coordinate representation of color #B44037: hue angle of 4.32º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B44037 is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 64 | 55 | - |
| CMYK | 0 | 0.64 | 0.69 | 0.29 |
| HSL | 4.32º | 0.53% | 0.46% | - |
| HSV(B) | 4.32º | 0.69% | 0.71% | - |
| XYZ | 21.35 | 13.65 | 5.12 | - |
| YUV | 97.66 | 103.93 | 186.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 64 | 55 | 0 | 0.64 | 0.69 | 0.29 | 4.32 | 0.53 | 0.46 |
| Hex | B4 | 40 | 37 | 0 | 40 | 45 | 1D | 4 | 35 | 2E |
| Octal | 264 | 100 | 67 | 0 | 100 | 105 | 35 | 4 | 65 | 56 |
| Binary | 10110100 | 1000000 | 110111 | 0 | 1000000 | 1000101 | 11101 | 100 | 110101 | 101110 |
Color Harmonies of #B44037
Complementary color
Monochromatic Colors of #B44037
Black with #B44037
Text Example
Text Example
White with #B44037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44037; }
p { color: rgb(180,64,55); }
H1.HeaderClassName
{
color: #B44037;
}
.AnyTagClassName
{
color: #B44037;
}
</style>
background-color css
<style>
a { background-color: #B44037; }
a { background-color: rgb(180,64,55); }
div.DivClassName
{
background-color: #B44037;
}
.BgClassName
{
background-color: #B44037;
}
</style>
border-color css
<style>
span { border-color: #B44037; }
span { border-color: rgb(180,64,55); }
td.TdClassName
{
border-color: #B44037;
}
.TagClassName
{
border-color: #B44037;
}
</style>