Shades of Medium Carmine #B64736
Tints of Medium Carmine #B64736
RGB
CMYK
RGB Variations
Color information
#B64736 (or 0xB64736) is known color: Medium Carmine. HEX triplet: B6, 47 and 36. RGB value is (182,71,54). Sum of RGB (Red+Green+Blue) = 182+71+54=307 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.28% from 307); Green value is 71 (28.12% from 255 or 23.13% from 307); Blue value is 54 (21.48% from 255 or 17.59% from 307); Max value from RGB is 182 - color contains mainly: red. Hex color #B64736 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64736 is #49B8C9. Grayscale: #666666. Windows color (decimal): -4831434 or 3557302. OLE color: 3557302.
HSL color Cylindrical-coordinate representation of color #B64736: hue angle of 7.97º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B64736 is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 71 | 54 | - |
| CMYK | 0 | 0.61 | 0.70 | 0.29 |
| HSL | 7.97º | 0.54% | 0.46% | - |
| HSV(B) | 7.97º | 0.7% | 0.71% | - |
| XYZ | 22.21 | 14.72 | 5.16 | - |
| YUV | 102.25 | 100.77 | 184.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 71 | 54 | 0 | 0.61 | 0.70 | 0.29 | 7.97 | 0.54 | 0.46 |
| Hex | B6 | 47 | 36 | 0 | 3D | 46 | 1D | 8 | 36 | 2E |
| Octal | 266 | 107 | 66 | 0 | 75 | 106 | 35 | 10 | 66 | 56 |
| Binary | 10110110 | 1000111 | 110110 | 0 | 111101 | 1000110 | 11101 | 1000 | 110110 | 101110 |
Color Harmonies of #B64736
Complementary color
Monochromatic Colors of #B64736
Black with #B64736
Text Example
Text Example
White with #B64736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64736; }
p { color: rgb(182,71,54); }
H1.HeaderClassName
{
color: #B64736;
}
.AnyTagClassName
{
color: #B64736;
}
</style>
background-color css
<style>
a { background-color: #B64736; }
a { background-color: rgb(182,71,54); }
div.DivClassName
{
background-color: #B64736;
}
.BgClassName
{
background-color: #B64736;
}
</style>
border-color css
<style>
span { border-color: #B64736; }
span { border-color: rgb(182,71,54); }
td.TdClassName
{
border-color: #B64736;
}
.TagClassName
{
border-color: #B64736;
}
</style>