Shades of Medium Carmine #B04839
Tints of Medium Carmine #B04839
RGB
CMYK
RGB Variations
Color information
#B04839 (or 0xB04839) is known color: Medium Carmine. HEX triplet: B0, 48 and 39. RGB value is (176,72,57). Sum of RGB (Red+Green+Blue) = 176+72+57=305 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.70% from 305); Green value is 72 (28.52% from 255 or 23.61% from 305); Blue value is 57 (22.66% from 255 or 18.69% from 305); Max value from RGB is 176 - color contains mainly: red. Hex color #B04839 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04839 is #4FB7C6. Grayscale: #656565. Windows color (decimal): -5224391 or 3754160. OLE color: 3754160.
HSL color Cylindrical-coordinate representation of color #B04839: hue angle of 7.56º degrees, saturation: 0.51, 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 #B04839 is Cyan = 0, Magento = 0.59, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 72 | 57 | - |
| CMYK | 0 | 0.59 | 0.68 | 0.31 |
| HSL | 7.56º | 0.51% | 0.46% | - |
| HSV(B) | 7.56º | 0.68% | 0.69% | - |
| XYZ | 20.96 | 14.16 | 5.5 | - |
| YUV | 101.39 | 102.96 | 181.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 72 | 57 | 0 | 0.59 | 0.68 | 0.31 | 7.56 | 0.51 | 0.46 |
| Hex | B0 | 48 | 39 | 0 | 3B | 44 | 1F | 8 | 33 | 2E |
| Octal | 260 | 110 | 71 | 0 | 73 | 104 | 37 | 10 | 63 | 56 |
| Binary | 10110000 | 1001000 | 111001 | 0 | 111011 | 1000100 | 11111 | 1000 | 110011 | 101110 |
Color Harmonies of #B04839
Complementary color
Monochromatic Colors of #B04839
Black with #B04839
Text Example
Text Example
White with #B04839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04839; }
p { color: rgb(176,72,57); }
H1.HeaderClassName
{
color: #B04839;
}
.AnyTagClassName
{
color: #B04839;
}
</style>
background-color css
<style>
a { background-color: #B04839; }
a { background-color: rgb(176,72,57); }
div.DivClassName
{
background-color: #B04839;
}
.BgClassName
{
background-color: #B04839;
}
</style>
border-color css
<style>
span { border-color: #B04839; }
span { border-color: rgb(176,72,57); }
td.TdClassName
{
border-color: #B04839;
}
.TagClassName
{
border-color: #B04839;
}
</style>