Shades of Medium Carmine #B23627
Tints of Medium Carmine #B23627
RGB
CMYK
RGB Variations
Color information
#B23627 (or 0xB23627) is known color: Medium Carmine. HEX triplet: B2, 36 and 27. RGB value is (178,54,39). Sum of RGB (Red+Green+Blue) = 178+54+39=271 (35% of max value = 765). Red value is 178 (69.92% from 255 or 65.68% from 271); Green value is 54 (21.48% from 255 or 19.93% from 271); Blue value is 39 (15.62% from 255 or 14.39% from 271); Max value from RGB is 178 - color contains mainly: red. Hex color #B23627 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23627 is #4DC9D8. Grayscale: #595959. Windows color (decimal): -5097945 or 2569906. OLE color: 2569906.
HSL color Cylindrical-coordinate representation of color #B23627: hue angle of 6.47º degrees, saturation: 0.64, 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 #B23627 is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 54 | 39 | - |
| CMYK | 0 | 0.70 | 0.78 | 0.30 |
| HSL | 6.47º | 0.64% | 0.43% | - |
| HSV(B) | 6.47º | 0.78% | 0.7% | - |
| XYZ | 20.05 | 12.25 | 3.23 | - |
| YUV | 89.37 | 99.58 | 191.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 54 | 39 | 0 | 0.70 | 0.78 | 0.30 | 6.47 | 0.64 | 0.43 |
| Hex | B2 | 36 | 27 | 0 | 46 | 4E | 1E | 6 | 40 | 2B |
| Octal | 262 | 66 | 47 | 0 | 106 | 116 | 36 | 6 | 100 | 53 |
| Binary | 10110010 | 110110 | 100111 | 0 | 1000110 | 1001110 | 11110 | 110 | 1000000 | 101011 |
Color Harmonies of #B23627
Complementary color
Monochromatic Colors of #B23627
Black with #B23627
Text Example
Text Example
White with #B23627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23627; }
p { color: rgb(178,54,39); }
H1.HeaderClassName
{
color: #B23627;
}
.AnyTagClassName
{
color: #B23627;
}
</style>
background-color css
<style>
a { background-color: #B23627; }
a { background-color: rgb(178,54,39); }
div.DivClassName
{
background-color: #B23627;
}
.BgClassName
{
background-color: #B23627;
}
</style>
border-color css
<style>
span { border-color: #B23627; }
span { border-color: rgb(178,54,39); }
td.TdClassName
{
border-color: #B23627;
}
.TagClassName
{
border-color: #B23627;
}
</style>