Shades of Medium Carmine #B23330
Tints of Medium Carmine #B23330
RGB
CMYK
RGB Variations
Color information
#B23330 (or 0xB23330) is known color: Medium Carmine. HEX triplet: B2, 33 and 30. RGB value is (178,51,48). Sum of RGB (Red+Green+Blue) = 178+51+48=277 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.26% from 277); Green value is 51 (20.31% from 255 or 18.41% from 277); Blue value is 48 (19.14% from 255 or 17.33% from 277); Max value from RGB is 178 - color contains mainly: red. Hex color #B23330 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23330 is #4DCCCF. Grayscale: #585858. Windows color (decimal): -5098704 or 3158962. OLE color: 3158962.
HSL color Cylindrical-coordinate representation of color #B23330: hue angle of 1.38º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B23330 is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 51 | 48 | - |
| CMYK | 0 | 0.71 | 0.73 | 0.30 |
| HSL | 1.38º | 0.58% | 0.44% | - |
| HSV(B) | 1.38º | 0.73% | 0.7% | - |
| XYZ | 20.08 | 12.05 | 4.06 | - |
| YUV | 88.63 | 105.08 | 191.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 51 | 48 | 0 | 0.71 | 0.73 | 0.30 | 1.38 | 0.58 | 0.44 |
| Hex | B2 | 33 | 30 | 0 | 47 | 49 | 1E | 1 | 3A | 2C |
| Octal | 262 | 63 | 60 | 0 | 107 | 111 | 36 | 1 | 72 | 54 |
| Binary | 10110010 | 110011 | 110000 | 0 | 1000111 | 1001001 | 11110 | 1 | 111010 | 101100 |
Color Harmonies of #B23330
Complementary color
Monochromatic Colors of #B23330
Black with #B23330
Text Example
Text Example
White with #B23330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23330; }
p { color: rgb(178,51,48); }
H1.HeaderClassName
{
color: #B23330;
}
.AnyTagClassName
{
color: #B23330;
}
</style>
background-color css
<style>
a { background-color: #B23330; }
a { background-color: rgb(178,51,48); }
div.DivClassName
{
background-color: #B23330;
}
.BgClassName
{
background-color: #B23330;
}
</style>
border-color css
<style>
span { border-color: #B23330; }
span { border-color: rgb(178,51,48); }
td.TdClassName
{
border-color: #B23330;
}
.TagClassName
{
border-color: #B23330;
}
</style>