Shades of Medium Carmine #B04836
Tints of Medium Carmine #B04836
RGB
CMYK
RGB Variations
Color information
#B04836 (or 0xB04836) is known color: Medium Carmine. HEX triplet: B0, 48 and 36. RGB value is (176,72,54). Sum of RGB (Red+Green+Blue) = 176+72+54=302 (40% of max value = 765). Red value is 176 (69.14% from 255 or 58.28% from 302); Green value is 72 (28.52% from 255 or 23.84% from 302); Blue value is 54 (21.48% from 255 or 17.88% from 302); Max value from RGB is 176 - color contains mainly: red. Hex color #B04836 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04836 is #4FB7C9. Grayscale: #656565. Windows color (decimal): -5224394 or 3557552. OLE color: 3557552.
HSL color Cylindrical-coordinate representation of color #B04836: hue angle of 8.85º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B04836 is Cyan = 0, Magento = 0.59, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 72 | 54 | - |
| CMYK | 0 | 0.59 | 0.69 | 0.31 |
| HSL | 8.85º | 0.53% | 0.45% | - |
| HSV(B) | 8.85º | 0.69% | 0.69% | - |
| XYZ | 20.89 | 14.13 | 5.12 | - |
| YUV | 101.04 | 101.46 | 181.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 72 | 54 | 0 | 0.59 | 0.69 | 0.31 | 8.85 | 0.53 | 0.45 |
| Hex | B0 | 48 | 36 | 0 | 3B | 45 | 1F | 9 | 35 | 2D |
| Octal | 260 | 110 | 66 | 0 | 73 | 105 | 37 | 11 | 65 | 55 |
| Binary | 10110000 | 1001000 | 110110 | 0 | 111011 | 1000101 | 11111 | 1001 | 110101 | 101101 |
Color Harmonies of #B04836
Complementary color
Monochromatic Colors of #B04836
Black with #B04836
Text Example
Text Example
White with #B04836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04836; }
p { color: rgb(176,72,54); }
H1.HeaderClassName
{
color: #B04836;
}
.AnyTagClassName
{
color: #B04836;
}
</style>
background-color css
<style>
a { background-color: #B04836; }
a { background-color: rgb(176,72,54); }
div.DivClassName
{
background-color: #B04836;
}
.BgClassName
{
background-color: #B04836;
}
</style>
border-color css
<style>
span { border-color: #B04836; }
span { border-color: rgb(176,72,54); }
td.TdClassName
{
border-color: #B04836;
}
.TagClassName
{
border-color: #B04836;
}
</style>