Shades of Medium Carmine #B24441
Tints of Medium Carmine #B24441
RGB
CMYK
RGB Variations
Color information
#B24441 (or 0xB24441) is known color: Medium Carmine. HEX triplet: B2, 44 and 41. RGB value is (178,68,65). Sum of RGB (Red+Green+Blue) = 178+68+65=311 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.23% from 311); Green value is 68 (26.95% from 255 or 21.86% from 311); Blue value is 65 (25.78% from 255 or 20.90% from 311); Max value from RGB is 178 - color contains mainly: red. Hex color #B24441 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24441 is #4DBBBE. Grayscale: #646464. Windows color (decimal): -5094335 or 4277426. OLE color: 4277426.
HSL color Cylindrical-coordinate representation of color #B24441: hue angle of 1.59º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B24441 is Cyan = 0, Magento = 0.62, Yellow = 0.63 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 68 | 65 | - |
| CMYK | 0 | 0.62 | 0.63 | 0.30 |
| HSL | 1.59º | 0.47% | 0.48% | - |
| HSV(B) | 1.59º | 0.63% | 0.7% | - |
| XYZ | 21.38 | 13.98 | 6.57 | - |
| YUV | 100.55 | 107.94 | 183.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 68 | 65 | 0 | 0.62 | 0.63 | 0.30 | 1.59 | 0.47 | 0.48 |
| Hex | B2 | 44 | 41 | 0 | 3E | 3F | 1E | 2 | 2F | 30 |
| Octal | 262 | 104 | 101 | 0 | 76 | 77 | 36 | 2 | 57 | 60 |
| Binary | 10110010 | 1000100 | 1000001 | 0 | 111110 | 111111 | 11110 | 10 | 101111 | 110000 |
Color Harmonies of #B24441
Complementary color
Monochromatic Colors of #B24441
Black with #B24441
Text Example
Text Example
White with #B24441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24441; }
p { color: rgb(178,68,65); }
H1.HeaderClassName
{
color: #B24441;
}
.AnyTagClassName
{
color: #B24441;
}
</style>
background-color css
<style>
a { background-color: #B24441; }
a { background-color: rgb(178,68,65); }
div.DivClassName
{
background-color: #B24441;
}
.BgClassName
{
background-color: #B24441;
}
</style>
border-color css
<style>
span { border-color: #B24441; }
span { border-color: rgb(178,68,65); }
td.TdClassName
{
border-color: #B24441;
}
.TagClassName
{
border-color: #B24441;
}
</style>