Shades of Medium Carmine #B04334
Tints of Medium Carmine #B04334
RGB
CMYK
RGB Variations
Color information
#B04334 (or 0xB04334) is known color: Medium Carmine. HEX triplet: B0, 43 and 34. RGB value is (176,67,52). Sum of RGB (Red+Green+Blue) = 176+67+52=295 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.66% from 295); Green value is 67 (26.56% from 255 or 22.71% from 295); Blue value is 52 (20.70% from 255 or 17.63% from 295); Max value from RGB is 176 - color contains mainly: red. Hex color #B04334 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04334 is #4FBCCB. Grayscale: #626262. Windows color (decimal): -5225676 or 3425200. OLE color: 3425200.
HSL color Cylindrical-coordinate representation of color #B04334: hue angle of 7.26º 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 #B04334 is Cyan = 0, Magento = 0.62, Yellow = 0.70 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 67 | 52 | - |
| CMYK | 0 | 0.62 | 0.70 | 0.31 |
| HSL | 7.26º | 0.54% | 0.45% | - |
| HSV(B) | 7.26º | 0.7% | 0.69% | - |
| XYZ | 20.53 | 13.49 | 4.77 | - |
| YUV | 97.88 | 102.11 | 183.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 67 | 52 | 0 | 0.62 | 0.70 | 0.31 | 7.26 | 0.54 | 0.45 |
| Hex | B0 | 43 | 34 | 0 | 3E | 46 | 1F | 7 | 36 | 2D |
| Octal | 260 | 103 | 64 | 0 | 76 | 106 | 37 | 7 | 66 | 55 |
| Binary | 10110000 | 1000011 | 110100 | 0 | 111110 | 1000110 | 11111 | 111 | 110110 | 101101 |
Color Harmonies of #B04334
Complementary color
Monochromatic Colors of #B04334
Black with #B04334
Text Example
Text Example
White with #B04334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04334; }
p { color: rgb(176,67,52); }
H1.HeaderClassName
{
color: #B04334;
}
.AnyTagClassName
{
color: #B04334;
}
</style>
background-color css
<style>
a { background-color: #B04334; }
a { background-color: rgb(176,67,52); }
div.DivClassName
{
background-color: #B04334;
}
.BgClassName
{
background-color: #B04334;
}
</style>
border-color css
<style>
span { border-color: #B04334; }
span { border-color: rgb(176,67,52); }
td.TdClassName
{
border-color: #B04334;
}
.TagClassName
{
border-color: #B04334;
}
</style>