Shades of Medium Carmine #B23735
Tints of Medium Carmine #B23735
RGB
CMYK
RGB Variations
Color information
#B23735 (or 0xB23735) is known color: Medium Carmine. HEX triplet: B2, 37 and 35. RGB value is (178,55,53). Sum of RGB (Red+Green+Blue) = 178+55+53=286 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.24% from 286); Green value is 55 (21.88% from 255 or 19.23% from 286); Blue value is 53 (21.09% from 255 or 18.53% from 286); Max value from RGB is 178 - color contains mainly: red. Hex color #B23735 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23735 is #4DC8CA. Grayscale: #5B5B5B. Windows color (decimal): -5097675 or 3487666. OLE color: 3487666.
HSL color Cylindrical-coordinate representation of color #B23735: hue angle of 0.96º 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 #B23735 is Cyan = 0, Magento = 0.69, Yellow = 0.70 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 55 | 53 | - |
| CMYK | 0 | 0.69 | 0.70 | 0.30 |
| HSL | 0.96º | 0.54% | 0.45% | - |
| HSV(B) | 0.96º | 0.7% | 0.7% | - |
| XYZ | 20.37 | 12.45 | 4.7 | - |
| YUV | 91.55 | 106.25 | 189.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 55 | 53 | 0 | 0.69 | 0.70 | 0.30 | 0.96 | 0.54 | 0.45 |
| Hex | B2 | 37 | 35 | 0 | 45 | 46 | 1E | 1 | 36 | 2D |
| Octal | 262 | 67 | 65 | 0 | 105 | 106 | 36 | 1 | 66 | 55 |
| Binary | 10110010 | 110111 | 110101 | 0 | 1000101 | 1000110 | 11110 | 1 | 110110 | 101101 |
Color Harmonies of #B23735
Complementary color
Monochromatic Colors of #B23735
Black with #B23735
Text Example
Text Example
White with #B23735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23735; }
p { color: rgb(178,55,53); }
H1.HeaderClassName
{
color: #B23735;
}
.AnyTagClassName
{
color: #B23735;
}
</style>
background-color css
<style>
a { background-color: #B23735; }
a { background-color: rgb(178,55,53); }
div.DivClassName
{
background-color: #B23735;
}
.BgClassName
{
background-color: #B23735;
}
</style>
border-color css
<style>
span { border-color: #B23735; }
span { border-color: rgb(178,55,53); }
td.TdClassName
{
border-color: #B23735;
}
.TagClassName
{
border-color: #B23735;
}
</style>