Shades of Medium Carmine #B64735
Tints of Medium Carmine #B64735
RGB
CMYK
RGB Variations
Color information
#B64735 (or 0xB64735) is known color: Medium Carmine. HEX triplet: B6, 47 and 35. RGB value is (182,71,53). Sum of RGB (Red+Green+Blue) = 182+71+53=306 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.48% from 306); Green value is 71 (28.12% from 255 or 23.20% from 306); Blue value is 53 (21.09% from 255 or 17.32% from 306); Max value from RGB is 182 - color contains mainly: red. Hex color #B64735 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64735 is #49B8CA. Grayscale: #666666. Windows color (decimal): -4831435 or 3491766. OLE color: 3491766.
HSL color Cylindrical-coordinate representation of color #B64735: hue angle of 8.37º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B64735 is Cyan = 0, Magento = 0.61, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 71 | 53 | - |
| CMYK | 0 | 0.61 | 0.71 | 0.29 |
| HSL | 8.37º | 0.55% | 0.46% | - |
| HSV(B) | 8.37º | 0.71% | 0.71% | - |
| XYZ | 22.19 | 14.71 | 5.04 | - |
| YUV | 102.14 | 100.27 | 184.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 71 | 53 | 0 | 0.61 | 0.71 | 0.29 | 8.37 | 0.55 | 0.46 |
| Hex | B6 | 47 | 35 | 0 | 3D | 47 | 1D | 8 | 37 | 2E |
| Octal | 266 | 107 | 65 | 0 | 75 | 107 | 35 | 10 | 67 | 56 |
| Binary | 10110110 | 1000111 | 110101 | 0 | 111101 | 1000111 | 11101 | 1000 | 110111 | 101110 |
Color Harmonies of #B64735
Complementary color
Monochromatic Colors of #B64735
Black with #B64735
Text Example
Text Example
White with #B64735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64735; }
p { color: rgb(182,71,53); }
H1.HeaderClassName
{
color: #B64735;
}
.AnyTagClassName
{
color: #B64735;
}
</style>
background-color css
<style>
a { background-color: #B64735; }
a { background-color: rgb(182,71,53); }
div.DivClassName
{
background-color: #B64735;
}
.BgClassName
{
background-color: #B64735;
}
</style>
border-color css
<style>
span { border-color: #B64735; }
span { border-color: rgb(182,71,53); }
td.TdClassName
{
border-color: #B64735;
}
.TagClassName
{
border-color: #B64735;
}
</style>