Shades of Medium Carmine #B44737
Tints of Medium Carmine #B44737
RGB
CMYK
RGB Variations
Color information
#B44737 (or 0xB44737) is known color: Medium Carmine. HEX triplet: B4, 47 and 37. RGB value is (180,71,55). Sum of RGB (Red+Green+Blue) = 180+71+55=306 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.82% from 306); Green value is 71 (28.12% from 255 or 23.20% from 306); Blue value is 55 (21.88% from 255 or 17.97% from 306); Max value from RGB is 180 - color contains mainly: red. Hex color #B44737 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44737 is #4BB8C8. Grayscale: #656565. Windows color (decimal): -4962505 or 3622836. OLE color: 3622836.
HSL color Cylindrical-coordinate representation of color #B44737: hue angle of 7.68º 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 #B44737 is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 71 | 55 | - |
| CMYK | 0 | 0.61 | 0.69 | 0.29 |
| HSL | 7.68º | 0.53% | 0.46% | - |
| HSV(B) | 7.68º | 0.69% | 0.71% | - |
| XYZ | 21.77 | 14.49 | 5.26 | - |
| YUV | 101.77 | 101.61 | 183.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 71 | 55 | 0 | 0.61 | 0.69 | 0.29 | 7.68 | 0.53 | 0.46 |
| Hex | B4 | 47 | 37 | 0 | 3D | 45 | 1D | 8 | 35 | 2E |
| Octal | 264 | 107 | 67 | 0 | 75 | 105 | 35 | 10 | 65 | 56 |
| Binary | 10110100 | 1000111 | 110111 | 0 | 111101 | 1000101 | 11101 | 1000 | 110101 | 101110 |
Color Harmonies of #B44737
Complementary color
Monochromatic Colors of #B44737
Black with #B44737
Text Example
Text Example
White with #B44737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44737; }
p { color: rgb(180,71,55); }
H1.HeaderClassName
{
color: #B44737;
}
.AnyTagClassName
{
color: #B44737;
}
</style>
background-color css
<style>
a { background-color: #B44737; }
a { background-color: rgb(180,71,55); }
div.DivClassName
{
background-color: #B44737;
}
.BgClassName
{
background-color: #B44737;
}
</style>
border-color css
<style>
span { border-color: #B44737; }
span { border-color: rgb(180,71,55); }
td.TdClassName
{
border-color: #B44737;
}
.TagClassName
{
border-color: #B44737;
}
</style>