Shades of Medium Carmine #B24931
Tints of Medium Carmine #B24931
RGB
CMYK
RGB Variations
Color information
#B24931 (or 0xB24931) is known color: Medium Carmine. HEX triplet: B2, 49 and 31. RGB value is (178,73,49). Sum of RGB (Red+Green+Blue) = 178+73+49=300 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.33% from 300); Green value is 73 (28.91% from 255 or 24.33% from 300); Blue value is 49 (19.53% from 255 or 16.33% from 300); Max value from RGB is 178 - color contains mainly: red. Hex color #B24931 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24931 is #4DB6CE. Grayscale: #656565. Windows color (decimal): -5093071 or 3230130. OLE color: 3230130.
HSL color Cylindrical-coordinate representation of color #B24931: hue angle of 11.16º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B24931 is Cyan = 0, Magento = 0.59, Yellow = 0.72 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 73 | 49 | - |
| CMYK | 0 | 0.59 | 0.72 | 0.30 |
| HSL | 11.16º | 0.57% | 0.45% | - |
| HSV(B) | 11.16º | 0.72% | 0.7% | - |
| XYZ | 21.3 | 14.45 | 4.57 | - |
| YUV | 101.66 | 98.29 | 182.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 73 | 49 | 0 | 0.59 | 0.72 | 0.30 | 11.16 | 0.57 | 0.45 |
| Hex | B2 | 49 | 31 | 0 | 3B | 48 | 1E | B | 39 | 2D |
| Octal | 262 | 111 | 61 | 0 | 73 | 110 | 36 | 13 | 71 | 55 |
| Binary | 10110010 | 1001001 | 110001 | 0 | 111011 | 1001000 | 11110 | 1011 | 111001 | 101101 |
Color Harmonies of #B24931
Complementary color
Monochromatic Colors of #B24931
Black with #B24931
Text Example
Text Example
White with #B24931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24931; }
p { color: rgb(178,73,49); }
H1.HeaderClassName
{
color: #B24931;
}
.AnyTagClassName
{
color: #B24931;
}
</style>
background-color css
<style>
a { background-color: #B24931; }
a { background-color: rgb(178,73,49); }
div.DivClassName
{
background-color: #B24931;
}
.BgClassName
{
background-color: #B24931;
}
</style>
border-color css
<style>
span { border-color: #B24931; }
span { border-color: rgb(178,73,49); }
td.TdClassName
{
border-color: #B24931;
}
.TagClassName
{
border-color: #B24931;
}
</style>