Shades of Medium Carmine #B8332F
Tints of Medium Carmine #B8332F
RGB
CMYK
RGB Variations
Color information
#B8332F (or 0xB8332F) is known color: Medium Carmine. HEX triplet: B8, 33 and 2F. RGB value is (184,51,47). Sum of RGB (Red+Green+Blue) = 184+51+47=282 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.25% from 282); Green value is 51 (20.31% from 255 or 18.09% from 282); Blue value is 47 (18.75% from 255 or 16.67% from 282); Max value from RGB is 184 - color contains mainly: red. Hex color #B8332F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8332F is #47CCD0. Grayscale: #5A5A5A. Windows color (decimal): -4705489 or 3093432. OLE color: 3093432.
HSL color Cylindrical-coordinate representation of color #B8332F: hue angle of 1.75º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B8332F is Cyan = 0, Magento = 0.72, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 51 | 47 | - |
| CMYK | 0 | 0.72 | 0.74 | 0.28 |
| HSL | 1.75º | 0.59% | 0.45% | - |
| HSV(B) | 1.75º | 0.74% | 0.72% | - |
| XYZ | 21.46 | 12.76 | 4.02 | - |
| YUV | 90.31 | 103.56 | 194.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 51 | 47 | 0 | 0.72 | 0.74 | 0.28 | 1.75 | 0.59 | 0.45 |
| Hex | B8 | 33 | 2F | 0 | 48 | 4A | 1C | 2 | 3B | 2D |
| Octal | 270 | 63 | 57 | 0 | 110 | 112 | 34 | 2 | 73 | 55 |
| Binary | 10111000 | 110011 | 101111 | 0 | 1001000 | 1001010 | 11100 | 10 | 111011 | 101101 |
Color Harmonies of #B8332F
Complementary color
Monochromatic Colors of #B8332F
Black with #B8332F
Text Example
Text Example
White with #B8332F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8332F; }
p { color: rgb(184,51,47); }
H1.HeaderClassName
{
color: #B8332F;
}
.AnyTagClassName
{
color: #B8332F;
}
</style>
background-color css
<style>
a { background-color: #B8332F; }
a { background-color: rgb(184,51,47); }
div.DivClassName
{
background-color: #B8332F;
}
.BgClassName
{
background-color: #B8332F;
}
</style>
border-color css
<style>
span { border-color: #B8332F; }
span { border-color: rgb(184,51,47); }
td.TdClassName
{
border-color: #B8332F;
}
.TagClassName
{
border-color: #B8332F;
}
</style>