Shades of Medium Carmine #B03726
Tints of Medium Carmine #B03726
RGB
CMYK
RGB Variations
Color information
#B03726 (or 0xB03726) is known color: Medium Carmine. HEX triplet: B0, 37 and 26. RGB value is (176,55,38). Sum of RGB (Red+Green+Blue) = 176+55+38=269 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.43% from 269); Green value is 55 (21.88% from 255 or 20.45% from 269); Blue value is 38 (15.23% from 255 or 14.13% from 269); Max value from RGB is 176 - color contains mainly: red. Hex color #B03726 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03726 is #4FC8D9. Grayscale: #595959. Windows color (decimal): -5228762 or 2504624. OLE color: 2504624.
HSL color Cylindrical-coordinate representation of color #B03726: hue angle of 7.39º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B03726 is Cyan = 0, Magento = 0.69, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 55 | 38 | - |
| CMYK | 0 | 0.69 | 0.78 | 0.31 |
| HSL | 7.39º | 0.64% | 0.42% | - |
| HSV(B) | 7.39º | 0.78% | 0.69% | - |
| XYZ | 19.62 | 12.1 | 3.14 | - |
| YUV | 89.24 | 99.09 | 189.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 55 | 38 | 0 | 0.69 | 0.78 | 0.31 | 7.39 | 0.64 | 0.42 |
| Hex | B0 | 37 | 26 | 0 | 45 | 4E | 1F | 7 | 40 | 2A |
| Octal | 260 | 67 | 46 | 0 | 105 | 116 | 37 | 7 | 100 | 52 |
| Binary | 10110000 | 110111 | 100110 | 0 | 1000101 | 1001110 | 11111 | 111 | 1000000 | 101010 |
Color Harmonies of #B03726
Complementary color
Monochromatic Colors of #B03726
Black with #B03726
Text Example
Text Example
White with #B03726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03726; }
p { color: rgb(176,55,38); }
H1.HeaderClassName
{
color: #B03726;
}
.AnyTagClassName
{
color: #B03726;
}
</style>
background-color css
<style>
a { background-color: #B03726; }
a { background-color: rgb(176,55,38); }
div.DivClassName
{
background-color: #B03726;
}
.BgClassName
{
background-color: #B03726;
}
</style>
border-color css
<style>
span { border-color: #B03726; }
span { border-color: rgb(176,55,38); }
td.TdClassName
{
border-color: #B03726;
}
.TagClassName
{
border-color: #B03726;
}
</style>