Shades of Medium Carmine #B34135
Tints of Medium Carmine #B34135
RGB
CMYK
RGB Variations
Color information
#B34135 (or 0xB34135) is known color: Medium Carmine. HEX triplet: B3, 41 and 35. RGB value is (179,65,53). Sum of RGB (Red+Green+Blue) = 179+65+53=297 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.27% from 297); Green value is 65 (25.78% from 255 or 21.89% from 297); Blue value is 53 (21.09% from 255 or 17.85% from 297); Max value from RGB is 179 - color contains mainly: red. Hex color #B34135 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34135 is #4CBECA. Grayscale: #616161. Windows color (decimal): -5029579 or 3490227. OLE color: 3490227.
HSL color Cylindrical-coordinate representation of color #B34135: hue angle of 5.71º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B34135 is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 65 | 53 | - |
| CMYK | 0 | 0.64 | 0.70 | 0.30 |
| HSL | 5.71º | 0.54% | 0.45% | - |
| HSV(B) | 5.71º | 0.7% | 0.7% | - |
| XYZ | 21.12 | 13.62 | 4.88 | - |
| YUV | 97.72 | 102.77 | 185.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 65 | 53 | 0 | 0.64 | 0.70 | 0.30 | 5.71 | 0.54 | 0.45 |
| Hex | B3 | 41 | 35 | 0 | 40 | 46 | 1E | 6 | 36 | 2D |
| Octal | 263 | 101 | 65 | 0 | 100 | 106 | 36 | 6 | 66 | 55 |
| Binary | 10110011 | 1000001 | 110101 | 0 | 1000000 | 1000110 | 11110 | 110 | 110110 | 101101 |
Color Harmonies of #B34135
Complementary color
Monochromatic Colors of #B34135
Black with #B34135
Text Example
Text Example
White with #B34135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34135; }
p { color: rgb(179,65,53); }
H1.HeaderClassName
{
color: #B34135;
}
.AnyTagClassName
{
color: #B34135;
}
</style>
background-color css
<style>
a { background-color: #B34135; }
a { background-color: rgb(179,65,53); }
div.DivClassName
{
background-color: #B34135;
}
.BgClassName
{
background-color: #B34135;
}
</style>
border-color css
<style>
span { border-color: #B34135; }
span { border-color: rgb(179,65,53); }
td.TdClassName
{
border-color: #B34135;
}
.TagClassName
{
border-color: #B34135;
}
</style>