Shades of Medium Carmine #B23C29
Tints of Medium Carmine #B23C29
RGB
CMYK
RGB Variations
Color information
#B23C29 (or 0xB23C29) is known color: Medium Carmine. HEX triplet: B2, 3C and 29. RGB value is (178,60,41). Sum of RGB (Red+Green+Blue) = 178+60+41=279 (36% of max value = 765). Red value is 178 (69.92% from 255 or 63.80% from 279); Green value is 60 (23.83% from 255 or 21.51% from 279); Blue value is 41 (16.41% from 255 or 14.70% from 279); Max value from RGB is 178 - color contains mainly: red. Hex color #B23C29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23C29 is #4DC3D6. Grayscale: #5D5D5D. Windows color (decimal): -5096407 or 2702514. OLE color: 2702514.
HSL color Cylindrical-coordinate representation of color #B23C29: hue angle of 8.32º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B23C29 is Cyan = 0, Magento = 0.66, Yellow = 0.77 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 60 | 41 | - |
| CMYK | 0 | 0.66 | 0.77 | 0.30 |
| HSL | 8.32º | 0.63% | 0.43% | - |
| HSV(B) | 8.32º | 0.77% | 0.7% | - |
| XYZ | 20.38 | 12.86 | 3.51 | - |
| YUV | 93.12 | 98.59 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 60 | 41 | 0 | 0.66 | 0.77 | 0.30 | 8.32 | 0.63 | 0.43 |
| Hex | B2 | 3C | 29 | 0 | 42 | 4D | 1E | 8 | 3F | 2B |
| Octal | 262 | 74 | 51 | 0 | 102 | 115 | 36 | 10 | 77 | 53 |
| Binary | 10110010 | 111100 | 101001 | 0 | 1000010 | 1001101 | 11110 | 1000 | 111111 | 101011 |
Color Harmonies of #B23C29
Complementary color
Monochromatic Colors of #B23C29
Black with #B23C29
Text Example
Text Example
White with #B23C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23C29; }
p { color: rgb(178,60,41); }
H1.HeaderClassName
{
color: #B23C29;
}
.AnyTagClassName
{
color: #B23C29;
}
</style>
background-color css
<style>
a { background-color: #B23C29; }
a { background-color: rgb(178,60,41); }
div.DivClassName
{
background-color: #B23C29;
}
.BgClassName
{
background-color: #B23C29;
}
</style>
border-color css
<style>
span { border-color: #B23C29; }
span { border-color: rgb(178,60,41); }
td.TdClassName
{
border-color: #B23C29;
}
.TagClassName
{
border-color: #B23C29;
}
</style>