Shades of Medium Carmine #B03F2F
Tints of Medium Carmine #B03F2F
RGB
CMYK
RGB Variations
Color information
#B03F2F (or 0xB03F2F) is known color: Medium Carmine. HEX triplet: B0, 3F and 2F. RGB value is (176,63,47). Sum of RGB (Red+Green+Blue) = 176+63+47=286 (37% of max value = 765). Red value is 176 (69.14% from 255 or 61.54% from 286); Green value is 63 (25% from 255 or 22.03% from 286); Blue value is 47 (18.75% from 255 or 16.43% from 286); Max value from RGB is 176 - color contains mainly: red. Hex color #B03F2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03F2F is #4FC0D0. Grayscale: #5F5F5F. Windows color (decimal): -5226705 or 3096496. OLE color: 3096496.
HSL color Cylindrical-coordinate representation of color #B03F2F: hue angle of 7.44º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B03F2F is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 63 | 47 | - |
| CMYK | 0 | 0.64 | 0.73 | 0.31 |
| HSL | 7.44º | 0.58% | 0.44% | - |
| HSV(B) | 7.44º | 0.73% | 0.69% | - |
| XYZ | 20.2 | 12.99 | 4.13 | - |
| YUV | 94.96 | 100.94 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 63 | 47 | 0 | 0.64 | 0.73 | 0.31 | 7.44 | 0.58 | 0.44 |
| Hex | B0 | 3F | 2F | 0 | 40 | 49 | 1F | 7 | 3A | 2C |
| Octal | 260 | 77 | 57 | 0 | 100 | 111 | 37 | 7 | 72 | 54 |
| Binary | 10110000 | 111111 | 101111 | 0 | 1000000 | 1001001 | 11111 | 111 | 111010 | 101100 |
Color Harmonies of #B03F2F
Complementary color
Monochromatic Colors of #B03F2F
Black with #B03F2F
Text Example
Text Example
White with #B03F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03F2F; }
p { color: rgb(176,63,47); }
H1.HeaderClassName
{
color: #B03F2F;
}
.AnyTagClassName
{
color: #B03F2F;
}
</style>
background-color css
<style>
a { background-color: #B03F2F; }
a { background-color: rgb(176,63,47); }
div.DivClassName
{
background-color: #B03F2F;
}
.BgClassName
{
background-color: #B03F2F;
}
</style>
border-color css
<style>
span { border-color: #B03F2F; }
span { border-color: rgb(176,63,47); }
td.TdClassName
{
border-color: #B03F2F;
}
.TagClassName
{
border-color: #B03F2F;
}
</style>