Shades of Medium Carmine #B64238
Tints of Medium Carmine #B64238
RGB
CMYK
RGB Variations
Color information
#B64238 (or 0xB64238) is known color: Medium Carmine. HEX triplet: B6, 42 and 38. RGB value is (182,66,56). Sum of RGB (Red+Green+Blue) = 182+66+56=304 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.87% from 304); Green value is 66 (26.17% from 255 or 21.71% from 304); Blue value is 56 (22.27% from 255 or 18.42% from 304); Max value from RGB is 182 - color contains mainly: red. Hex color #B64238 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64238 is #49BDC7. Grayscale: #636363. Windows color (decimal): -4832712 or 3687094. OLE color: 3687094.
HSL color Cylindrical-coordinate representation of color #B64238: hue angle of 4.76º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B64238 is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 66 | 56 | - |
| CMYK | 0 | 0.64 | 0.69 | 0.29 |
| HSL | 4.76º | 0.53% | 0.47% | - |
| HSV(B) | 4.76º | 0.69% | 0.71% | - |
| XYZ | 21.95 | 14.13 | 5.31 | - |
| YUV | 99.54 | 103.43 | 186.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 66 | 56 | 0 | 0.64 | 0.69 | 0.29 | 4.76 | 0.53 | 0.47 |
| Hex | B6 | 42 | 38 | 0 | 40 | 45 | 1D | 5 | 35 | 2F |
| Octal | 266 | 102 | 70 | 0 | 100 | 105 | 35 | 5 | 65 | 57 |
| Binary | 10110110 | 1000010 | 111000 | 0 | 1000000 | 1000101 | 11101 | 101 | 110101 | 101111 |
Color Harmonies of #B64238
Complementary color
Monochromatic Colors of #B64238
Black with #B64238
Text Example
Text Example
White with #B64238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64238; }
p { color: rgb(182,66,56); }
H1.HeaderClassName
{
color: #B64238;
}
.AnyTagClassName
{
color: #B64238;
}
</style>
background-color css
<style>
a { background-color: #B64238; }
a { background-color: rgb(182,66,56); }
div.DivClassName
{
background-color: #B64238;
}
.BgClassName
{
background-color: #B64238;
}
</style>
border-color css
<style>
span { border-color: #B64238; }
span { border-color: rgb(182,66,56); }
td.TdClassName
{
border-color: #B64238;
}
.TagClassName
{
border-color: #B64238;
}
</style>