Shades of Medium Carmine #B23924
Tints of Medium Carmine #B23924
RGB
CMYK
RGB Variations
Color information
#B23924 (or 0xB23924) is known color: Medium Carmine. HEX triplet: B2, 39 and 24. RGB value is (178,57,36). Sum of RGB (Red+Green+Blue) = 178+57+36=271 (35% of max value = 765). Red value is 178 (69.92% from 255 or 65.68% from 271); Green value is 57 (22.66% from 255 or 21.03% from 271); Blue value is 36 (14.45% from 255 or 13.28% from 271); Max value from RGB is 178 - color contains mainly: red. Hex color #B23924 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23924 is #4DC6DB. Grayscale: #5A5A5A. Windows color (decimal): -5097180 or 2374066. OLE color: 2374066.
HSL color Cylindrical-coordinate representation of color #B23924: hue angle of 8.87º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B23924 is Cyan = 0, Magento = 0.68, Yellow = 0.80 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 57 | 36 | - |
| CMYK | 0 | 0.68 | 0.80 | 0.30 |
| HSL | 8.87º | 0.66% | 0.42% | - |
| HSV(B) | 8.87º | 0.8% | 0.7% | - |
| XYZ | 20.14 | 12.52 | 3.02 | - |
| YUV | 90.79 | 97.09 | 190.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 57 | 36 | 0 | 0.68 | 0.80 | 0.30 | 8.87 | 0.66 | 0.42 |
| Hex | B2 | 39 | 24 | 0 | 44 | 50 | 1E | 9 | 42 | 2A |
| Octal | 262 | 71 | 44 | 0 | 104 | 120 | 36 | 11 | 102 | 52 |
| Binary | 10110010 | 111001 | 100100 | 0 | 1000100 | 1010000 | 11110 | 1001 | 1000010 | 101010 |
Color Harmonies of #B23924
Complementary color
Monochromatic Colors of #B23924
Black with #B23924
Text Example
Text Example
White with #B23924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23924; }
p { color: rgb(178,57,36); }
H1.HeaderClassName
{
color: #B23924;
}
.AnyTagClassName
{
color: #B23924;
}
</style>
background-color css
<style>
a { background-color: #B23924; }
a { background-color: rgb(178,57,36); }
div.DivClassName
{
background-color: #B23924;
}
.BgClassName
{
background-color: #B23924;
}
</style>
border-color css
<style>
span { border-color: #B23924; }
span { border-color: rgb(178,57,36); }
td.TdClassName
{
border-color: #B23924;
}
.TagClassName
{
border-color: #B23924;
}
</style>