Shades of Medium Carmine #B14A3B
Tints of Medium Carmine #B14A3B
RGB
CMYK
RGB Variations
Color information
#B14A3B (or 0xB14A3B) is known color: Medium Carmine. HEX triplet: B1, 4A and 3B. RGB value is (177,74,59). Sum of RGB (Red+Green+Blue) = 177+74+59=310 (41% of max value = 765). Red value is 177 (69.53% from 255 or 57.10% from 310); Green value is 74 (29.30% from 255 or 23.87% from 310); Blue value is 59 (23.44% from 255 or 19.03% from 310); Max value from RGB is 177 - color contains mainly: red. Hex color #B14A3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14A3B is #4EB5C4. Grayscale: #676767. Windows color (decimal): -5158341 or 3885745. OLE color: 3885745.
HSL color Cylindrical-coordinate representation of color #B14A3B: hue angle of 7.63º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B14A3B is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 74 | 59 | - |
| CMYK | 0 | 0.58 | 0.67 | 0.31 |
| HSL | 7.63º | 0.5% | 0.46% | - |
| HSV(B) | 7.63º | 0.67% | 0.69% | - |
| XYZ | 21.37 | 14.56 | 5.82 | - |
| YUV | 103.09 | 103.12 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 74 | 59 | 0 | 0.58 | 0.67 | 0.31 | 7.63 | 0.5 | 0.46 |
| Hex | B1 | 4A | 3B | 0 | 3A | 43 | 1F | 8 | 32 | 2E |
| Octal | 261 | 112 | 73 | 0 | 72 | 103 | 37 | 10 | 62 | 56 |
| Binary | 10110001 | 1001010 | 111011 | 0 | 111010 | 1000011 | 11111 | 1000 | 110010 | 101110 |
Color Harmonies of #B14A3B
Complementary color
Monochromatic Colors of #B14A3B
Black with #B14A3B
Text Example
Text Example
White with #B14A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14A3B; }
p { color: rgb(177,74,59); }
H1.HeaderClassName
{
color: #B14A3B;
}
.AnyTagClassName
{
color: #B14A3B;
}
</style>
background-color css
<style>
a { background-color: #B14A3B; }
a { background-color: rgb(177,74,59); }
div.DivClassName
{
background-color: #B14A3B;
}
.BgClassName
{
background-color: #B14A3B;
}
</style>
border-color css
<style>
span { border-color: #B14A3B; }
span { border-color: rgb(177,74,59); }
td.TdClassName
{
border-color: #B14A3B;
}
.TagClassName
{
border-color: #B14A3B;
}
</style>