Shades of Medium Carmine #B23B39
Tints of Medium Carmine #B23B39
RGB
CMYK
RGB Variations
Color information
#B23B39 (or 0xB23B39) is known color: Medium Carmine. HEX triplet: B2, 3B and 39. RGB value is (178,59,57). Sum of RGB (Red+Green+Blue) = 178+59+57=294 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.54% from 294); Green value is 59 (23.44% from 255 or 20.07% from 294); Blue value is 57 (22.66% from 255 or 19.39% from 294); Max value from RGB is 178 - color contains mainly: red. Hex color #B23B39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23B39 is #4DC4C6. Grayscale: #5E5E5E. Windows color (decimal): -5096647 or 3750834. OLE color: 3750834.
HSL color Cylindrical-coordinate representation of color #B23B39: hue angle of 0.99º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B23B39 is Cyan = 0, Magento = 0.67, Yellow = 0.68 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 59 | 57 | - |
| CMYK | 0 | 0.67 | 0.68 | 0.30 |
| HSL | 0.99º | 0.51% | 0.46% | - |
| HSV(B) | 0.99º | 0.68% | 0.7% | - |
| XYZ | 20.66 | 12.89 | 5.27 | - |
| YUV | 94.35 | 106.92 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 59 | 57 | 0 | 0.67 | 0.68 | 0.30 | 0.99 | 0.51 | 0.46 |
| Hex | B2 | 3B | 39 | 0 | 43 | 44 | 1E | 1 | 33 | 2E |
| Octal | 262 | 73 | 71 | 0 | 103 | 104 | 36 | 1 | 63 | 56 |
| Binary | 10110010 | 111011 | 111001 | 0 | 1000011 | 1000100 | 11110 | 1 | 110011 | 101110 |
Color Harmonies of #B23B39
Complementary color
Monochromatic Colors of #B23B39
Black with #B23B39
Text Example
Text Example
White with #B23B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23B39; }
p { color: rgb(178,59,57); }
H1.HeaderClassName
{
color: #B23B39;
}
.AnyTagClassName
{
color: #B23B39;
}
</style>
background-color css
<style>
a { background-color: #B23B39; }
a { background-color: rgb(178,59,57); }
div.DivClassName
{
background-color: #B23B39;
}
.BgClassName
{
background-color: #B23B39;
}
</style>
border-color css
<style>
span { border-color: #B23B39; }
span { border-color: rgb(178,59,57); }
td.TdClassName
{
border-color: #B23B39;
}
.TagClassName
{
border-color: #B23B39;
}
</style>