Shades of Medium Carmine #B64131
Tints of Medium Carmine #B64131
RGB
CMYK
RGB Variations
Color information
#B64131 (or 0xB64131) is known color: Medium Carmine. HEX triplet: B6, 41 and 31. RGB value is (182,65,49). Sum of RGB (Red+Green+Blue) = 182+65+49=296 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.49% from 296); Green value is 65 (25.78% from 255 or 21.96% from 296); Blue value is 49 (19.53% from 255 or 16.55% from 296); Max value from RGB is 182 - color contains mainly: red. Hex color #B64131 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64131 is #49BECE. Grayscale: #626262. Windows color (decimal): -4832975 or 3228086. OLE color: 3228086.
HSL color Cylindrical-coordinate representation of color #B64131: hue angle of 7.22º 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 #B64131 is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 65 | 49 | - |
| CMYK | 0 | 0.64 | 0.73 | 0.29 |
| HSL | 7.22º | 0.58% | 0.45% | - |
| HSV(B) | 7.22º | 0.73% | 0.71% | - |
| XYZ | 21.74 | 13.95 | 4.45 | - |
| YUV | 98.16 | 100.26 | 187.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 65 | 49 | 0 | 0.64 | 0.73 | 0.29 | 7.22 | 0.58 | 0.45 |
| Hex | B6 | 41 | 31 | 0 | 40 | 49 | 1D | 7 | 3A | 2D |
| Octal | 266 | 101 | 61 | 0 | 100 | 111 | 35 | 7 | 72 | 55 |
| Binary | 10110110 | 1000001 | 110001 | 0 | 1000000 | 1001001 | 11101 | 111 | 111010 | 101101 |
Color Harmonies of #B64131
Complementary color
Monochromatic Colors of #B64131
Black with #B64131
Text Example
Text Example
White with #B64131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64131; }
p { color: rgb(182,65,49); }
H1.HeaderClassName
{
color: #B64131;
}
.AnyTagClassName
{
color: #B64131;
}
</style>
background-color css
<style>
a { background-color: #B64131; }
a { background-color: rgb(182,65,49); }
div.DivClassName
{
background-color: #B64131;
}
.BgClassName
{
background-color: #B64131;
}
</style>
border-color css
<style>
span { border-color: #B64131; }
span { border-color: rgb(182,65,49); }
td.TdClassName
{
border-color: #B64131;
}
.TagClassName
{
border-color: #B64131;
}
</style>