Shades of Medium Carmine #B24934
Tints of Medium Carmine #B24934
RGB
CMYK
RGB Variations
Color information
#B24934 (or 0xB24934) is known color: Medium Carmine. HEX triplet: B2, 49 and 34. RGB value is (178,73,52). Sum of RGB (Red+Green+Blue) = 178+73+52=303 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.75% from 303); Green value is 73 (28.91% from 255 or 24.09% from 303); Blue value is 52 (20.70% from 255 or 17.16% from 303); Max value from RGB is 178 - color contains mainly: red. Hex color #B24934 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24934 is #4DB6CB. Grayscale: #666666. Windows color (decimal): -5093068 or 3426738. OLE color: 3426738.
HSL color Cylindrical-coordinate representation of color #B24934: hue angle of 10º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B24934 is Cyan = 0, Magento = 0.59, Yellow = 0.71 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 73 | 52 | - |
| CMYK | 0 | 0.59 | 0.71 | 0.30 |
| HSL | 10º | 0.55% | 0.45% | - |
| HSV(B) | 10º | 0.71% | 0.7% | - |
| XYZ | 21.36 | 14.48 | 4.92 | - |
| YUV | 102 | 99.79 | 182.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 73 | 52 | 0 | 0.59 | 0.71 | 0.30 | 10 | 0.55 | 0.45 |
| Hex | B2 | 49 | 34 | 0 | 3B | 47 | 1E | A | 37 | 2D |
| Octal | 262 | 111 | 64 | 0 | 73 | 107 | 36 | 12 | 67 | 55 |
| Binary | 10110010 | 1001001 | 110100 | 0 | 111011 | 1000111 | 11110 | 1010 | 110111 | 101101 |
Color Harmonies of #B24934
Complementary color
Monochromatic Colors of #B24934
Black with #B24934
Text Example
Text Example
White with #B24934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24934; }
p { color: rgb(178,73,52); }
H1.HeaderClassName
{
color: #B24934;
}
.AnyTagClassName
{
color: #B24934;
}
</style>
background-color css
<style>
a { background-color: #B24934; }
a { background-color: rgb(178,73,52); }
div.DivClassName
{
background-color: #B24934;
}
.BgClassName
{
background-color: #B24934;
}
</style>
border-color css
<style>
span { border-color: #B24934; }
span { border-color: rgb(178,73,52); }
td.TdClassName
{
border-color: #B24934;
}
.TagClassName
{
border-color: #B24934;
}
</style>