Shades of Medium Carmine #B04639
Tints of Medium Carmine #B04639
RGB
CMYK
RGB Variations
Color information
#B04639 (or 0xB04639) is known color: Medium Carmine. HEX triplet: B0, 46 and 39. RGB value is (176,70,57). Sum of RGB (Red+Green+Blue) = 176+70+57=303 (40% of max value = 765). Red value is 176 (69.14% from 255 or 58.09% from 303); Green value is 70 (27.73% from 255 or 23.10% from 303); Blue value is 57 (22.66% from 255 or 18.81% from 303); Max value from RGB is 176 - color contains mainly: red. Hex color #B04639 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04639 is #4FB9C6. Grayscale: #646464. Windows color (decimal): -5224903 or 3753648. OLE color: 3753648.
HSL color Cylindrical-coordinate representation of color #B04639: hue angle of 6.55º 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 #B04639 is Cyan = 0, Magento = 0.60, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 70 | 57 | - |
| CMYK | 0 | 0.60 | 0.68 | 0.31 |
| HSL | 6.55º | 0.51% | 0.46% | - |
| HSV(B) | 6.55º | 0.68% | 0.69% | - |
| XYZ | 20.83 | 13.91 | 5.46 | - |
| YUV | 100.21 | 103.62 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 70 | 57 | 0 | 0.60 | 0.68 | 0.31 | 6.55 | 0.51 | 0.46 |
| Hex | B0 | 46 | 39 | 0 | 3C | 44 | 1F | 7 | 33 | 2E |
| Octal | 260 | 106 | 71 | 0 | 74 | 104 | 37 | 7 | 63 | 56 |
| Binary | 10110000 | 1000110 | 111001 | 0 | 111100 | 1000100 | 11111 | 111 | 110011 | 101110 |
Color Harmonies of #B04639
Complementary color
Monochromatic Colors of #B04639
Black with #B04639
Text Example
Text Example
White with #B04639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04639; }
p { color: rgb(176,70,57); }
H1.HeaderClassName
{
color: #B04639;
}
.AnyTagClassName
{
color: #B04639;
}
</style>
background-color css
<style>
a { background-color: #B04639; }
a { background-color: rgb(176,70,57); }
div.DivClassName
{
background-color: #B04639;
}
.BgClassName
{
background-color: #B04639;
}
</style>
border-color css
<style>
span { border-color: #B04639; }
span { border-color: rgb(176,70,57); }
td.TdClassName
{
border-color: #B04639;
}
.TagClassName
{
border-color: #B04639;
}
</style>