Shades of Medium Carmine #B23622
Tints of Medium Carmine #B23622
RGB
CMYK
RGB Variations
Color information
#B23622 (or 0xB23622) is known color: Medium Carmine. HEX triplet: B2, 36 and 22. RGB value is (178,54,34). Sum of RGB (Red+Green+Blue) = 178+54+34=266 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.92% from 266); Green value is 54 (21.48% from 255 or 20.30% from 266); Blue value is 34 (13.67% from 255 or 12.78% from 266); Max value from RGB is 178 - color contains mainly: red. Hex color #B23622 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23622 is #4DC9DD. Grayscale: #585858. Windows color (decimal): -5097950 or 2242226. OLE color: 2242226.
HSL color Cylindrical-coordinate representation of color #B23622: hue angle of 8.33º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B23622 is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 54 | 34 | - |
| CMYK | 0 | 0.70 | 0.81 | 0.30 |
| HSL | 8.33º | 0.68% | 0.42% | - |
| HSV(B) | 8.33º | 0.81% | 0.7% | - |
| XYZ | 19.97 | 12.22 | 2.82 | - |
| YUV | 88.8 | 97.08 | 191.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 54 | 34 | 0 | 0.70 | 0.81 | 0.30 | 8.33 | 0.68 | 0.42 |
| Hex | B2 | 36 | 22 | 0 | 46 | 51 | 1E | 8 | 44 | 2A |
| Octal | 262 | 66 | 42 | 0 | 106 | 121 | 36 | 10 | 104 | 52 |
| Binary | 10110010 | 110110 | 100010 | 0 | 1000110 | 1010001 | 11110 | 1000 | 1000100 | 101010 |
Color Harmonies of #B23622
Complementary color
Monochromatic Colors of #B23622
Black with #B23622
Text Example
Text Example
White with #B23622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23622; }
p { color: rgb(178,54,34); }
H1.HeaderClassName
{
color: #B23622;
}
.AnyTagClassName
{
color: #B23622;
}
</style>
background-color css
<style>
a { background-color: #B23622; }
a { background-color: rgb(178,54,34); }
div.DivClassName
{
background-color: #B23622;
}
.BgClassName
{
background-color: #B23622;
}
</style>
border-color css
<style>
span { border-color: #B23622; }
span { border-color: rgb(178,54,34); }
td.TdClassName
{
border-color: #B23622;
}
.TagClassName
{
border-color: #B23622;
}
</style>