Shades of Medium Carmine #B23D3C
Tints of Medium Carmine #B23D3C
RGB
CMYK
RGB Variations
Color information
#B23D3C (or 0xB23D3C) is known color: Medium Carmine. HEX triplet: B2, 3D and 3C. RGB value is (178,61,60). Sum of RGB (Red+Green+Blue) = 178+61+60=299 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.53% from 299); Green value is 61 (24.22% from 255 or 20.40% from 299); Blue value is 60 (23.83% from 255 or 20.07% from 299); Max value from RGB is 178 - color contains mainly: red. Hex color #B23D3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23D3C is #4DC2C3. Grayscale: #5F5F5F. Windows color (decimal): -5096132 or 3947954. OLE color: 3947954.
HSL color Cylindrical-coordinate representation of color #B23D3C: hue angle of 0.51º degrees, saturation: 0.5, 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 #B23D3C is Cyan = 0, Magento = 0.66, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 61 | 60 | - |
| CMYK | 0 | 0.66 | 0.66 | 0.30 |
| HSL | 0.51º | 0.5% | 0.47% | - |
| HSV(B) | 0.51º | 0.66% | 0.7% | - |
| XYZ | 20.84 | 13.13 | 5.71 | - |
| YUV | 95.87 | 107.76 | 186.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 61 | 60 | 0 | 0.66 | 0.66 | 0.30 | 0.51 | 0.5 | 0.47 |
| Hex | B2 | 3D | 3C | 0 | 42 | 42 | 1E | 1 | 32 | 2F |
| Octal | 262 | 75 | 74 | 0 | 102 | 102 | 36 | 1 | 62 | 57 |
| Binary | 10110010 | 111101 | 111100 | 0 | 1000010 | 1000010 | 11110 | 1 | 110010 | 101111 |
Color Harmonies of #B23D3C
Complementary color
Monochromatic Colors of #B23D3C
Black with #B23D3C
Text Example
Text Example
White with #B23D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23D3C; }
p { color: rgb(178,61,60); }
H1.HeaderClassName
{
color: #B23D3C;
}
.AnyTagClassName
{
color: #B23D3C;
}
</style>
background-color css
<style>
a { background-color: #B23D3C; }
a { background-color: rgb(178,61,60); }
div.DivClassName
{
background-color: #B23D3C;
}
.BgClassName
{
background-color: #B23D3C;
}
</style>
border-color css
<style>
span { border-color: #B23D3C; }
span { border-color: rgb(178,61,60); }
td.TdClassName
{
border-color: #B23D3C;
}
.TagClassName
{
border-color: #B23D3C;
}
</style>