Shades of Medium Carmine #B64032
Tints of Medium Carmine #B64032
RGB
CMYK
RGB Variations
Color information
#B64032 (or 0xB64032) is known color: Medium Carmine. HEX triplet: B6, 40 and 32. RGB value is (182,64,50). Sum of RGB (Red+Green+Blue) = 182+64+50=296 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.49% from 296); Green value is 64 (25.39% from 255 or 21.62% from 296); Blue value is 50 (19.92% from 255 or 16.89% from 296); Max value from RGB is 182 - color contains mainly: red. Hex color #B64032 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64032 is #49BFCD. Grayscale: #616161. Windows color (decimal): -4833230 or 3293366. OLE color: 3293366.
HSL color Cylindrical-coordinate representation of color #B64032: hue angle of 6.36º degrees, saturation: 0.57, 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 #B64032 is Cyan = 0, Magento = 0.65, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 64 | 50 | - |
| CMYK | 0 | 0.65 | 0.73 | 0.29 |
| HSL | 6.36º | 0.57% | 0.45% | - |
| HSV(B) | 6.36º | 0.73% | 0.71% | - |
| XYZ | 21.7 | 13.84 | 4.55 | - |
| YUV | 97.69 | 101.09 | 188.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 64 | 50 | 0 | 0.65 | 0.73 | 0.29 | 6.36 | 0.57 | 0.45 |
| Hex | B6 | 40 | 32 | 0 | 41 | 49 | 1D | 6 | 39 | 2D |
| Octal | 266 | 100 | 62 | 0 | 101 | 111 | 35 | 6 | 71 | 55 |
| Binary | 10110110 | 1000000 | 110010 | 0 | 1000001 | 1001001 | 11101 | 110 | 111001 | 101101 |
Color Harmonies of #B64032
Complementary color
Monochromatic Colors of #B64032
Black with #B64032
Text Example
Text Example
White with #B64032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64032; }
p { color: rgb(182,64,50); }
H1.HeaderClassName
{
color: #B64032;
}
.AnyTagClassName
{
color: #B64032;
}
</style>
background-color css
<style>
a { background-color: #B64032; }
a { background-color: rgb(182,64,50); }
div.DivClassName
{
background-color: #B64032;
}
.BgClassName
{
background-color: #B64032;
}
</style>
border-color css
<style>
span { border-color: #B64032; }
span { border-color: rgb(182,64,50); }
td.TdClassName
{
border-color: #B64032;
}
.TagClassName
{
border-color: #B64032;
}
</style>