Shades of Medium Carmine #B23E2F
Tints of Medium Carmine #B23E2F
RGB
CMYK
RGB Variations
Color information
#B23E2F (or 0xB23E2F) is known color: Medium Carmine. HEX triplet: B2, 3E and 2F. RGB value is (178,62,47). Sum of RGB (Red+Green+Blue) = 178+62+47=287 (38% of max value = 765). Red value is 178 (69.92% from 255 or 62.02% from 287); Green value is 62 (24.61% from 255 or 21.60% from 287); Blue value is 47 (18.75% from 255 or 16.38% from 287); Max value from RGB is 178 - color contains mainly: red. Hex color #B23E2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23E2F is #4DC1D0. Grayscale: #5F5F5F. Windows color (decimal): -5095889 or 3096242. OLE color: 3096242.
HSL color Cylindrical-coordinate representation of color #B23E2F: hue angle of 6.87º degrees, saturation: 0.58, 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 #B23E2F is Cyan = 0, Magento = 0.65, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 62 | 47 | - |
| CMYK | 0 | 0.65 | 0.74 | 0.30 |
| HSL | 6.87º | 0.58% | 0.44% | - |
| HSV(B) | 6.87º | 0.74% | 0.7% | - |
| XYZ | 20.6 | 13.12 | 4.14 | - |
| YUV | 94.97 | 100.93 | 187.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 62 | 47 | 0 | 0.65 | 0.74 | 0.30 | 6.87 | 0.58 | 0.44 |
| Hex | B2 | 3E | 2F | 0 | 41 | 4A | 1E | 7 | 3A | 2C |
| Octal | 262 | 76 | 57 | 0 | 101 | 112 | 36 | 7 | 72 | 54 |
| Binary | 10110010 | 111110 | 101111 | 0 | 1000001 | 1001010 | 11110 | 111 | 111010 | 101100 |
Color Harmonies of #B23E2F
Complementary color
Monochromatic Colors of #B23E2F
Black with #B23E2F
Text Example
Text Example
White with #B23E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23E2F; }
p { color: rgb(178,62,47); }
H1.HeaderClassName
{
color: #B23E2F;
}
.AnyTagClassName
{
color: #B23E2F;
}
</style>
background-color css
<style>
a { background-color: #B23E2F; }
a { background-color: rgb(178,62,47); }
div.DivClassName
{
background-color: #B23E2F;
}
.BgClassName
{
background-color: #B23E2F;
}
</style>
border-color css
<style>
span { border-color: #B23E2F; }
span { border-color: rgb(178,62,47); }
td.TdClassName
{
border-color: #B23E2F;
}
.TagClassName
{
border-color: #B23E2F;
}
</style>