Shades of Medium Carmine #B04034
Tints of Medium Carmine #B04034
RGB
CMYK
RGB Variations
Color information
#B04034 (or 0xB04034) is known color: Medium Carmine. HEX triplet: B0, 40 and 34. RGB value is (176,64,52). Sum of RGB (Red+Green+Blue) = 176+64+52=292 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.27% from 292); Green value is 64 (25.39% from 255 or 21.92% from 292); Blue value is 52 (20.70% from 255 or 17.81% from 292); Max value from RGB is 176 - color contains mainly: red. Hex color #B04034 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04034 is #4FBFCB. Grayscale: #606060. Windows color (decimal): -5226444 or 3424432. OLE color: 3424432.
HSL color Cylindrical-coordinate representation of color #B04034: hue angle of 5.81º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B04034 is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 64 | 52 | - |
| CMYK | 0 | 0.64 | 0.70 | 0.31 |
| HSL | 5.81º | 0.54% | 0.45% | - |
| HSV(B) | 5.81º | 0.7% | 0.69% | - |
| XYZ | 20.36 | 13.14 | 4.71 | - |
| YUV | 96.12 | 103.11 | 184.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 64 | 52 | 0 | 0.64 | 0.70 | 0.31 | 5.81 | 0.54 | 0.45 |
| Hex | B0 | 40 | 34 | 0 | 40 | 46 | 1F | 6 | 36 | 2D |
| Octal | 260 | 100 | 64 | 0 | 100 | 106 | 37 | 6 | 66 | 55 |
| Binary | 10110000 | 1000000 | 110100 | 0 | 1000000 | 1000110 | 11111 | 110 | 110110 | 101101 |
Color Harmonies of #B04034
Complementary color
Monochromatic Colors of #B04034
Black with #B04034
Text Example
Text Example
White with #B04034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04034; }
p { color: rgb(176,64,52); }
H1.HeaderClassName
{
color: #B04034;
}
.AnyTagClassName
{
color: #B04034;
}
</style>
background-color css
<style>
a { background-color: #B04034; }
a { background-color: rgb(176,64,52); }
div.DivClassName
{
background-color: #B04034;
}
.BgClassName
{
background-color: #B04034;
}
</style>
border-color css
<style>
span { border-color: #B04034; }
span { border-color: rgb(176,64,52); }
td.TdClassName
{
border-color: #B04034;
}
.TagClassName
{
border-color: #B04034;
}
</style>