Shades of Medium Carmine #B24937
Tints of Medium Carmine #B24937
RGB
CMYK
RGB Variations
Color information
#B24937 (or 0xB24937) is known color: Medium Carmine. HEX triplet: B2, 49 and 37. RGB value is (178,73,55). Sum of RGB (Red+Green+Blue) = 178+73+55=306 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.17% from 306); Green value is 73 (28.91% from 255 or 23.86% from 306); Blue value is 55 (21.88% from 255 or 17.97% from 306); Max value from RGB is 178 - color contains mainly: red. Hex color #B24937 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24937 is #4DB6C8. Grayscale: #666666. Windows color (decimal): -5093065 or 3623346. OLE color: 3623346.
HSL color Cylindrical-coordinate representation of color #B24937: hue angle of 8.78º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B24937 is Cyan = 0, Magento = 0.59, Yellow = 0.69 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 73 | 55 | - |
| CMYK | 0 | 0.59 | 0.69 | 0.30 |
| HSL | 8.78º | 0.53% | 0.46% | - |
| HSV(B) | 8.78º | 0.69% | 0.7% | - |
| XYZ | 21.43 | 14.51 | 5.28 | - |
| YUV | 102.34 | 101.29 | 181.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 73 | 55 | 0 | 0.59 | 0.69 | 0.30 | 8.78 | 0.53 | 0.46 |
| Hex | B2 | 49 | 37 | 0 | 3B | 45 | 1E | 9 | 35 | 2E |
| Octal | 262 | 111 | 67 | 0 | 73 | 105 | 36 | 11 | 65 | 56 |
| Binary | 10110010 | 1001001 | 110111 | 0 | 111011 | 1000101 | 11110 | 1001 | 110101 | 101110 |
Color Harmonies of #B24937
Complementary color
Monochromatic Colors of #B24937
Black with #B24937
Text Example
Text Example
White with #B24937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24937; }
p { color: rgb(178,73,55); }
H1.HeaderClassName
{
color: #B24937;
}
.AnyTagClassName
{
color: #B24937;
}
</style>
background-color css
<style>
a { background-color: #B24937; }
a { background-color: rgb(178,73,55); }
div.DivClassName
{
background-color: #B24937;
}
.BgClassName
{
background-color: #B24937;
}
</style>
border-color css
<style>
span { border-color: #B24937; }
span { border-color: rgb(178,73,55); }
td.TdClassName
{
border-color: #B24937;
}
.TagClassName
{
border-color: #B24937;
}
</style>