Shades of Medium Carmine #B83A2E
Tints of Medium Carmine #B83A2E
RGB
CMYK
RGB Variations
Color information
#B83A2E (or 0xB83A2E) is known color: Medium Carmine. HEX triplet: B8, 3A and 2E. RGB value is (184,58,46). Sum of RGB (Red+Green+Blue) = 184+58+46=288 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.89% from 288); Green value is 58 (23.05% from 255 or 20.14% from 288); Blue value is 46 (18.36% from 255 or 15.97% from 288); Max value from RGB is 184 - color contains mainly: red. Hex color #B83A2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83A2E is #47C5D1. Grayscale: #5E5E5E. Windows color (decimal): -4703698 or 3029688. OLE color: 3029688.
HSL color Cylindrical-coordinate representation of color #B83A2E: hue angle of 5.22º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B83A2E is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 58 | 46 | - |
| CMYK | 0 | 0.68 | 0.75 | 0.28 |
| HSL | 5.22º | 0.6% | 0.45% | - |
| HSV(B) | 5.22º | 0.75% | 0.72% | - |
| XYZ | 21.77 | 13.41 | 4.03 | - |
| YUV | 94.31 | 100.74 | 191.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 58 | 46 | 0 | 0.68 | 0.75 | 0.28 | 5.22 | 0.6 | 0.45 |
| Hex | B8 | 3A | 2E | 0 | 44 | 4B | 1C | 5 | 3C | 2D |
| Octal | 270 | 72 | 56 | 0 | 104 | 113 | 34 | 5 | 74 | 55 |
| Binary | 10111000 | 111010 | 101110 | 0 | 1000100 | 1001011 | 11100 | 101 | 111100 | 101101 |
Color Harmonies of #B83A2E
Complementary color
Monochromatic Colors of #B83A2E
Black with #B83A2E
Text Example
Text Example
White with #B83A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83A2E; }
p { color: rgb(184,58,46); }
H1.HeaderClassName
{
color: #B83A2E;
}
.AnyTagClassName
{
color: #B83A2E;
}
</style>
background-color css
<style>
a { background-color: #B83A2E; }
a { background-color: rgb(184,58,46); }
div.DivClassName
{
background-color: #B83A2E;
}
.BgClassName
{
background-color: #B83A2E;
}
</style>
border-color css
<style>
span { border-color: #B83A2E; }
span { border-color: rgb(184,58,46); }
td.TdClassName
{
border-color: #B83A2E;
}
.TagClassName
{
border-color: #B83A2E;
}
</style>