Shades of Medium Carmine #B8382D
Tints of Medium Carmine #B8382D
RGB
CMYK
RGB Variations
Color information
#B8382D (or 0xB8382D) is known color: Medium Carmine. HEX triplet: B8, 38 and 2D. RGB value is (184,56,45). Sum of RGB (Red+Green+Blue) = 184+56+45=285 (37% of max value = 765). Red value is 184 (72.27% from 255 or 64.56% from 285); Green value is 56 (22.27% from 255 or 19.65% from 285); Blue value is 45 (17.97% from 255 or 15.79% from 285); Max value from RGB is 184 - color contains mainly: red. Hex color #B8382D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8382D is #47C7D2. Grayscale: #5D5D5D. Windows color (decimal): -4704211 or 2963640. OLE color: 2963640.
HSL color Cylindrical-coordinate representation of color #B8382D: hue angle of 4.75º 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 #B8382D is Cyan = 0, Magento = 0.70, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 56 | 45 | - |
| CMYK | 0 | 0.70 | 0.76 | 0.28 |
| HSL | 4.75º | 0.61% | 0.45% | - |
| HSV(B) | 4.75º | 0.76% | 0.72% | - |
| XYZ | 21.65 | 13.21 | 3.89 | - |
| YUV | 93.02 | 100.91 | 192.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 56 | 45 | 0 | 0.70 | 0.76 | 0.28 | 4.75 | 0.61 | 0.45 |
| Hex | B8 | 38 | 2D | 0 | 46 | 4C | 1C | 5 | 3D | 2D |
| Octal | 270 | 70 | 55 | 0 | 106 | 114 | 34 | 5 | 75 | 55 |
| Binary | 10111000 | 111000 | 101101 | 0 | 1000110 | 1001100 | 11100 | 101 | 111101 | 101101 |
Color Harmonies of #B8382D
Complementary color
Monochromatic Colors of #B8382D
Black with #B8382D
Text Example
Text Example
White with #B8382D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8382D; }
p { color: rgb(184,56,45); }
H1.HeaderClassName
{
color: #B8382D;
}
.AnyTagClassName
{
color: #B8382D;
}
</style>
background-color css
<style>
a { background-color: #B8382D; }
a { background-color: rgb(184,56,45); }
div.DivClassName
{
background-color: #B8382D;
}
.BgClassName
{
background-color: #B8382D;
}
</style>
border-color css
<style>
span { border-color: #B8382D; }
span { border-color: rgb(184,56,45); }
td.TdClassName
{
border-color: #B8382D;
}
.TagClassName
{
border-color: #B8382D;
}
</style>