Shades of Medium Carmine #B03E3C
Tints of Medium Carmine #B03E3C
RGB
CMYK
RGB Variations
Color information
#B03E3C (or 0xB03E3C) is known color: Medium Carmine. HEX triplet: B0, 3E and 3C. RGB value is (176,62,60). Sum of RGB (Red+Green+Blue) = 176+62+60=298 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.06% from 298); Green value is 62 (24.61% from 255 or 20.81% from 298); Blue value is 60 (23.83% from 255 or 20.13% from 298); Max value from RGB is 176 - color contains mainly: red. Hex color #B03E3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03E3C is #4FC1C3. Grayscale: #5F5F5F. Windows color (decimal): -5226948 or 3948208. OLE color: 3948208.
HSL color Cylindrical-coordinate representation of color #B03E3C: hue angle of 1.03º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B03E3C is Cyan = 0, Magento = 0.65, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 62 | 60 | - |
| CMYK | 0 | 0.65 | 0.66 | 0.31 |
| HSL | 1.03º | 0.49% | 0.46% | - |
| HSV(B) | 1.03º | 0.66% | 0.69% | - |
| XYZ | 20.44 | 13 | 5.71 | - |
| YUV | 95.86 | 107.77 | 185.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 62 | 60 | 0 | 0.65 | 0.66 | 0.31 | 1.03 | 0.49 | 0.46 |
| Hex | B0 | 3E | 3C | 0 | 41 | 42 | 1F | 1 | 31 | 2E |
| Octal | 260 | 76 | 74 | 0 | 101 | 102 | 37 | 1 | 61 | 56 |
| Binary | 10110000 | 111110 | 111100 | 0 | 1000001 | 1000010 | 11111 | 1 | 110001 | 101110 |
Color Harmonies of #B03E3C
Complementary color
Monochromatic Colors of #B03E3C
Black with #B03E3C
Text Example
Text Example
White with #B03E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03E3C; }
p { color: rgb(176,62,60); }
H1.HeaderClassName
{
color: #B03E3C;
}
.AnyTagClassName
{
color: #B03E3C;
}
</style>
background-color css
<style>
a { background-color: #B03E3C; }
a { background-color: rgb(176,62,60); }
div.DivClassName
{
background-color: #B03E3C;
}
.BgClassName
{
background-color: #B03E3C;
}
</style>
border-color css
<style>
span { border-color: #B03E3C; }
span { border-color: rgb(176,62,60); }
td.TdClassName
{
border-color: #B03E3C;
}
.TagClassName
{
border-color: #B03E3C;
}
</style>