Shades of Medium Carmine #B64231
Tints of Medium Carmine #B64231
RGB
CMYK
RGB Variations
Color information
#B64231 (or 0xB64231) is known color: Medium Carmine. HEX triplet: B6, 42 and 31. RGB value is (182,66,49). Sum of RGB (Red+Green+Blue) = 182+66+49=297 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.28% from 297); Green value is 66 (26.17% from 255 or 22.22% from 297); Blue value is 49 (19.53% from 255 or 16.50% from 297); Max value from RGB is 182 - color contains mainly: red. Hex color #B64231 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64231 is #49BDCE. Grayscale: #626262. Windows color (decimal): -4832719 or 3228342. OLE color: 3228342.
HSL color Cylindrical-coordinate representation of color #B64231: hue angle of 7.67º 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 #B64231 is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 66 | 49 | - |
| CMYK | 0 | 0.64 | 0.73 | 0.29 |
| HSL | 7.67º | 0.58% | 0.45% | - |
| HSV(B) | 7.67º | 0.73% | 0.71% | - |
| XYZ | 21.79 | 14.06 | 4.47 | - |
| YUV | 98.75 | 99.93 | 187.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 66 | 49 | 0 | 0.64 | 0.73 | 0.29 | 7.67 | 0.58 | 0.45 |
| Hex | B6 | 42 | 31 | 0 | 40 | 49 | 1D | 8 | 3A | 2D |
| Octal | 266 | 102 | 61 | 0 | 100 | 111 | 35 | 10 | 72 | 55 |
| Binary | 10110110 | 1000010 | 110001 | 0 | 1000000 | 1001001 | 11101 | 1000 | 111010 | 101101 |
Color Harmonies of #B64231
Complementary color
Monochromatic Colors of #B64231
Black with #B64231
Text Example
Text Example
White with #B64231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64231; }
p { color: rgb(182,66,49); }
H1.HeaderClassName
{
color: #B64231;
}
.AnyTagClassName
{
color: #B64231;
}
</style>
background-color css
<style>
a { background-color: #B64231; }
a { background-color: rgb(182,66,49); }
div.DivClassName
{
background-color: #B64231;
}
.BgClassName
{
background-color: #B64231;
}
</style>
border-color css
<style>
span { border-color: #B64231; }
span { border-color: rgb(182,66,49); }
td.TdClassName
{
border-color: #B64231;
}
.TagClassName
{
border-color: #B64231;
}
</style>