Shades of Medium Carmine #B04632
Tints of Medium Carmine #B04632
RGB
CMYK
RGB Variations
Color information
#B04632 (or 0xB04632) is known color: Medium Carmine. HEX triplet: B0, 46 and 32. RGB value is (176,70,50). Sum of RGB (Red+Green+Blue) = 176+70+50=296 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.46% from 296); Green value is 70 (27.73% from 255 or 23.65% from 296); Blue value is 50 (19.92% from 255 or 16.89% from 296); Max value from RGB is 176 - color contains mainly: red. Hex color #B04632 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04632 is #4FB9CD. Grayscale: #636363. Windows color (decimal): -5224910 or 3294896. OLE color: 3294896.
HSL color Cylindrical-coordinate representation of color #B04632: hue angle of 9.52º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B04632 is Cyan = 0, Magento = 0.60, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 70 | 50 | - |
| CMYK | 0 | 0.60 | 0.72 | 0.31 |
| HSL | 9.52º | 0.56% | 0.44% | - |
| HSV(B) | 9.52º | 0.72% | 0.69% | - |
| XYZ | 20.67 | 13.84 | 4.6 | - |
| YUV | 99.41 | 100.12 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 70 | 50 | 0 | 0.60 | 0.72 | 0.31 | 9.52 | 0.56 | 0.44 |
| Hex | B0 | 46 | 32 | 0 | 3C | 48 | 1F | A | 38 | 2C |
| Octal | 260 | 106 | 62 | 0 | 74 | 110 | 37 | 12 | 70 | 54 |
| Binary | 10110000 | 1000110 | 110010 | 0 | 111100 | 1001000 | 11111 | 1010 | 111000 | 101100 |
Color Harmonies of #B04632
Complementary color
Monochromatic Colors of #B04632
Black with #B04632
Text Example
Text Example
White with #B04632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04632; }
p { color: rgb(176,70,50); }
H1.HeaderClassName
{
color: #B04632;
}
.AnyTagClassName
{
color: #B04632;
}
</style>
background-color css
<style>
a { background-color: #B04632; }
a { background-color: rgb(176,70,50); }
div.DivClassName
{
background-color: #B04632;
}
.BgClassName
{
background-color: #B04632;
}
</style>
border-color css
<style>
span { border-color: #B04632; }
span { border-color: rgb(176,70,50); }
td.TdClassName
{
border-color: #B04632;
}
.TagClassName
{
border-color: #B04632;
}
</style>