Shades of Medium Carmine #B84333
Tints of Medium Carmine #B84333
RGB
CMYK
RGB Variations
Color information
#B84333 (or 0xB84333) is known color: Medium Carmine. HEX triplet: B8, 43 and 33. RGB value is (184,67,51). Sum of RGB (Red+Green+Blue) = 184+67+51=302 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.93% from 302); Green value is 67 (26.56% from 255 or 22.19% from 302); Blue value is 51 (20.31% from 255 or 16.89% from 302); Max value from RGB is 184 - color contains mainly: red. Hex color #B84333 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84333 is #47BCCC. Grayscale: #646464. Windows color (decimal): -4701389 or 3359672. OLE color: 3359672.
HSL color Cylindrical-coordinate representation of color #B84333: hue angle of 7.22º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B84333 is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 67 | 51 | - |
| CMYK | 0 | 0.64 | 0.72 | 0.28 |
| HSL | 7.22º | 0.57% | 0.46% | - |
| HSV(B) | 7.22º | 0.72% | 0.72% | - |
| XYZ | 22.37 | 14.44 | 4.74 | - |
| YUV | 100.16 | 100.26 | 187.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 67 | 51 | 0 | 0.64 | 0.72 | 0.28 | 7.22 | 0.57 | 0.46 |
| Hex | B8 | 43 | 33 | 0 | 40 | 48 | 1C | 7 | 39 | 2E |
| Octal | 270 | 103 | 63 | 0 | 100 | 110 | 34 | 7 | 71 | 56 |
| Binary | 10111000 | 1000011 | 110011 | 0 | 1000000 | 1001000 | 11100 | 111 | 111001 | 101110 |
Color Harmonies of #B84333
Complementary color
Monochromatic Colors of #B84333
Black with #B84333
Text Example
Text Example
White with #B84333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84333; }
p { color: rgb(184,67,51); }
H1.HeaderClassName
{
color: #B84333;
}
.AnyTagClassName
{
color: #B84333;
}
</style>
background-color css
<style>
a { background-color: #B84333; }
a { background-color: rgb(184,67,51); }
div.DivClassName
{
background-color: #B84333;
}
.BgClassName
{
background-color: #B84333;
}
</style>
border-color css
<style>
span { border-color: #B84333; }
span { border-color: rgb(184,67,51); }
td.TdClassName
{
border-color: #B84333;
}
.TagClassName
{
border-color: #B84333;
}
</style>