Shades of Medium Carmine #B23333
Tints of Medium Carmine #B23333
RGB
CMYK
RGB Variations
Color information
#B23333 (or 0xB23333) is known color: Medium Carmine. HEX triplet: B2, 33 and 33. RGB value is (178,51,51). Sum of RGB (Red+Green+Blue) = 178+51+51=280 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.57% from 280); Green value is 51 (20.31% from 255 or 18.21% from 280); Blue value is 51 (20.31% from 255 or 18.21% from 280); Max value from RGB is 178 - color contains mainly: red. Hex color #B23333 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23333 is #4DCCCC. Grayscale: #595959. Windows color (decimal): -5098701 or 3355570. OLE color: 3355570.
HSL color Cylindrical-coordinate representation of color #B23333: hue angle of 0º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B23333 is Cyan = 0, Magento = 0.71, Yellow = 0.71 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 51 | 51 | - |
| CMYK | 0 | 0.71 | 0.71 | 0.30 |
| HSL | 0º | 0.55% | 0.45% | - |
| HSV(B) | 0º | 0.71% | 0.7% | - |
| XYZ | 20.14 | 12.07 | 4.4 | - |
| YUV | 88.97 | 106.58 | 191.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 51 | 51 | 0 | 0.71 | 0.71 | 0.30 | 0 | 0.55 | 0.45 |
| Hex | B2 | 33 | 33 | 0 | 47 | 47 | 1E | 0 | 37 | 2D |
| Octal | 262 | 63 | 63 | 0 | 107 | 107 | 36 | 0 | 67 | 55 |
| Binary | 10110010 | 110011 | 110011 | 0 | 1000111 | 1000111 | 11110 | 0 | 110111 | 101101 |
Color Harmonies of #B23333
Complementary color
Monochromatic Colors of #B23333
Black with #B23333
Text Example
Text Example
White with #B23333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23333; }
p { color: rgb(178,51,51); }
H1.HeaderClassName
{
color: #B23333;
}
.AnyTagClassName
{
color: #B23333;
}
</style>
background-color css
<style>
a { background-color: #B23333; }
a { background-color: rgb(178,51,51); }
div.DivClassName
{
background-color: #B23333;
}
.BgClassName
{
background-color: #B23333;
}
</style>
border-color css
<style>
span { border-color: #B23333; }
span { border-color: rgb(178,51,51); }
td.TdClassName
{
border-color: #B23333;
}
.TagClassName
{
border-color: #B23333;
}
</style>