Shades of Medium Carmine #B64833
Tints of Medium Carmine #B64833
RGB
CMYK
RGB Variations
Color information
#B64833 (or 0xB64833) is known color: Medium Carmine. HEX triplet: B6, 48 and 33. RGB value is (182,72,51). Sum of RGB (Red+Green+Blue) = 182+72+51=305 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.67% from 305); Green value is 72 (28.52% from 255 or 23.61% from 305); Blue value is 51 (20.31% from 255 or 16.72% from 305); Max value from RGB is 182 - color contains mainly: red. Hex color #B64833 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64833 is #49B7CC. Grayscale: #666666. Windows color (decimal): -4831181 or 3360950. OLE color: 3360950.
HSL color Cylindrical-coordinate representation of color #B64833: hue angle of 9.62º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B64833 is Cyan = 0, Magento = 0.60, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 72 | 51 | - |
| CMYK | 0 | 0.60 | 0.72 | 0.29 |
| HSL | 9.62º | 0.56% | 0.46% | - |
| HSV(B) | 9.62º | 0.72% | 0.71% | - |
| XYZ | 22.21 | 14.82 | 4.82 | - |
| YUV | 102.5 | 98.94 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 72 | 51 | 0 | 0.60 | 0.72 | 0.29 | 9.62 | 0.56 | 0.46 |
| Hex | B6 | 48 | 33 | 0 | 3C | 48 | 1D | A | 38 | 2E |
| Octal | 266 | 110 | 63 | 0 | 74 | 110 | 35 | 12 | 70 | 56 |
| Binary | 10110110 | 1001000 | 110011 | 0 | 111100 | 1001000 | 11101 | 1010 | 111000 | 101110 |
Color Harmonies of #B64833
Complementary color
Monochromatic Colors of #B64833
Black with #B64833
Text Example
Text Example
White with #B64833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64833; }
p { color: rgb(182,72,51); }
H1.HeaderClassName
{
color: #B64833;
}
.AnyTagClassName
{
color: #B64833;
}
</style>
background-color css
<style>
a { background-color: #B64833; }
a { background-color: rgb(182,72,51); }
div.DivClassName
{
background-color: #B64833;
}
.BgClassName
{
background-color: #B64833;
}
</style>
border-color css
<style>
span { border-color: #B64833; }
span { border-color: rgb(182,72,51); }
td.TdClassName
{
border-color: #B64833;
}
.TagClassName
{
border-color: #B64833;
}
</style>