Shades of Medium Carmine #B23628
Tints of Medium Carmine #B23628
RGB
CMYK
RGB Variations
Color information
#B23628 (or 0xB23628) is known color: Medium Carmine. HEX triplet: B2, 36 and 28. RGB value is (178,54,40). Sum of RGB (Red+Green+Blue) = 178+54+40=272 (36% of max value = 765). Red value is 178 (69.92% from 255 or 65.44% from 272); Green value is 54 (21.48% from 255 or 19.85% from 272); Blue value is 40 (16.02% from 255 or 14.71% from 272); Max value from RGB is 178 - color contains mainly: red. Hex color #B23628 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23628 is #4DC9D7. Grayscale: #595959. Windows color (decimal): -5097944 or 2635442. OLE color: 2635442.
HSL color Cylindrical-coordinate representation of color #B23628: hue angle of 6.09º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B23628 is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 54 | 40 | - |
| CMYK | 0 | 0.70 | 0.78 | 0.30 |
| HSL | 6.09º | 0.63% | 0.43% | - |
| HSV(B) | 6.09º | 0.78% | 0.7% | - |
| XYZ | 20.06 | 12.26 | 3.32 | - |
| YUV | 89.48 | 100.08 | 191.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 54 | 40 | 0 | 0.70 | 0.78 | 0.30 | 6.09 | 0.63 | 0.43 |
| Hex | B2 | 36 | 28 | 0 | 46 | 4E | 1E | 6 | 3F | 2B |
| Octal | 262 | 66 | 50 | 0 | 106 | 116 | 36 | 6 | 77 | 53 |
| Binary | 10110010 | 110110 | 101000 | 0 | 1000110 | 1001110 | 11110 | 110 | 111111 | 101011 |
Color Harmonies of #B23628
Complementary color
Monochromatic Colors of #B23628
Black with #B23628
Text Example
Text Example
White with #B23628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23628; }
p { color: rgb(178,54,40); }
H1.HeaderClassName
{
color: #B23628;
}
.AnyTagClassName
{
color: #B23628;
}
</style>
background-color css
<style>
a { background-color: #B23628; }
a { background-color: rgb(178,54,40); }
div.DivClassName
{
background-color: #B23628;
}
.BgClassName
{
background-color: #B23628;
}
</style>
border-color css
<style>
span { border-color: #B23628; }
span { border-color: rgb(178,54,40); }
td.TdClassName
{
border-color: #B23628;
}
.TagClassName
{
border-color: #B23628;
}
</style>