Shades of Medium Carmine #B23E2E
Tints of Medium Carmine #B23E2E
RGB
CMYK
RGB Variations
Color information
#B23E2E (or 0xB23E2E) is known color: Medium Carmine. HEX triplet: B2, 3E and 2E. RGB value is (178,62,46). Sum of RGB (Red+Green+Blue) = 178+62+46=286 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.24% from 286); Green value is 62 (24.61% from 255 or 21.68% from 286); Blue value is 46 (18.36% from 255 or 16.08% from 286); Max value from RGB is 178 - color contains mainly: red. Hex color #B23E2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23E2E is #4DC1D1. Grayscale: #5F5F5F. Windows color (decimal): -5095890 or 3030706. OLE color: 3030706.
HSL color Cylindrical-coordinate representation of color #B23E2E: hue angle of 7.27º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B23E2E is Cyan = 0, Magento = 0.65, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 62 | 46 | - |
| CMYK | 0 | 0.65 | 0.74 | 0.30 |
| HSL | 7.27º | 0.59% | 0.44% | - |
| HSV(B) | 7.27º | 0.74% | 0.7% | - |
| XYZ | 20.58 | 13.11 | 4.03 | - |
| YUV | 94.86 | 100.43 | 187.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 62 | 46 | 0 | 0.65 | 0.74 | 0.30 | 7.27 | 0.59 | 0.44 |
| Hex | B2 | 3E | 2E | 0 | 41 | 4A | 1E | 7 | 3B | 2C |
| Octal | 262 | 76 | 56 | 0 | 101 | 112 | 36 | 7 | 73 | 54 |
| Binary | 10110010 | 111110 | 101110 | 0 | 1000001 | 1001010 | 11110 | 111 | 111011 | 101100 |
Color Harmonies of #B23E2E
Complementary color
Monochromatic Colors of #B23E2E
Black with #B23E2E
Text Example
Text Example
White with #B23E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23E2E; }
p { color: rgb(178,62,46); }
H1.HeaderClassName
{
color: #B23E2E;
}
.AnyTagClassName
{
color: #B23E2E;
}
</style>
background-color css
<style>
a { background-color: #B23E2E; }
a { background-color: rgb(178,62,46); }
div.DivClassName
{
background-color: #B23E2E;
}
.BgClassName
{
background-color: #B23E2E;
}
</style>
border-color css
<style>
span { border-color: #B23E2E; }
span { border-color: rgb(178,62,46); }
td.TdClassName
{
border-color: #B23E2E;
}
.TagClassName
{
border-color: #B23E2E;
}
</style>