Shades of Medium Carmine #B04834
Tints of Medium Carmine #B04834
RGB
CMYK
RGB Variations
Color information
#B04834 (or 0xB04834) is known color: Medium Carmine. HEX triplet: B0, 48 and 34. RGB value is (176,72,52). Sum of RGB (Red+Green+Blue) = 176+72+52=300 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.67% from 300); Green value is 72 (28.52% from 255 or 24% from 300); Blue value is 52 (20.70% from 255 or 17.33% from 300); Max value from RGB is 176 - color contains mainly: red. Hex color #B04834 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04834 is #4FB7CB. Grayscale: #656565. Windows color (decimal): -5224396 or 3426480. OLE color: 3426480.
HSL color Cylindrical-coordinate representation of color #B04834: hue angle of 9.68º 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 #B04834 is Cyan = 0, Magento = 0.59, Yellow = 0.70 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 72 | 52 | - |
| CMYK | 0 | 0.59 | 0.70 | 0.31 |
| HSL | 9.68º | 0.54% | 0.45% | - |
| HSV(B) | 9.68º | 0.7% | 0.69% | - |
| XYZ | 20.84 | 14.11 | 4.87 | - |
| YUV | 100.82 | 100.46 | 181.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 72 | 52 | 0 | 0.59 | 0.70 | 0.31 | 9.68 | 0.54 | 0.45 |
| Hex | B0 | 48 | 34 | 0 | 3B | 46 | 1F | A | 36 | 2D |
| Octal | 260 | 110 | 64 | 0 | 73 | 106 | 37 | 12 | 66 | 55 |
| Binary | 10110000 | 1001000 | 110100 | 0 | 111011 | 1000110 | 11111 | 1010 | 110110 | 101101 |
Color Harmonies of #B04834
Complementary color
Monochromatic Colors of #B04834
Black with #B04834
Text Example
Text Example
White with #B04834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04834; }
p { color: rgb(176,72,52); }
H1.HeaderClassName
{
color: #B04834;
}
.AnyTagClassName
{
color: #B04834;
}
</style>
background-color css
<style>
a { background-color: #B04834; }
a { background-color: rgb(176,72,52); }
div.DivClassName
{
background-color: #B04834;
}
.BgClassName
{
background-color: #B04834;
}
</style>
border-color css
<style>
span { border-color: #B04834; }
span { border-color: rgb(176,72,52); }
td.TdClassName
{
border-color: #B04834;
}
.TagClassName
{
border-color: #B04834;
}
</style>