Shades of Medium Carmine #B24A36
Tints of Medium Carmine #B24A36
RGB
CMYK
RGB Variations
Color information
#B24A36 (or 0xB24A36) is known color: Medium Carmine. HEX triplet: B2, 4A and 36. RGB value is (178,74,54). Sum of RGB (Red+Green+Blue) = 178+74+54=306 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.17% from 306); Green value is 74 (29.30% from 255 or 24.18% from 306); Blue value is 54 (21.48% from 255 or 17.65% from 306); Max value from RGB is 178 - color contains mainly: red. Hex color #B24A36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24A36 is #4DB5C9. Grayscale: #676767. Windows color (decimal): -5092810 or 3558066. OLE color: 3558066.
HSL color Cylindrical-coordinate representation of color #B24A36: hue angle of 9.68º 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 #B24A36 is Cyan = 0, Magento = 0.58, Yellow = 0.70 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 74 | 54 | - |
| CMYK | 0 | 0.58 | 0.70 | 0.30 |
| HSL | 9.68º | 0.53% | 0.45% | - |
| HSV(B) | 9.68º | 0.7% | 0.7% | - |
| XYZ | 21.47 | 14.63 | 5.18 | - |
| YUV | 102.82 | 100.46 | 181.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 74 | 54 | 0 | 0.58 | 0.70 | 0.30 | 9.68 | 0.53 | 0.45 |
| Hex | B2 | 4A | 36 | 0 | 3A | 46 | 1E | A | 35 | 2D |
| Octal | 262 | 112 | 66 | 0 | 72 | 106 | 36 | 12 | 65 | 55 |
| Binary | 10110010 | 1001010 | 110110 | 0 | 111010 | 1000110 | 11110 | 1010 | 110101 | 101101 |
Color Harmonies of #B24A36
Complementary color
Monochromatic Colors of #B24A36
Black with #B24A36
Text Example
Text Example
White with #B24A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24A36; }
p { color: rgb(178,74,54); }
H1.HeaderClassName
{
color: #B24A36;
}
.AnyTagClassName
{
color: #B24A36;
}
</style>
background-color css
<style>
a { background-color: #B24A36; }
a { background-color: rgb(178,74,54); }
div.DivClassName
{
background-color: #B24A36;
}
.BgClassName
{
background-color: #B24A36;
}
</style>
border-color css
<style>
span { border-color: #B24A36; }
span { border-color: rgb(178,74,54); }
td.TdClassName
{
border-color: #B24A36;
}
.TagClassName
{
border-color: #B24A36;
}
</style>