Shades of Medium Carmine #B14935
Tints of Medium Carmine #B14935
RGB
CMYK
RGB Variations
Color information
#B14935 (or 0xB14935) is known color: Medium Carmine. HEX triplet: B1, 49 and 35. RGB value is (177,73,53). Sum of RGB (Red+Green+Blue) = 177+73+53=303 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.42% from 303); Green value is 73 (28.91% from 255 or 24.09% from 303); Blue value is 53 (21.09% from 255 or 17.49% from 303); Max value from RGB is 177 - color contains mainly: red. Hex color #B14935 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14935 is #4EB6CA. Grayscale: #666666. Windows color (decimal): -5158603 or 3492273. OLE color: 3492273.
HSL color Cylindrical-coordinate representation of color #B14935: hue angle of 9.68º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B14935 is Cyan = 0, Magento = 0.59, Yellow = 0.70 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 73 | 53 | - |
| CMYK | 0 | 0.59 | 0.70 | 0.31 |
| HSL | 9.68º | 0.54% | 0.45% | - |
| HSV(B) | 9.68º | 0.7% | 0.69% | - |
| XYZ | 21.16 | 14.37 | 5.03 | - |
| YUV | 101.82 | 100.46 | 181.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 73 | 53 | 0 | 0.59 | 0.70 | 0.31 | 9.68 | 0.54 | 0.45 |
| Hex | B1 | 49 | 35 | 0 | 3B | 46 | 1F | A | 36 | 2D |
| Octal | 261 | 111 | 65 | 0 | 73 | 106 | 37 | 12 | 66 | 55 |
| Binary | 10110001 | 1001001 | 110101 | 0 | 111011 | 1000110 | 11111 | 1010 | 110110 | 101101 |
Color Harmonies of #B14935
Complementary color
Monochromatic Colors of #B14935
Black with #B14935
Text Example
Text Example
White with #B14935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14935; }
p { color: rgb(177,73,53); }
H1.HeaderClassName
{
color: #B14935;
}
.AnyTagClassName
{
color: #B14935;
}
</style>
background-color css
<style>
a { background-color: #B14935; }
a { background-color: rgb(177,73,53); }
div.DivClassName
{
background-color: #B14935;
}
.BgClassName
{
background-color: #B14935;
}
</style>
border-color css
<style>
span { border-color: #B14935; }
span { border-color: rgb(177,73,53); }
td.TdClassName
{
border-color: #B14935;
}
.TagClassName
{
border-color: #B14935;
}
</style>