Shades of Medium Carmine #B24736
Tints of Medium Carmine #B24736
RGB
CMYK
RGB Variations
Color information
#B24736 (or 0xB24736) is known color: Medium Carmine. HEX triplet: B2, 47 and 36. RGB value is (178,71,54). Sum of RGB (Red+Green+Blue) = 178+71+54=303 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.75% from 303); Green value is 71 (28.12% from 255 or 23.43% from 303); Blue value is 54 (21.48% from 255 or 17.82% from 303); Max value from RGB is 178 - color contains mainly: red. Hex color #B24736 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24736 is #4DB8C9. Grayscale: #656565. Windows color (decimal): -5093578 or 3557298. OLE color: 3557298.
HSL color Cylindrical-coordinate representation of color #B24736: hue angle of 8.23º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B24736 is Cyan = 0, Magento = 0.60, Yellow = 0.70 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 71 | 54 | - |
| CMYK | 0 | 0.60 | 0.70 | 0.30 |
| HSL | 8.23º | 0.53% | 0.45% | - |
| HSV(B) | 8.23º | 0.7% | 0.7% | - |
| XYZ | 21.28 | 14.24 | 5.12 | - |
| YUV | 101.06 | 101.45 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 71 | 54 | 0 | 0.60 | 0.70 | 0.30 | 8.23 | 0.53 | 0.45 |
| Hex | B2 | 47 | 36 | 0 | 3C | 46 | 1E | 8 | 35 | 2D |
| Octal | 262 | 107 | 66 | 0 | 74 | 106 | 36 | 10 | 65 | 55 |
| Binary | 10110010 | 1000111 | 110110 | 0 | 111100 | 1000110 | 11110 | 1000 | 110101 | 101101 |
Color Harmonies of #B24736
Complementary color
Monochromatic Colors of #B24736
Black with #B24736
Text Example
Text Example
White with #B24736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24736; }
p { color: rgb(178,71,54); }
H1.HeaderClassName
{
color: #B24736;
}
.AnyTagClassName
{
color: #B24736;
}
</style>
background-color css
<style>
a { background-color: #B24736; }
a { background-color: rgb(178,71,54); }
div.DivClassName
{
background-color: #B24736;
}
.BgClassName
{
background-color: #B24736;
}
</style>
border-color css
<style>
span { border-color: #B24736; }
span { border-color: rgb(178,71,54); }
td.TdClassName
{
border-color: #B24736;
}
.TagClassName
{
border-color: #B24736;
}
</style>