Shades of Medium Carmine #B64031
Tints of Medium Carmine #B64031
RGB
CMYK
RGB Variations
Color information
#B64031 (or 0xB64031) is known color: Medium Carmine. HEX triplet: B6, 40 and 31. RGB value is (182,64,49). Sum of RGB (Red+Green+Blue) = 182+64+49=295 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.69% from 295); Green value is 64 (25.39% from 255 or 21.69% from 295); Blue value is 49 (19.53% from 255 or 16.61% from 295); Max value from RGB is 182 - color contains mainly: red. Hex color #B64031 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64031 is #49BFCE. Grayscale: #616161. Windows color (decimal): -4833231 or 3227830. OLE color: 3227830.
HSL color Cylindrical-coordinate representation of color #B64031: hue angle of 6.77º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B64031 is Cyan = 0, Magento = 0.65, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 64 | 49 | - |
| CMYK | 0 | 0.65 | 0.73 | 0.29 |
| HSL | 6.77º | 0.58% | 0.45% | - |
| HSV(B) | 6.77º | 0.73% | 0.71% | - |
| XYZ | 21.68 | 13.83 | 4.43 | - |
| YUV | 97.57 | 100.59 | 188.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 64 | 49 | 0 | 0.65 | 0.73 | 0.29 | 6.77 | 0.58 | 0.45 |
| Hex | B6 | 40 | 31 | 0 | 41 | 49 | 1D | 7 | 3A | 2D |
| Octal | 266 | 100 | 61 | 0 | 101 | 111 | 35 | 7 | 72 | 55 |
| Binary | 10110110 | 1000000 | 110001 | 0 | 1000001 | 1001001 | 11101 | 111 | 111010 | 101101 |
Color Harmonies of #B64031
Complementary color
Monochromatic Colors of #B64031
Black with #B64031
Text Example
Text Example
White with #B64031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64031; }
p { color: rgb(182,64,49); }
H1.HeaderClassName
{
color: #B64031;
}
.AnyTagClassName
{
color: #B64031;
}
</style>
background-color css
<style>
a { background-color: #B64031; }
a { background-color: rgb(182,64,49); }
div.DivClassName
{
background-color: #B64031;
}
.BgClassName
{
background-color: #B64031;
}
</style>
border-color css
<style>
span { border-color: #B64031; }
span { border-color: rgb(182,64,49); }
td.TdClassName
{
border-color: #B64031;
}
.TagClassName
{
border-color: #B64031;
}
</style>