Shades of Medium Carmine #B64329
Tints of Medium Carmine #B64329
RGB
CMYK
RGB Variations
Color information
#B64329 (or 0xB64329) is known color: Medium Carmine. HEX triplet: B6, 43 and 29. RGB value is (182,67,41). Sum of RGB (Red+Green+Blue) = 182+67+41=290 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.76% from 290); Green value is 67 (26.56% from 255 or 23.10% from 290); Blue value is 41 (16.41% from 255 or 14.14% from 290); Max value from RGB is 182 - color contains mainly: red. Hex color #B64329 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64329 is #49BCD6. Grayscale: #626262. Windows color (decimal): -4832471 or 2704310. OLE color: 2704310.
HSL color Cylindrical-coordinate representation of color #B64329: hue angle of 11.06º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B64329 is Cyan = 0, Magento = 0.63, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 67 | 41 | - |
| CMYK | 0 | 0.63 | 0.77 | 0.29 |
| HSL | 11.06º | 0.63% | 0.44% | - |
| HSV(B) | 11.06º | 0.77% | 0.71% | - |
| XYZ | 21.7 | 14.12 | 3.68 | - |
| YUV | 98.42 | 95.6 | 187.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 67 | 41 | 0 | 0.63 | 0.77 | 0.29 | 11.06 | 0.63 | 0.44 |
| Hex | B6 | 43 | 29 | 0 | 3F | 4D | 1D | B | 3F | 2C |
| Octal | 266 | 103 | 51 | 0 | 77 | 115 | 35 | 13 | 77 | 54 |
| Binary | 10110110 | 1000011 | 101001 | 0 | 111111 | 1001101 | 11101 | 1011 | 111111 | 101100 |
Color Harmonies of #B64329
Complementary color
Monochromatic Colors of #B64329
Black with #B64329
Text Example
Text Example
White with #B64329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64329; }
p { color: rgb(182,67,41); }
H1.HeaderClassName
{
color: #B64329;
}
.AnyTagClassName
{
color: #B64329;
}
</style>
background-color css
<style>
a { background-color: #B64329; }
a { background-color: rgb(182,67,41); }
div.DivClassName
{
background-color: #B64329;
}
.BgClassName
{
background-color: #B64329;
}
</style>
border-color css
<style>
span { border-color: #B64329; }
span { border-color: rgb(182,67,41); }
td.TdClassName
{
border-color: #B64329;
}
.TagClassName
{
border-color: #B64329;
}
</style>