Shades of Medium Carmine #B64037
Tints of Medium Carmine #B64037
RGB
CMYK
RGB Variations
Color information
#B64037 (or 0xB64037) is known color: Medium Carmine. HEX triplet: B6, 40 and 37. RGB value is (182,64,55). Sum of RGB (Red+Green+Blue) = 182+64+55=301 (39% of max value = 765). Red value is 182 (71.48% from 255 or 60.47% from 301); Green value is 64 (25.39% from 255 or 21.26% from 301); Blue value is 55 (21.88% from 255 or 18.27% from 301); Max value from RGB is 182 - color contains mainly: red. Hex color #B64037 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64037 is #49BFC8. Grayscale: #626262. Windows color (decimal): -4833225 or 3621046. OLE color: 3621046.
HSL color Cylindrical-coordinate representation of color #B64037: hue angle of 4.25º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B64037 is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 64 | 55 | - |
| CMYK | 0 | 0.65 | 0.70 | 0.29 |
| HSL | 4.25º | 0.54% | 0.46% | - |
| HSV(B) | 4.25º | 0.7% | 0.71% | - |
| XYZ | 21.81 | 13.89 | 5.15 | - |
| YUV | 98.26 | 103.59 | 187.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 64 | 55 | 0 | 0.65 | 0.70 | 0.29 | 4.25 | 0.54 | 0.46 |
| Hex | B6 | 40 | 37 | 0 | 41 | 46 | 1D | 4 | 36 | 2E |
| Octal | 266 | 100 | 67 | 0 | 101 | 106 | 35 | 4 | 66 | 56 |
| Binary | 10110110 | 1000000 | 110111 | 0 | 1000001 | 1000110 | 11101 | 100 | 110110 | 101110 |
Color Harmonies of #B64037
Complementary color
Monochromatic Colors of #B64037
Black with #B64037
Text Example
Text Example
White with #B64037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64037; }
p { color: rgb(182,64,55); }
H1.HeaderClassName
{
color: #B64037;
}
.AnyTagClassName
{
color: #B64037;
}
</style>
background-color css
<style>
a { background-color: #B64037; }
a { background-color: rgb(182,64,55); }
div.DivClassName
{
background-color: #B64037;
}
.BgClassName
{
background-color: #B64037;
}
</style>
border-color css
<style>
span { border-color: #B64037; }
span { border-color: rgb(182,64,55); }
td.TdClassName
{
border-color: #B64037;
}
.TagClassName
{
border-color: #B64037;
}
</style>