Shades of Medium Carmine #B83B2D
Tints of Medium Carmine #B83B2D
RGB
CMYK
RGB Variations
Color information
#B83B2D (or 0xB83B2D) is known color: Medium Carmine. HEX triplet: B8, 3B and 2D. RGB value is (184,59,45). Sum of RGB (Red+Green+Blue) = 184+59+45=288 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.89% from 288); Green value is 59 (23.44% from 255 or 20.49% from 288); Blue value is 45 (17.97% from 255 or 15.62% from 288); Max value from RGB is 184 - color contains mainly: red. Hex color #B83B2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83B2D is #47C4D2. Grayscale: #5E5E5E. Windows color (decimal): -4703443 or 2964408. OLE color: 2964408.
HSL color Cylindrical-coordinate representation of color #B83B2D: hue angle of 6.04º 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 #B83B2D is Cyan = 0, Magento = 0.68, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 59 | 45 | - |
| CMYK | 0 | 0.68 | 0.76 | 0.28 |
| HSL | 6.04º | 0.61% | 0.45% | - |
| HSV(B) | 6.04º | 0.76% | 0.72% | - |
| XYZ | 21.8 | 13.51 | 3.94 | - |
| YUV | 94.78 | 99.91 | 191.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 59 | 45 | 0 | 0.68 | 0.76 | 0.28 | 6.04 | 0.61 | 0.45 |
| Hex | B8 | 3B | 2D | 0 | 44 | 4C | 1C | 6 | 3D | 2D |
| Octal | 270 | 73 | 55 | 0 | 104 | 114 | 34 | 6 | 75 | 55 |
| Binary | 10111000 | 111011 | 101101 | 0 | 1000100 | 1001100 | 11100 | 110 | 111101 | 101101 |
Color Harmonies of #B83B2D
Complementary color
Monochromatic Colors of #B83B2D
Black with #B83B2D
Text Example
Text Example
White with #B83B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83B2D; }
p { color: rgb(184,59,45); }
H1.HeaderClassName
{
color: #B83B2D;
}
.AnyTagClassName
{
color: #B83B2D;
}
</style>
background-color css
<style>
a { background-color: #B83B2D; }
a { background-color: rgb(184,59,45); }
div.DivClassName
{
background-color: #B83B2D;
}
.BgClassName
{
background-color: #B83B2D;
}
</style>
border-color css
<style>
span { border-color: #B83B2D; }
span { border-color: rgb(184,59,45); }
td.TdClassName
{
border-color: #B83B2D;
}
.TagClassName
{
border-color: #B83B2D;
}
</style>