Shades of Medium Carmine #B23535
Tints of Medium Carmine #B23535
RGB
CMYK
RGB Variations
Color information
#B23535 (or 0xB23535) is known color: Medium Carmine. HEX triplet: B2, 35 and 35. RGB value is (178,53,53). Sum of RGB (Red+Green+Blue) = 178+53+53=284 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.68% from 284); Green value is 53 (21.09% from 255 or 18.66% from 284); Blue value is 53 (21.09% from 255 or 18.66% from 284); Max value from RGB is 178 - color contains mainly: red. Hex color #B23535 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23535 is #4DCACA. Grayscale: #5A5A5A. Windows color (decimal): -5098187 or 3487154. OLE color: 3487154.
HSL color Cylindrical-coordinate representation of color #B23535: hue angle of 0º degrees, saturation: 0.54, 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 #B23535 is Cyan = 0, Magento = 0.70, Yellow = 0.70 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 53 | 53 | - |
| CMYK | 0 | 0.70 | 0.70 | 0.30 |
| HSL | 0º | 0.54% | 0.45% | - |
| HSV(B) | 0º | 0.7% | 0.7% | - |
| XYZ | 20.28 | 12.27 | 4.67 | - |
| YUV | 90.38 | 106.91 | 190.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 53 | 53 | 0 | 0.70 | 0.70 | 0.30 | 0 | 0.54 | 0.45 |
| Hex | B2 | 35 | 35 | 0 | 46 | 46 | 1E | 0 | 36 | 2D |
| Octal | 262 | 65 | 65 | 0 | 106 | 106 | 36 | 0 | 66 | 55 |
| Binary | 10110010 | 110101 | 110101 | 0 | 1000110 | 1000110 | 11110 | 0 | 110110 | 101101 |
Color Harmonies of #B23535
Complementary color
Monochromatic Colors of #B23535
Black with #B23535
Text Example
Text Example
White with #B23535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23535; }
p { color: rgb(178,53,53); }
H1.HeaderClassName
{
color: #B23535;
}
.AnyTagClassName
{
color: #B23535;
}
</style>
background-color css
<style>
a { background-color: #B23535; }
a { background-color: rgb(178,53,53); }
div.DivClassName
{
background-color: #B23535;
}
.BgClassName
{
background-color: #B23535;
}
</style>
border-color css
<style>
span { border-color: #B23535; }
span { border-color: rgb(178,53,53); }
td.TdClassName
{
border-color: #B23535;
}
.TagClassName
{
border-color: #B23535;
}
</style>