Shades of Medium Carmine #B64132
Tints of Medium Carmine #B64132
RGB
CMYK
RGB Variations
Color information
#B64132 (or 0xB64132) is known color: Medium Carmine. HEX triplet: B6, 41 and 32. RGB value is (182,65,50). Sum of RGB (Red+Green+Blue) = 182+65+50=297 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.28% from 297); Green value is 65 (25.78% from 255 or 21.89% from 297); Blue value is 50 (19.92% from 255 or 16.84% from 297); Max value from RGB is 182 - color contains mainly: red. Hex color #B64132 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64132 is #49BECD. Grayscale: #626262. Windows color (decimal): -4832974 or 3293622. OLE color: 3293622.
HSL color Cylindrical-coordinate representation of color #B64132: hue angle of 6.82º 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 #B64132 is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 65 | 50 | - |
| CMYK | 0 | 0.64 | 0.73 | 0.29 |
| HSL | 6.82º | 0.57% | 0.45% | - |
| HSV(B) | 6.82º | 0.73% | 0.71% | - |
| XYZ | 21.76 | 13.96 | 4.56 | - |
| YUV | 98.27 | 100.76 | 187.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 65 | 50 | 0 | 0.64 | 0.73 | 0.29 | 6.82 | 0.57 | 0.45 |
| Hex | B6 | 41 | 32 | 0 | 40 | 49 | 1D | 7 | 39 | 2D |
| Octal | 266 | 101 | 62 | 0 | 100 | 111 | 35 | 7 | 71 | 55 |
| Binary | 10110110 | 1000001 | 110010 | 0 | 1000000 | 1001001 | 11101 | 111 | 111001 | 101101 |
Color Harmonies of #B64132
Complementary color
Monochromatic Colors of #B64132
Black with #B64132
Text Example
Text Example
White with #B64132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64132; }
p { color: rgb(182,65,50); }
H1.HeaderClassName
{
color: #B64132;
}
.AnyTagClassName
{
color: #B64132;
}
</style>
background-color css
<style>
a { background-color: #B64132; }
a { background-color: rgb(182,65,50); }
div.DivClassName
{
background-color: #B64132;
}
.BgClassName
{
background-color: #B64132;
}
</style>
border-color css
<style>
span { border-color: #B64132; }
span { border-color: rgb(182,65,50); }
td.TdClassName
{
border-color: #B64132;
}
.TagClassName
{
border-color: #B64132;
}
</style>