Shades of Medium Carmine #B83E32
Tints of Medium Carmine #B83E32
RGB
CMYK
RGB Variations
Color information
#B83E32 (or 0xB83E32) is known color: Medium Carmine. HEX triplet: B8, 3E and 32. RGB value is (184,62,50). Sum of RGB (Red+Green+Blue) = 184+62+50=296 (39% of max value = 765). Red value is 184 (72.27% from 255 or 62.16% from 296); Green value is 62 (24.61% from 255 or 20.95% from 296); Blue value is 50 (19.92% from 255 or 16.89% from 296); Max value from RGB is 184 - color contains mainly: red. Hex color #B83E32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83E32 is #47C1CD. Grayscale: #616161. Windows color (decimal): -4702670 or 3292856. OLE color: 3292856.
HSL color Cylindrical-coordinate representation of color #B83E32: hue angle of 5.37º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B83E32 is Cyan = 0, Magento = 0.66, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 62 | 50 | - |
| CMYK | 0 | 0.66 | 0.73 | 0.28 |
| HSL | 5.37º | 0.57% | 0.46% | - |
| HSV(B) | 5.37º | 0.73% | 0.72% | - |
| XYZ | 22.07 | 13.87 | 4.53 | - |
| YUV | 97.11 | 101.42 | 189.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 62 | 50 | 0 | 0.66 | 0.73 | 0.28 | 5.37 | 0.57 | 0.46 |
| Hex | B8 | 3E | 32 | 0 | 42 | 49 | 1C | 5 | 39 | 2E |
| Octal | 270 | 76 | 62 | 0 | 102 | 111 | 34 | 5 | 71 | 56 |
| Binary | 10111000 | 111110 | 110010 | 0 | 1000010 | 1001001 | 11100 | 101 | 111001 | 101110 |
Color Harmonies of #B83E32
Complementary color
Monochromatic Colors of #B83E32
Black with #B83E32
Text Example
Text Example
White with #B83E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83E32; }
p { color: rgb(184,62,50); }
H1.HeaderClassName
{
color: #B83E32;
}
.AnyTagClassName
{
color: #B83E32;
}
</style>
background-color css
<style>
a { background-color: #B83E32; }
a { background-color: rgb(184,62,50); }
div.DivClassName
{
background-color: #B83E32;
}
.BgClassName
{
background-color: #B83E32;
}
</style>
border-color css
<style>
span { border-color: #B83E32; }
span { border-color: rgb(184,62,50); }
td.TdClassName
{
border-color: #B83E32;
}
.TagClassName
{
border-color: #B83E32;
}
</style>