Shades of Medium Carmine #B23C3A
Tints of Medium Carmine #B23C3A
RGB
CMYK
RGB Variations
Color information
#B23C3A (or 0xB23C3A) is known color: Medium Carmine. HEX triplet: B2, 3C and 3A. RGB value is (178,60,58). Sum of RGB (Red+Green+Blue) = 178+60+58=296 (39% of max value = 765). Red value is 178 (69.92% from 255 or 60.14% from 296); Green value is 60 (23.83% from 255 or 20.27% from 296); Blue value is 58 (23.05% from 255 or 19.59% from 296); Max value from RGB is 178 - color contains mainly: red. Hex color #B23C3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23C3A is #4DC3C5. Grayscale: #5F5F5F. Windows color (decimal): -5096390 or 3816626. OLE color: 3816626.
HSL color Cylindrical-coordinate representation of color #B23C3A: hue angle of 1º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B23C3A is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 60 | 58 | - |
| CMYK | 0 | 0.66 | 0.67 | 0.30 |
| HSL | 1º | 0.51% | 0.46% | - |
| HSV(B) | 1º | 0.67% | 0.7% | - |
| XYZ | 20.74 | 13 | 5.42 | - |
| YUV | 95.05 | 107.09 | 187.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 60 | 58 | 0 | 0.66 | 0.67 | 0.30 | 1 | 0.51 | 0.46 |
| Hex | B2 | 3C | 3A | 0 | 42 | 43 | 1E | 1 | 33 | 2E |
| Octal | 262 | 74 | 72 | 0 | 102 | 103 | 36 | 1 | 63 | 56 |
| Binary | 10110010 | 111100 | 111010 | 0 | 1000010 | 1000011 | 11110 | 1 | 110011 | 101110 |
Color Harmonies of #B23C3A
Complementary color
Monochromatic Colors of #B23C3A
Black with #B23C3A
Text Example
Text Example
White with #B23C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23C3A; }
p { color: rgb(178,60,58); }
H1.HeaderClassName
{
color: #B23C3A;
}
.AnyTagClassName
{
color: #B23C3A;
}
</style>
background-color css
<style>
a { background-color: #B23C3A; }
a { background-color: rgb(178,60,58); }
div.DivClassName
{
background-color: #B23C3A;
}
.BgClassName
{
background-color: #B23C3A;
}
</style>
border-color css
<style>
span { border-color: #B23C3A; }
span { border-color: rgb(178,60,58); }
td.TdClassName
{
border-color: #B23C3A;
}
.TagClassName
{
border-color: #B23C3A;
}
</style>