Shades of Medium Carmine #B64333
Tints of Medium Carmine #B64333
RGB
CMYK
RGB Variations
Color information
#B64333 (or 0xB64333) is known color: Medium Carmine. HEX triplet: B6, 43 and 33. RGB value is (182,67,51). Sum of RGB (Red+Green+Blue) = 182+67+51=300 (39% of max value = 765). Red value is 182 (71.48% from 255 or 60.67% from 300); Green value is 67 (26.56% from 255 or 22.33% from 300); Blue value is 51 (20.31% from 255 or 17% from 300); Max value from RGB is 182 - color contains mainly: red. Hex color #B64333 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64333 is #49BCCC. Grayscale: #636363. Windows color (decimal): -4832461 or 3359670. OLE color: 3359670.
HSL color Cylindrical-coordinate representation of color #B64333: hue angle of 7.33º 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 #B64333 is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 67 | 51 | - |
| CMYK | 0 | 0.63 | 0.72 | 0.29 |
| HSL | 7.33º | 0.56% | 0.46% | - |
| HSV(B) | 7.33º | 0.72% | 0.71% | - |
| XYZ | 21.9 | 14.2 | 4.72 | - |
| YUV | 99.56 | 100.6 | 186.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 67 | 51 | 0 | 0.63 | 0.72 | 0.29 | 7.33 | 0.56 | 0.46 |
| Hex | B6 | 43 | 33 | 0 | 3F | 48 | 1D | 7 | 38 | 2E |
| Octal | 266 | 103 | 63 | 0 | 77 | 110 | 35 | 7 | 70 | 56 |
| Binary | 10110110 | 1000011 | 110011 | 0 | 111111 | 1001000 | 11101 | 111 | 111000 | 101110 |
Color Harmonies of #B64333
Complementary color
Monochromatic Colors of #B64333
Black with #B64333
Text Example
Text Example
White with #B64333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64333; }
p { color: rgb(182,67,51); }
H1.HeaderClassName
{
color: #B64333;
}
.AnyTagClassName
{
color: #B64333;
}
</style>
background-color css
<style>
a { background-color: #B64333; }
a { background-color: rgb(182,67,51); }
div.DivClassName
{
background-color: #B64333;
}
.BgClassName
{
background-color: #B64333;
}
</style>
border-color css
<style>
span { border-color: #B64333; }
span { border-color: rgb(182,67,51); }
td.TdClassName
{
border-color: #B64333;
}
.TagClassName
{
border-color: #B64333;
}
</style>