Shades of Medium Carmine #B24633
Tints of Medium Carmine #B24633
RGB
CMYK
RGB Variations
Color information
#B24633 (or 0xB24633) is known color: Medium Carmine. HEX triplet: B2, 46 and 33. RGB value is (178,70,51). Sum of RGB (Red+Green+Blue) = 178+70+51=299 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.53% from 299); Green value is 70 (27.73% from 255 or 23.41% from 299); Blue value is 51 (20.31% from 255 or 17.06% from 299); Max value from RGB is 178 - color contains mainly: red. Hex color #B24633 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24633 is #4DB9CC. Grayscale: #646464. Windows color (decimal): -5093837 or 3360434. OLE color: 3360434.
HSL color Cylindrical-coordinate representation of color #B24633: hue angle of 8.98º 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 #B24633 is Cyan = 0, Magento = 0.61, Yellow = 0.71 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 70 | 51 | - |
| CMYK | 0 | 0.61 | 0.71 | 0.30 |
| HSL | 8.98º | 0.55% | 0.45% | - |
| HSV(B) | 8.98º | 0.71% | 0.7% | - |
| XYZ | 21.15 | 14.08 | 4.74 | - |
| YUV | 100.13 | 100.28 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 70 | 51 | 0 | 0.61 | 0.71 | 0.30 | 8.98 | 0.55 | 0.45 |
| Hex | B2 | 46 | 33 | 0 | 3D | 47 | 1E | 9 | 37 | 2D |
| Octal | 262 | 106 | 63 | 0 | 75 | 107 | 36 | 11 | 67 | 55 |
| Binary | 10110010 | 1000110 | 110011 | 0 | 111101 | 1000111 | 11110 | 1001 | 110111 | 101101 |
Color Harmonies of #B24633
Complementary color
Monochromatic Colors of #B24633
Black with #B24633
Text Example
Text Example
White with #B24633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24633; }
p { color: rgb(178,70,51); }
H1.HeaderClassName
{
color: #B24633;
}
.AnyTagClassName
{
color: #B24633;
}
</style>
background-color css
<style>
a { background-color: #B24633; }
a { background-color: rgb(178,70,51); }
div.DivClassName
{
background-color: #B24633;
}
.BgClassName
{
background-color: #B24633;
}
</style>
border-color css
<style>
span { border-color: #B24633; }
span { border-color: rgb(178,70,51); }
td.TdClassName
{
border-color: #B24633;
}
.TagClassName
{
border-color: #B24633;
}
</style>