Shades of Medium Carmine #B8362C
Tints of Medium Carmine #B8362C
RGB
CMYK
RGB Variations
Color information
#B8362C (or 0xB8362C) is known color: Medium Carmine. HEX triplet: B8, 36 and 2C. RGB value is (184,54,44). Sum of RGB (Red+Green+Blue) = 184+54+44=282 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.25% from 282); Green value is 54 (21.48% from 255 or 19.15% from 282); Blue value is 44 (17.58% from 255 or 15.60% from 282); Max value from RGB is 184 - color contains mainly: red. Hex color #B8362C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8362C is #47C9D3. Grayscale: #5B5B5B. Windows color (decimal): -4704724 or 2897592. OLE color: 2897592.
HSL color Cylindrical-coordinate representation of color #B8362C: hue angle of 4.29º 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 #B8362C is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 54 | 44 | - |
| CMYK | 0 | 0.71 | 0.76 | 0.28 |
| HSL | 4.29º | 0.61% | 0.45% | - |
| HSV(B) | 4.29º | 0.76% | 0.72% | - |
| XYZ | 21.54 | 13.01 | 3.76 | - |
| YUV | 91.73 | 101.07 | 193.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 54 | 44 | 0 | 0.71 | 0.76 | 0.28 | 4.29 | 0.61 | 0.45 |
| Hex | B8 | 36 | 2C | 0 | 47 | 4C | 1C | 4 | 3D | 2D |
| Octal | 270 | 66 | 54 | 0 | 107 | 114 | 34 | 4 | 75 | 55 |
| Binary | 10111000 | 110110 | 101100 | 0 | 1000111 | 1001100 | 11100 | 100 | 111101 | 101101 |
Color Harmonies of #B8362C
Complementary color
Monochromatic Colors of #B8362C
Black with #B8362C
Text Example
Text Example
White with #B8362C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8362C; }
p { color: rgb(184,54,44); }
H1.HeaderClassName
{
color: #B8362C;
}
.AnyTagClassName
{
color: #B8362C;
}
</style>
background-color css
<style>
a { background-color: #B8362C; }
a { background-color: rgb(184,54,44); }
div.DivClassName
{
background-color: #B8362C;
}
.BgClassName
{
background-color: #B8362C;
}
</style>
border-color css
<style>
span { border-color: #B8362C; }
span { border-color: rgb(184,54,44); }
td.TdClassName
{
border-color: #B8362C;
}
.TagClassName
{
border-color: #B8362C;
}
</style>