Shades of Medium Carmine #B04A3B
Tints of Medium Carmine #B04A3B
RGB
CMYK
RGB Variations
Color information
#B04A3B (or 0xB04A3B) is known color: Medium Carmine. HEX triplet: B0, 4A and 3B. RGB value is (176,74,59). Sum of RGB (Red+Green+Blue) = 176+74+59=309 (40% of max value = 765). Red value is 176 (69.14% from 255 or 56.96% from 309); Green value is 74 (29.30% from 255 or 23.95% from 309); Blue value is 59 (23.44% from 255 or 19.09% from 309); Max value from RGB is 176 - color contains mainly: red. Hex color #B04A3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04A3B is #4FB5C4. Grayscale: #666666. Windows color (decimal): -5223877 or 3885744. OLE color: 3885744.
HSL color Cylindrical-coordinate representation of color #B04A3B: hue angle of 7.69º degrees, saturation: 0.5, 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 #B04A3B is Cyan = 0, Magento = 0.58, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 74 | 59 | - |
| CMYK | 0 | 0.58 | 0.66 | 0.31 |
| HSL | 7.69º | 0.5% | 0.46% | - |
| HSV(B) | 7.69º | 0.66% | 0.69% | - |
| XYZ | 21.14 | 14.44 | 5.81 | - |
| YUV | 102.79 | 103.29 | 180.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 74 | 59 | 0 | 0.58 | 0.66 | 0.31 | 7.69 | 0.5 | 0.46 |
| Hex | B0 | 4A | 3B | 0 | 3A | 42 | 1F | 8 | 32 | 2E |
| Octal | 260 | 112 | 73 | 0 | 72 | 102 | 37 | 10 | 62 | 56 |
| Binary | 10110000 | 1001010 | 111011 | 0 | 111010 | 1000010 | 11111 | 1000 | 110010 | 101110 |
Color Harmonies of #B04A3B
Complementary color
Monochromatic Colors of #B04A3B
Black with #B04A3B
Text Example
Text Example
White with #B04A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04A3B; }
p { color: rgb(176,74,59); }
H1.HeaderClassName
{
color: #B04A3B;
}
.AnyTagClassName
{
color: #B04A3B;
}
</style>
background-color css
<style>
a { background-color: #B04A3B; }
a { background-color: rgb(176,74,59); }
div.DivClassName
{
background-color: #B04A3B;
}
.BgClassName
{
background-color: #B04A3B;
}
</style>
border-color css
<style>
span { border-color: #B04A3B; }
span { border-color: rgb(176,74,59); }
td.TdClassName
{
border-color: #B04A3B;
}
.TagClassName
{
border-color: #B04A3B;
}
</style>