Shades of Medium Carmine #B04439
Tints of Medium Carmine #B04439
RGB
CMYK
RGB Variations
Color information
#B04439 (or 0xB04439) is known color: Medium Carmine. HEX triplet: B0, 44 and 39. RGB value is (176,68,57). Sum of RGB (Red+Green+Blue) = 176+68+57=301 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.47% from 301); Green value is 68 (26.95% from 255 or 22.59% from 301); Blue value is 57 (22.66% from 255 or 18.94% from 301); Max value from RGB is 176 - color contains mainly: red. Hex color #B04439 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04439 is #4FBBC6. Grayscale: #636363. Windows color (decimal): -5225415 or 3753136. OLE color: 3753136.
HSL color Cylindrical-coordinate representation of color #B04439: hue angle of 5.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 #B04439 is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 68 | 57 | - |
| CMYK | 0 | 0.61 | 0.68 | 0.31 |
| HSL | 5.55º | 0.51% | 0.46% | - |
| HSV(B) | 5.55º | 0.68% | 0.69% | - |
| XYZ | 20.71 | 13.66 | 5.42 | - |
| YUV | 99.04 | 104.28 | 182.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 68 | 57 | 0 | 0.61 | 0.68 | 0.31 | 5.55 | 0.51 | 0.46 |
| Hex | B0 | 44 | 39 | 0 | 3D | 44 | 1F | 6 | 33 | 2E |
| Octal | 260 | 104 | 71 | 0 | 75 | 104 | 37 | 6 | 63 | 56 |
| Binary | 10110000 | 1000100 | 111001 | 0 | 111101 | 1000100 | 11111 | 110 | 110011 | 101110 |
Color Harmonies of #B04439
Complementary color
Monochromatic Colors of #B04439
Black with #B04439
Text Example
Text Example
White with #B04439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04439; }
p { color: rgb(176,68,57); }
H1.HeaderClassName
{
color: #B04439;
}
.AnyTagClassName
{
color: #B04439;
}
</style>
background-color css
<style>
a { background-color: #B04439; }
a { background-color: rgb(176,68,57); }
div.DivClassName
{
background-color: #B04439;
}
.BgClassName
{
background-color: #B04439;
}
</style>
border-color css
<style>
span { border-color: #B04439; }
span { border-color: rgb(176,68,57); }
td.TdClassName
{
border-color: #B04439;
}
.TagClassName
{
border-color: #B04439;
}
</style>