Shades of Medium Carmine #B34535
Tints of Medium Carmine #B34535
RGB
CMYK
RGB Variations
Color information
#B34535 (or 0xB34535) is known color: Medium Carmine. HEX triplet: B3, 45 and 35. RGB value is (179,69,53). Sum of RGB (Red+Green+Blue) = 179+69+53=301 (39% of max value = 765). Red value is 179 (70.31% from 255 or 59.47% from 301); Green value is 69 (27.34% from 255 or 22.92% from 301); Blue value is 53 (21.09% from 255 or 17.61% from 301); Max value from RGB is 179 - color contains mainly: red. Hex color #B34535 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34535 is #4CBACA. Grayscale: #646464. Windows color (decimal): -5028555 or 3491251. OLE color: 3491251.
HSL color Cylindrical-coordinate representation of color #B34535: hue angle of 7.62º 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 #B34535 is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 69 | 53 | - |
| CMYK | 0 | 0.61 | 0.70 | 0.30 |
| HSL | 7.62º | 0.54% | 0.45% | - |
| HSV(B) | 7.62º | 0.7% | 0.7% | - |
| XYZ | 21.36 | 14.1 | 4.96 | - |
| YUV | 100.07 | 101.44 | 184.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 69 | 53 | 0 | 0.61 | 0.70 | 0.30 | 7.62 | 0.54 | 0.45 |
| Hex | B3 | 45 | 35 | 0 | 3D | 46 | 1E | 8 | 36 | 2D |
| Octal | 263 | 105 | 65 | 0 | 75 | 106 | 36 | 10 | 66 | 55 |
| Binary | 10110011 | 1000101 | 110101 | 0 | 111101 | 1000110 | 11110 | 1000 | 110110 | 101101 |
Color Harmonies of #B34535
Complementary color
Monochromatic Colors of #B34535
Black with #B34535
Text Example
Text Example
White with #B34535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34535; }
p { color: rgb(179,69,53); }
H1.HeaderClassName
{
color: #B34535;
}
.AnyTagClassName
{
color: #B34535;
}
</style>
background-color css
<style>
a { background-color: #B34535; }
a { background-color: rgb(179,69,53); }
div.DivClassName
{
background-color: #B34535;
}
.BgClassName
{
background-color: #B34535;
}
</style>
border-color css
<style>
span { border-color: #B34535; }
span { border-color: rgb(179,69,53); }
td.TdClassName
{
border-color: #B34535;
}
.TagClassName
{
border-color: #B34535;
}
</style>