Shades of Medium Carmine #B8392D
Tints of Medium Carmine #B8392D
RGB
CMYK
RGB Variations
Color information
#B8392D (or 0xB8392D) is known color: Medium Carmine. HEX triplet: B8, 39 and 2D. RGB value is (184,57,45). Sum of RGB (Red+Green+Blue) = 184+57+45=286 (37% of max value = 765). Red value is 184 (72.27% from 255 or 64.34% from 286); Green value is 57 (22.66% from 255 or 19.93% from 286); Blue value is 45 (17.97% from 255 or 15.73% from 286); Max value from RGB is 184 - color contains mainly: red. Hex color #B8392D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8392D is #47C6D2. Grayscale: #5D5D5D. Windows color (decimal): -4703955 or 2963896. OLE color: 2963896.
HSL color Cylindrical-coordinate representation of color #B8392D: hue angle of 5.18º 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 #B8392D is Cyan = 0, Magento = 0.69, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 57 | 45 | - |
| CMYK | 0 | 0.69 | 0.76 | 0.28 |
| HSL | 5.18º | 0.61% | 0.45% | - |
| HSV(B) | 5.18º | 0.76% | 0.72% | - |
| XYZ | 21.7 | 13.31 | 3.91 | - |
| YUV | 93.61 | 100.58 | 192.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 57 | 45 | 0 | 0.69 | 0.76 | 0.28 | 5.18 | 0.61 | 0.45 |
| Hex | B8 | 39 | 2D | 0 | 45 | 4C | 1C | 5 | 3D | 2D |
| Octal | 270 | 71 | 55 | 0 | 105 | 114 | 34 | 5 | 75 | 55 |
| Binary | 10111000 | 111001 | 101101 | 0 | 1000101 | 1001100 | 11100 | 101 | 111101 | 101101 |
Color Harmonies of #B8392D
Complementary color
Monochromatic Colors of #B8392D
Black with #B8392D
Text Example
Text Example
White with #B8392D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8392D; }
p { color: rgb(184,57,45); }
H1.HeaderClassName
{
color: #B8392D;
}
.AnyTagClassName
{
color: #B8392D;
}
</style>
background-color css
<style>
a { background-color: #B8392D; }
a { background-color: rgb(184,57,45); }
div.DivClassName
{
background-color: #B8392D;
}
.BgClassName
{
background-color: #B8392D;
}
</style>
border-color css
<style>
span { border-color: #B8392D; }
span { border-color: rgb(184,57,45); }
td.TdClassName
{
border-color: #B8392D;
}
.TagClassName
{
border-color: #B8392D;
}
</style>