Shades of Medium Carmine #B64336
Tints of Medium Carmine #B64336
RGB
CMYK
RGB Variations
Color information
#B64336 (or 0xB64336) is known color: Medium Carmine. HEX triplet: B6, 43 and 36. RGB value is (182,67,54). Sum of RGB (Red+Green+Blue) = 182+67+54=303 (40% of max value = 765). Red value is 182 (71.48% from 255 or 60.07% from 303); Green value is 67 (26.56% from 255 or 22.11% from 303); Blue value is 54 (21.48% from 255 or 17.82% from 303); Max value from RGB is 182 - color contains mainly: red. Hex color #B64336 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64336 is #49BCC9. Grayscale: #646464. Windows color (decimal): -4832458 or 3556278. OLE color: 3556278.
HSL color Cylindrical-coordinate representation of color #B64336: hue angle of 6.09º 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 #B64336 is Cyan = 0, Magento = 0.63, Yellow = 0.70 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 67 | 54 | - |
| CMYK | 0 | 0.63 | 0.70 | 0.29 |
| HSL | 6.09º | 0.54% | 0.46% | - |
| HSV(B) | 6.09º | 0.7% | 0.71% | - |
| XYZ | 21.96 | 14.23 | 5.08 | - |
| YUV | 99.9 | 102.1 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 67 | 54 | 0 | 0.63 | 0.70 | 0.29 | 6.09 | 0.54 | 0.46 |
| Hex | B6 | 43 | 36 | 0 | 3F | 46 | 1D | 6 | 36 | 2E |
| Octal | 266 | 103 | 66 | 0 | 77 | 106 | 35 | 6 | 66 | 56 |
| Binary | 10110110 | 1000011 | 110110 | 0 | 111111 | 1000110 | 11101 | 110 | 110110 | 101110 |
Color Harmonies of #B64336
Complementary color
Monochromatic Colors of #B64336
Black with #B64336
Text Example
Text Example
White with #B64336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64336; }
p { color: rgb(182,67,54); }
H1.HeaderClassName
{
color: #B64336;
}
.AnyTagClassName
{
color: #B64336;
}
</style>
background-color css
<style>
a { background-color: #B64336; }
a { background-color: rgb(182,67,54); }
div.DivClassName
{
background-color: #B64336;
}
.BgClassName
{
background-color: #B64336;
}
</style>
border-color css
<style>
span { border-color: #B64336; }
span { border-color: rgb(182,67,54); }
td.TdClassName
{
border-color: #B64336;
}
.TagClassName
{
border-color: #B64336;
}
</style>