Shades of Medium Carmine #B83E2D
Tints of Medium Carmine #B83E2D
RGB
CMYK
RGB Variations
Color information
#B83E2D (or 0xB83E2D) is known color: Medium Carmine. HEX triplet: B8, 3E and 2D. RGB value is (184,62,45). Sum of RGB (Red+Green+Blue) = 184+62+45=291 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.23% from 291); Green value is 62 (24.61% from 255 or 21.31% from 291); Blue value is 45 (17.97% from 255 or 15.46% from 291); Max value from RGB is 184 - color contains mainly: red. Hex color #B83E2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83E2D is #47C1D2. Grayscale: #606060. Windows color (decimal): -4702675 or 2965176. OLE color: 2965176.
HSL color Cylindrical-coordinate representation of color #B83E2D: hue angle of 7.34º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B83E2D is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 62 | 45 | - |
| CMYK | 0 | 0.66 | 0.76 | 0.28 |
| HSL | 7.34º | 0.61% | 0.45% | - |
| HSV(B) | 7.34º | 0.76% | 0.72% | - |
| XYZ | 21.96 | 13.83 | 3.99 | - |
| YUV | 96.54 | 98.92 | 190.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 62 | 45 | 0 | 0.66 | 0.76 | 0.28 | 7.34 | 0.61 | 0.45 |
| Hex | B8 | 3E | 2D | 0 | 42 | 4C | 1C | 7 | 3D | 2D |
| Octal | 270 | 76 | 55 | 0 | 102 | 114 | 34 | 7 | 75 | 55 |
| Binary | 10111000 | 111110 | 101101 | 0 | 1000010 | 1001100 | 11100 | 111 | 111101 | 101101 |
Color Harmonies of #B83E2D
Complementary color
Monochromatic Colors of #B83E2D
Black with #B83E2D
Text Example
Text Example
White with #B83E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83E2D; }
p { color: rgb(184,62,45); }
H1.HeaderClassName
{
color: #B83E2D;
}
.AnyTagClassName
{
color: #B83E2D;
}
</style>
background-color css
<style>
a { background-color: #B83E2D; }
a { background-color: rgb(184,62,45); }
div.DivClassName
{
background-color: #B83E2D;
}
.BgClassName
{
background-color: #B83E2D;
}
</style>
border-color css
<style>
span { border-color: #B83E2D; }
span { border-color: rgb(184,62,45); }
td.TdClassName
{
border-color: #B83E2D;
}
.TagClassName
{
border-color: #B83E2D;
}
</style>