Shades of Medium Carmine #B24431
Tints of Medium Carmine #B24431
RGB
CMYK
RGB Variations
Color information
#B24431 (or 0xB24431) is known color: Medium Carmine. HEX triplet: B2, 44 and 31. RGB value is (178,68,49). Sum of RGB (Red+Green+Blue) = 178+68+49=295 (39% of max value = 765). Red value is 178 (69.92% from 255 or 60.34% from 295); Green value is 68 (26.95% from 255 or 23.05% from 295); Blue value is 49 (19.53% from 255 or 16.61% from 295); Max value from RGB is 178 - color contains mainly: red. Hex color #B24431 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24431 is #4DBBCE. Grayscale: #626262. Windows color (decimal): -5094351 or 3228850. OLE color: 3228850.
HSL color Cylindrical-coordinate representation of color #B24431: hue angle of 8.84º 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 #B24431 is Cyan = 0, Magento = 0.62, Yellow = 0.72 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 68 | 49 | - |
| CMYK | 0 | 0.62 | 0.72 | 0.30 |
| HSL | 8.84º | 0.57% | 0.45% | - |
| HSV(B) | 8.84º | 0.72% | 0.7% | - |
| XYZ | 20.98 | 13.82 | 4.47 | - |
| YUV | 98.72 | 99.94 | 184.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 68 | 49 | 0 | 0.62 | 0.72 | 0.30 | 8.84 | 0.57 | 0.45 |
| Hex | B2 | 44 | 31 | 0 | 3E | 48 | 1E | 9 | 39 | 2D |
| Octal | 262 | 104 | 61 | 0 | 76 | 110 | 36 | 11 | 71 | 55 |
| Binary | 10110010 | 1000100 | 110001 | 0 | 111110 | 1001000 | 11110 | 1001 | 111001 | 101101 |
Color Harmonies of #B24431
Complementary color
Monochromatic Colors of #B24431
Black with #B24431
Text Example
Text Example
White with #B24431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24431; }
p { color: rgb(178,68,49); }
H1.HeaderClassName
{
color: #B24431;
}
.AnyTagClassName
{
color: #B24431;
}
</style>
background-color css
<style>
a { background-color: #B24431; }
a { background-color: rgb(178,68,49); }
div.DivClassName
{
background-color: #B24431;
}
.BgClassName
{
background-color: #B24431;
}
</style>
border-color css
<style>
span { border-color: #B24431; }
span { border-color: rgb(178,68,49); }
td.TdClassName
{
border-color: #B24431;
}
.TagClassName
{
border-color: #B24431;
}
</style>