Shades of Medium Carmine #B34838
Tints of Medium Carmine #B34838
RGB
CMYK
RGB Variations
Color information
#B34838 (or 0xB34838) is known color: Medium Carmine. HEX triplet: B3, 48 and 38. RGB value is (179,72,56). Sum of RGB (Red+Green+Blue) = 179+72+56=307 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.31% from 307); Green value is 72 (28.52% from 255 or 23.45% from 307); Blue value is 56 (22.27% from 255 or 18.24% from 307); Max value from RGB is 179 - color contains mainly: red. Hex color #B34838 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34838 is #4CB7C7. Grayscale: #666666. Windows color (decimal): -5027784 or 3688627. OLE color: 3688627.
HSL color Cylindrical-coordinate representation of color #B34838: hue angle of 7.8º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B34838 is Cyan = 0, Magento = 0.60, Yellow = 0.69 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 72 | 56 | - |
| CMYK | 0 | 0.60 | 0.69 | 0.30 |
| HSL | 7.8º | 0.52% | 0.46% | - |
| HSV(B) | 7.8º | 0.69% | 0.7% | - |
| XYZ | 21.62 | 14.5 | 5.4 | - |
| YUV | 102.17 | 101.95 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 72 | 56 | 0 | 0.60 | 0.69 | 0.30 | 7.8 | 0.52 | 0.46 |
| Hex | B3 | 48 | 38 | 0 | 3C | 45 | 1E | 8 | 34 | 2E |
| Octal | 263 | 110 | 70 | 0 | 74 | 105 | 36 | 10 | 64 | 56 |
| Binary | 10110011 | 1001000 | 111000 | 0 | 111100 | 1000101 | 11110 | 1000 | 110100 | 101110 |
Color Harmonies of #B34838
Complementary color
Monochromatic Colors of #B34838
Black with #B34838
Text Example
Text Example
White with #B34838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34838; }
p { color: rgb(179,72,56); }
H1.HeaderClassName
{
color: #B34838;
}
.AnyTagClassName
{
color: #B34838;
}
</style>
background-color css
<style>
a { background-color: #B34838; }
a { background-color: rgb(179,72,56); }
div.DivClassName
{
background-color: #B34838;
}
.BgClassName
{
background-color: #B34838;
}
</style>
border-color css
<style>
span { border-color: #B34838; }
span { border-color: rgb(179,72,56); }
td.TdClassName
{
border-color: #B34838;
}
.TagClassName
{
border-color: #B34838;
}
</style>