Shades of Medium Carmine #B03F2E
Tints of Medium Carmine #B03F2E
RGB
CMYK
RGB Variations
Color information
#B03F2E (or 0xB03F2E) is known color: Medium Carmine. HEX triplet: B0, 3F and 2E. RGB value is (176,63,46). Sum of RGB (Red+Green+Blue) = 176+63+46=285 (37% of max value = 765). Red value is 176 (69.14% from 255 or 61.75% from 285); Green value is 63 (25% from 255 or 22.11% from 285); Blue value is 46 (18.36% from 255 or 16.14% from 285); Max value from RGB is 176 - color contains mainly: red. Hex color #B03F2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03F2E is #4FC0D1. Grayscale: #5F5F5F. Windows color (decimal): -5226706 or 3030960. OLE color: 3030960.
HSL color Cylindrical-coordinate representation of color #B03F2E: hue angle of 7.85º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B03F2E is Cyan = 0, Magento = 0.64, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 63 | 46 | - |
| CMYK | 0 | 0.64 | 0.74 | 0.31 |
| HSL | 7.85º | 0.59% | 0.44% | - |
| HSV(B) | 7.85º | 0.74% | 0.69% | - |
| XYZ | 20.18 | 12.98 | 4.03 | - |
| YUV | 94.85 | 100.44 | 185.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 63 | 46 | 0 | 0.64 | 0.74 | 0.31 | 7.85 | 0.59 | 0.44 |
| Hex | B0 | 3F | 2E | 0 | 40 | 4A | 1F | 8 | 3B | 2C |
| Octal | 260 | 77 | 56 | 0 | 100 | 112 | 37 | 10 | 73 | 54 |
| Binary | 10110000 | 111111 | 101110 | 0 | 1000000 | 1001010 | 11111 | 1000 | 111011 | 101100 |
Color Harmonies of #B03F2E
Complementary color
Monochromatic Colors of #B03F2E
Black with #B03F2E
Text Example
Text Example
White with #B03F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03F2E; }
p { color: rgb(176,63,46); }
H1.HeaderClassName
{
color: #B03F2E;
}
.AnyTagClassName
{
color: #B03F2E;
}
</style>
background-color css
<style>
a { background-color: #B03F2E; }
a { background-color: rgb(176,63,46); }
div.DivClassName
{
background-color: #B03F2E;
}
.BgClassName
{
background-color: #B03F2E;
}
</style>
border-color css
<style>
span { border-color: #B03F2E; }
span { border-color: rgb(176,63,46); }
td.TdClassName
{
border-color: #B03F2E;
}
.TagClassName
{
border-color: #B03F2E;
}
</style>