Shades of Medium Carmine #B64639
Tints of Medium Carmine #B64639
RGB
CMYK
RGB Variations
Color information
#B64639 (or 0xB64639) is known color: Medium Carmine. HEX triplet: B6, 46 and 39. RGB value is (182,70,57). Sum of RGB (Red+Green+Blue) = 182+70+57=309 (40% of max value = 765). Red value is 182 (71.48% from 255 or 58.90% from 309); Green value is 70 (27.73% from 255 or 22.65% from 309); Blue value is 57 (22.66% from 255 or 18.45% from 309); Max value from RGB is 182 - color contains mainly: red. Hex color #B64639 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64639 is #49B9C6. Grayscale: #666666. Windows color (decimal): -4831687 or 3753654. OLE color: 3753654.
HSL color Cylindrical-coordinate representation of color #B64639: hue angle of 6.24º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B64639 is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 70 | 57 | - |
| CMYK | 0 | 0.62 | 0.69 | 0.29 |
| HSL | 6.24º | 0.52% | 0.47% | - |
| HSV(B) | 6.24º | 0.69% | 0.71% | - |
| XYZ | 22.22 | 14.62 | 5.52 | - |
| YUV | 102.01 | 102.61 | 185.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 70 | 57 | 0 | 0.62 | 0.69 | 0.29 | 6.24 | 0.52 | 0.47 |
| Hex | B6 | 46 | 39 | 0 | 3E | 45 | 1D | 6 | 34 | 2F |
| Octal | 266 | 106 | 71 | 0 | 76 | 105 | 35 | 6 | 64 | 57 |
| Binary | 10110110 | 1000110 | 111001 | 0 | 111110 | 1000101 | 11101 | 110 | 110100 | 101111 |
Color Harmonies of #B64639
Complementary color
Monochromatic Colors of #B64639
Black with #B64639
Text Example
Text Example
White with #B64639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64639; }
p { color: rgb(182,70,57); }
H1.HeaderClassName
{
color: #B64639;
}
.AnyTagClassName
{
color: #B64639;
}
</style>
background-color css
<style>
a { background-color: #B64639; }
a { background-color: rgb(182,70,57); }
div.DivClassName
{
background-color: #B64639;
}
.BgClassName
{
background-color: #B64639;
}
</style>
border-color css
<style>
span { border-color: #B64639; }
span { border-color: rgb(182,70,57); }
td.TdClassName
{
border-color: #B64639;
}
.TagClassName
{
border-color: #B64639;
}
</style>