Shades of Medium Carmine #B04D3C
Tints of Medium Carmine #B04D3C
RGB
CMYK
RGB Variations
Color information
#B04D3C (or 0xB04D3C) is known color: Medium Carmine. HEX triplet: B0, 4D and 3C. RGB value is (176,77,60). Sum of RGB (Red+Green+Blue) = 176+77+60=313 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.23% from 313); Green value is 77 (30.47% from 255 or 24.60% from 313); Blue value is 60 (23.83% from 255 or 19.17% from 313); Max value from RGB is 176 - color contains mainly: red. Hex color #B04D3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B04D3C is #4FB2C3. Grayscale: #686868. Windows color (decimal): -5223108 or 3952048. OLE color: 3952048.
HSL color Cylindrical-coordinate representation of color #B04D3C: hue angle of 8.79º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B04D3C is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 77 | 60 | - |
| CMYK | 0 | 0.56 | 0.66 | 0.31 |
| HSL | 8.79º | 0.49% | 0.46% | - |
| HSV(B) | 8.79º | 0.66% | 0.69% | - |
| XYZ | 21.37 | 14.86 | 6.02 | - |
| YUV | 104.66 | 102.8 | 178.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 77 | 60 | 0 | 0.56 | 0.66 | 0.31 | 8.79 | 0.49 | 0.46 |
| Hex | B0 | 4D | 3C | 0 | 38 | 42 | 1F | 9 | 31 | 2E |
| Octal | 260 | 115 | 74 | 0 | 70 | 102 | 37 | 11 | 61 | 56 |
| Binary | 10110000 | 1001101 | 111100 | 0 | 111000 | 1000010 | 11111 | 1001 | 110001 | 101110 |
Color Harmonies of #B04D3C
Complementary color
Monochromatic Colors of #B04D3C
Black with #B04D3C
Text Example
Text Example
White with #B04D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04D3C; }
p { color: rgb(176,77,60); }
H1.HeaderClassName
{
color: #B04D3C;
}
.AnyTagClassName
{
color: #B04D3C;
}
</style>
background-color css
<style>
a { background-color: #B04D3C; }
a { background-color: rgb(176,77,60); }
div.DivClassName
{
background-color: #B04D3C;
}
.BgClassName
{
background-color: #B04D3C;
}
</style>
border-color css
<style>
span { border-color: #B04D3C; }
span { border-color: rgb(176,77,60); }
td.TdClassName
{
border-color: #B04D3C;
}
.TagClassName
{
border-color: #B04D3C;
}
</style>