Shades of Medium Carmine #B64127
Tints of Medium Carmine #B64127
RGB
CMYK
RGB Variations
Color information
#B64127 (or 0xB64127) is known color: Medium Carmine. HEX triplet: B6, 41 and 27. RGB value is (182,65,39). Sum of RGB (Red+Green+Blue) = 182+65+39=286 (37% of max value = 765). Red value is 182 (71.48% from 255 or 63.64% from 286); Green value is 65 (25.78% from 255 or 22.73% from 286); Blue value is 39 (15.62% from 255 or 13.64% from 286); Max value from RGB is 182 - color contains mainly: red. Hex color #B64127 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64127 is #49BED8. Grayscale: #616161. Windows color (decimal): -4832985 or 2572726. OLE color: 2572726.
HSL color Cylindrical-coordinate representation of color #B64127: hue angle of 10.91º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B64127 is Cyan = 0, Magento = 0.64, Yellow = 0.79 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 65 | 39 | - |
| CMYK | 0 | 0.64 | 0.79 | 0.29 |
| HSL | 10.91º | 0.65% | 0.43% | - |
| HSV(B) | 10.91º | 0.79% | 0.71% | - |
| XYZ | 21.55 | 13.87 | 3.46 | - |
| YUV | 97.02 | 95.26 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 65 | 39 | 0 | 0.64 | 0.79 | 0.29 | 10.91 | 0.65 | 0.43 |
| Hex | B6 | 41 | 27 | 0 | 40 | 4F | 1D | B | 41 | 2B |
| Octal | 266 | 101 | 47 | 0 | 100 | 117 | 35 | 13 | 101 | 53 |
| Binary | 10110110 | 1000001 | 100111 | 0 | 1000000 | 1001111 | 11101 | 1011 | 1000001 | 101011 |
Color Harmonies of #B64127
Complementary color
Monochromatic Colors of #B64127
Black with #B64127
Text Example
Text Example
White with #B64127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64127; }
p { color: rgb(182,65,39); }
H1.HeaderClassName
{
color: #B64127;
}
.AnyTagClassName
{
color: #B64127;
}
</style>
background-color css
<style>
a { background-color: #B64127; }
a { background-color: rgb(182,65,39); }
div.DivClassName
{
background-color: #B64127;
}
.BgClassName
{
background-color: #B64127;
}
</style>
border-color css
<style>
span { border-color: #B64127; }
span { border-color: rgb(182,65,39); }
td.TdClassName
{
border-color: #B64127;
}
.TagClassName
{
border-color: #B64127;
}
</style>