Shades of Medium Carmine #B34436
Tints of Medium Carmine #B34436
RGB
CMYK
RGB Variations
Color information
#B34436 (or 0xB34436) is known color: Medium Carmine. HEX triplet: B3, 44 and 36. RGB value is (179,68,54). Sum of RGB (Red+Green+Blue) = 179+68+54=301 (39% of max value = 765). Red value is 179 (70.31% from 255 or 59.47% from 301); Green value is 68 (26.95% from 255 or 22.59% from 301); Blue value is 54 (21.48% from 255 or 17.94% from 301); Max value from RGB is 179 - color contains mainly: red. Hex color #B34436 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34436 is #4CBBC9. Grayscale: #636363. Windows color (decimal): -5028810 or 3556531. OLE color: 3556531.
HSL color Cylindrical-coordinate representation of color #B34436: hue angle of 6.72º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B34436 is Cyan = 0, Magento = 0.62, Yellow = 0.70 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 68 | 54 | - |
| CMYK | 0 | 0.62 | 0.70 | 0.30 |
| HSL | 6.72º | 0.54% | 0.46% | - |
| HSV(B) | 6.72º | 0.7% | 0.7% | - |
| XYZ | 21.32 | 13.98 | 5.07 | - |
| YUV | 99.59 | 102.27 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 68 | 54 | 0 | 0.62 | 0.70 | 0.30 | 6.72 | 0.54 | 0.46 |
| Hex | B3 | 44 | 36 | 0 | 3E | 46 | 1E | 7 | 36 | 2E |
| Octal | 263 | 104 | 66 | 0 | 76 | 106 | 36 | 7 | 66 | 56 |
| Binary | 10110011 | 1000100 | 110110 | 0 | 111110 | 1000110 | 11110 | 111 | 110110 | 101110 |
Color Harmonies of #B34436
Complementary color
Monochromatic Colors of #B34436
Black with #B34436
Text Example
Text Example
White with #B34436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34436; }
p { color: rgb(179,68,54); }
H1.HeaderClassName
{
color: #B34436;
}
.AnyTagClassName
{
color: #B34436;
}
</style>
background-color css
<style>
a { background-color: #B34436; }
a { background-color: rgb(179,68,54); }
div.DivClassName
{
background-color: #B34436;
}
.BgClassName
{
background-color: #B34436;
}
</style>
border-color css
<style>
span { border-color: #B34436; }
span { border-color: rgb(179,68,54); }
td.TdClassName
{
border-color: #B34436;
}
.TagClassName
{
border-color: #B34436;
}
</style>