Shades of Medium Carmine #B74636
Tints of Medium Carmine #B74636
RGB
CMYK
RGB Variations
Color information
#B74636 (or 0xB74636) is known color: Medium Carmine. HEX triplet: B7, 46 and 36. RGB value is (183,70,54). Sum of RGB (Red+Green+Blue) = 183+70+54=307 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.61% from 307); Green value is 70 (27.73% from 255 or 22.80% from 307); Blue value is 54 (21.48% from 255 or 17.59% from 307); Max value from RGB is 183 - color contains mainly: red. Hex color #B74636 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74636 is #48B9C9. Grayscale: #666666. Windows color (decimal): -4766154 or 3557047. OLE color: 3557047.
HSL color Cylindrical-coordinate representation of color #B74636: hue angle of 7.44º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B74636 is Cyan = 0, Magento = 0.62, Yellow = 0.70 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 70 | 54 | - |
| CMYK | 0 | 0.62 | 0.70 | 0.28 |
| HSL | 7.44º | 0.54% | 0.46% | - |
| HSV(B) | 7.44º | 0.7% | 0.72% | - |
| XYZ | 22.38 | 14.71 | 5.15 | - |
| YUV | 101.96 | 100.94 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 70 | 54 | 0 | 0.62 | 0.70 | 0.28 | 7.44 | 0.54 | 0.46 |
| Hex | B7 | 46 | 36 | 0 | 3E | 46 | 1C | 7 | 36 | 2E |
| Octal | 267 | 106 | 66 | 0 | 76 | 106 | 34 | 7 | 66 | 56 |
| Binary | 10110111 | 1000110 | 110110 | 0 | 111110 | 1000110 | 11100 | 111 | 110110 | 101110 |
Color Harmonies of #B74636
Complementary color
Monochromatic Colors of #B74636
Black with #B74636
Text Example
Text Example
White with #B74636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74636; }
p { color: rgb(183,70,54); }
H1.HeaderClassName
{
color: #B74636;
}
.AnyTagClassName
{
color: #B74636;
}
</style>
background-color css
<style>
a { background-color: #B74636; }
a { background-color: rgb(183,70,54); }
div.DivClassName
{
background-color: #B74636;
}
.BgClassName
{
background-color: #B74636;
}
</style>
border-color css
<style>
span { border-color: #B74636; }
span { border-color: rgb(183,70,54); }
td.TdClassName
{
border-color: #B74636;
}
.TagClassName
{
border-color: #B74636;
}
</style>