Shades of Medium Carmine #B24B3D
Tints of Medium Carmine #B24B3D
RGB
CMYK
RGB Variations
Color information
#B24B3D (or 0xB24B3D) is known color: Medium Carmine. HEX triplet: B2, 4B and 3D. RGB value is (178,75,61). Sum of RGB (Red+Green+Blue) = 178+75+61=314 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.69% from 314); Green value is 75 (29.69% from 255 or 23.89% from 314); Blue value is 61 (24.22% from 255 or 19.43% from 314); Max value from RGB is 178 - color contains mainly: red. Hex color #B24B3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24B3D is #4DB4C2. Grayscale: #686868. Windows color (decimal): -5092547 or 4017074. OLE color: 4017074.
HSL color Cylindrical-coordinate representation of color #B24B3D: hue angle of 7.18º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B24B3D is Cyan = 0, Magento = 0.58, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 75 | 61 | - |
| CMYK | 0 | 0.58 | 0.66 | 0.30 |
| HSL | 7.18º | 0.49% | 0.47% | - |
| HSV(B) | 7.18º | 0.66% | 0.7% | - |
| XYZ | 21.72 | 14.83 | 6.13 | - |
| YUV | 104.2 | 103.62 | 180.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 75 | 61 | 0 | 0.58 | 0.66 | 0.30 | 7.18 | 0.49 | 0.47 |
| Hex | B2 | 4B | 3D | 0 | 3A | 42 | 1E | 7 | 31 | 2F |
| Octal | 262 | 113 | 75 | 0 | 72 | 102 | 36 | 7 | 61 | 57 |
| Binary | 10110010 | 1001011 | 111101 | 0 | 111010 | 1000010 | 11110 | 111 | 110001 | 101111 |
Color Harmonies of #B24B3D
Complementary color
Monochromatic Colors of #B24B3D
Black with #B24B3D
Text Example
Text Example
White with #B24B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24B3D; }
p { color: rgb(178,75,61); }
H1.HeaderClassName
{
color: #B24B3D;
}
.AnyTagClassName
{
color: #B24B3D;
}
</style>
background-color css
<style>
a { background-color: #B24B3D; }
a { background-color: rgb(178,75,61); }
div.DivClassName
{
background-color: #B24B3D;
}
.BgClassName
{
background-color: #B24B3D;
}
</style>
border-color css
<style>
span { border-color: #B24B3D; }
span { border-color: rgb(178,75,61); }
td.TdClassName
{
border-color: #B24B3D;
}
.TagClassName
{
border-color: #B24B3D;
}
</style>