Shades of Medium Carmine #B14838
Tints of Medium Carmine #B14838
RGB
CMYK
RGB Variations
Color information
#B14838 (or 0xB14838) is known color: Medium Carmine. HEX triplet: B1, 48 and 38. RGB value is (177,72,56). Sum of RGB (Red+Green+Blue) = 177+72+56=305 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.03% from 305); Green value is 72 (28.52% from 255 or 23.61% from 305); Blue value is 56 (22.27% from 255 or 18.36% from 305); Max value from RGB is 177 - color contains mainly: red. Hex color #B14838 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14838 is #4EB7C7. Grayscale: #656565. Windows color (decimal): -5158856 or 3688625. OLE color: 3688625.
HSL color Cylindrical-coordinate representation of color #B14838: hue angle of 7.93º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B14838 is Cyan = 0, Magento = 0.59, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 72 | 56 | - |
| CMYK | 0 | 0.59 | 0.68 | 0.31 |
| HSL | 7.93º | 0.52% | 0.46% | - |
| HSV(B) | 7.93º | 0.68% | 0.69% | - |
| XYZ | 21.16 | 14.27 | 5.38 | - |
| YUV | 101.57 | 102.29 | 181.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 72 | 56 | 0 | 0.59 | 0.68 | 0.31 | 7.93 | 0.52 | 0.46 |
| Hex | B1 | 48 | 38 | 0 | 3B | 44 | 1F | 8 | 34 | 2E |
| Octal | 261 | 110 | 70 | 0 | 73 | 104 | 37 | 10 | 64 | 56 |
| Binary | 10110001 | 1001000 | 111000 | 0 | 111011 | 1000100 | 11111 | 1000 | 110100 | 101110 |
Color Harmonies of #B14838
Complementary color
Monochromatic Colors of #B14838
Black with #B14838
Text Example
Text Example
White with #B14838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14838; }
p { color: rgb(177,72,56); }
H1.HeaderClassName
{
color: #B14838;
}
.AnyTagClassName
{
color: #B14838;
}
</style>
background-color css
<style>
a { background-color: #B14838; }
a { background-color: rgb(177,72,56); }
div.DivClassName
{
background-color: #B14838;
}
.BgClassName
{
background-color: #B14838;
}
</style>
border-color css
<style>
span { border-color: #B14838; }
span { border-color: rgb(177,72,56); }
td.TdClassName
{
border-color: #B14838;
}
.TagClassName
{
border-color: #B14838;
}
</style>