Shades of Medium Carmine #B23836
Tints of Medium Carmine #B23836
RGB
CMYK
RGB Variations
Color information
#B23836 (or 0xB23836) is known color: Medium Carmine. HEX triplet: B2, 38 and 36. RGB value is (178,56,54). Sum of RGB (Red+Green+Blue) = 178+56+54=288 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.81% from 288); Green value is 56 (22.27% from 255 or 19.44% from 288); Blue value is 54 (21.48% from 255 or 18.75% from 288); Max value from RGB is 178 - color contains mainly: red. Hex color #B23836 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23836 is #4DC7C9. Grayscale: #5C5C5C. Windows color (decimal): -5097418 or 3553458. OLE color: 3553458.
HSL color Cylindrical-coordinate representation of color #B23836: hue angle of 0.97º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B23836 is Cyan = 0, Magento = 0.69, Yellow = 0.70 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 56 | 54 | - |
| CMYK | 0 | 0.69 | 0.70 | 0.30 |
| HSL | 0.97º | 0.53% | 0.45% | - |
| HSV(B) | 0.97º | 0.7% | 0.7% | - |
| XYZ | 20.44 | 12.56 | 4.84 | - |
| YUV | 92.25 | 106.42 | 189.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 56 | 54 | 0 | 0.69 | 0.70 | 0.30 | 0.97 | 0.53 | 0.45 |
| Hex | B2 | 38 | 36 | 0 | 45 | 46 | 1E | 1 | 35 | 2D |
| Octal | 262 | 70 | 66 | 0 | 105 | 106 | 36 | 1 | 65 | 55 |
| Binary | 10110010 | 111000 | 110110 | 0 | 1000101 | 1000110 | 11110 | 1 | 110101 | 101101 |
Color Harmonies of #B23836
Complementary color
Monochromatic Colors of #B23836
Black with #B23836
Text Example
Text Example
White with #B23836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23836; }
p { color: rgb(178,56,54); }
H1.HeaderClassName
{
color: #B23836;
}
.AnyTagClassName
{
color: #B23836;
}
</style>
background-color css
<style>
a { background-color: #B23836; }
a { background-color: rgb(178,56,54); }
div.DivClassName
{
background-color: #B23836;
}
.BgClassName
{
background-color: #B23836;
}
</style>
border-color css
<style>
span { border-color: #B23836; }
span { border-color: rgb(178,56,54); }
td.TdClassName
{
border-color: #B23836;
}
.TagClassName
{
border-color: #B23836;
}
</style>