Shades of Medium Carmine #B03E34
Tints of Medium Carmine #B03E34
RGB
CMYK
RGB Variations
Color information
#B03E34 (or 0xB03E34) is known color: Medium Carmine. HEX triplet: B0, 3E and 34. RGB value is (176,62,52). Sum of RGB (Red+Green+Blue) = 176+62+52=290 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.69% from 290); Green value is 62 (24.61% from 255 or 21.38% from 290); Blue value is 52 (20.70% from 255 or 17.93% from 290); Max value from RGB is 176 - color contains mainly: red. Hex color #B03E34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03E34 is #4FC1CB. Grayscale: #5F5F5F. Windows color (decimal): -5226956 or 3423920. OLE color: 3423920.
HSL color Cylindrical-coordinate representation of color #B03E34: hue angle of 4.84º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B03E34 is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 62 | 52 | - |
| CMYK | 0 | 0.65 | 0.70 | 0.31 |
| HSL | 4.84º | 0.54% | 0.45% | - |
| HSV(B) | 4.84º | 0.7% | 0.69% | - |
| XYZ | 20.25 | 12.92 | 4.68 | - |
| YUV | 94.95 | 103.77 | 185.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 62 | 52 | 0 | 0.65 | 0.70 | 0.31 | 4.84 | 0.54 | 0.45 |
| Hex | B0 | 3E | 34 | 0 | 41 | 46 | 1F | 5 | 36 | 2D |
| Octal | 260 | 76 | 64 | 0 | 101 | 106 | 37 | 5 | 66 | 55 |
| Binary | 10110000 | 111110 | 110100 | 0 | 1000001 | 1000110 | 11111 | 101 | 110110 | 101101 |
Color Harmonies of #B03E34
Complementary color
Monochromatic Colors of #B03E34
Black with #B03E34
Text Example
Text Example
White with #B03E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03E34; }
p { color: rgb(176,62,52); }
H1.HeaderClassName
{
color: #B03E34;
}
.AnyTagClassName
{
color: #B03E34;
}
</style>
background-color css
<style>
a { background-color: #B03E34; }
a { background-color: rgb(176,62,52); }
div.DivClassName
{
background-color: #B03E34;
}
.BgClassName
{
background-color: #B03E34;
}
</style>
border-color css
<style>
span { border-color: #B03E34; }
span { border-color: rgb(176,62,52); }
td.TdClassName
{
border-color: #B03E34;
}
.TagClassName
{
border-color: #B03E34;
}
</style>