Shades of Medium Carmine #B34A36
Tints of Medium Carmine #B34A36
RGB
CMYK
RGB Variations
Color information
#B34A36 (or 0xB34A36) is known color: Medium Carmine. HEX triplet: B3, 4A and 36. RGB value is (179,74,54). Sum of RGB (Red+Green+Blue) = 179+74+54=307 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.31% from 307); Green value is 74 (29.30% from 255 or 24.10% from 307); Blue value is 54 (21.48% from 255 or 17.59% from 307); Max value from RGB is 179 - color contains mainly: red. Hex color #B34A36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34A36 is #4CB5C9. Grayscale: #676767. Windows color (decimal): -5027274 or 3558067. OLE color: 3558067.
HSL color Cylindrical-coordinate representation of color #B34A36: hue angle of 9.6º 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 #B34A36 is Cyan = 0, Magento = 0.59, Yellow = 0.70 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 74 | 54 | - |
| CMYK | 0 | 0.59 | 0.70 | 0.30 |
| HSL | 9.6º | 0.54% | 0.46% | - |
| HSV(B) | 9.6º | 0.7% | 0.7% | - |
| XYZ | 21.71 | 14.75 | 5.19 | - |
| YUV | 103.12 | 100.29 | 182.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 74 | 54 | 0 | 0.59 | 0.70 | 0.30 | 9.6 | 0.54 | 0.46 |
| Hex | B3 | 4A | 36 | 0 | 3B | 46 | 1E | A | 36 | 2E |
| Octal | 263 | 112 | 66 | 0 | 73 | 106 | 36 | 12 | 66 | 56 |
| Binary | 10110011 | 1001010 | 110110 | 0 | 111011 | 1000110 | 11110 | 1010 | 110110 | 101110 |
Color Harmonies of #B34A36
Complementary color
Monochromatic Colors of #B34A36
Black with #B34A36
Text Example
Text Example
White with #B34A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34A36; }
p { color: rgb(179,74,54); }
H1.HeaderClassName
{
color: #B34A36;
}
.AnyTagClassName
{
color: #B34A36;
}
</style>
background-color css
<style>
a { background-color: #B34A36; }
a { background-color: rgb(179,74,54); }
div.DivClassName
{
background-color: #B34A36;
}
.BgClassName
{
background-color: #B34A36;
}
</style>
border-color css
<style>
span { border-color: #B34A36; }
span { border-color: rgb(179,74,54); }
td.TdClassName
{
border-color: #B34A36;
}
.TagClassName
{
border-color: #B34A36;
}
</style>