Shades of Medium Carmine #B03F31
Tints of Medium Carmine #B03F31
RGB
CMYK
RGB Variations
Color information
#B03F31 (or 0xB03F31) is known color: Medium Carmine. HEX triplet: B0, 3F and 31. RGB value is (176,63,49). Sum of RGB (Red+Green+Blue) = 176+63+49=288 (38% of max value = 765). Red value is 176 (69.14% from 255 or 61.11% from 288); Green value is 63 (25% from 255 or 21.88% from 288); Blue value is 49 (19.53% from 255 or 17.01% from 288); Max value from RGB is 176 - color contains mainly: red. Hex color #B03F31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03F31 is #4FC0CE. Grayscale: #5F5F5F. Windows color (decimal): -5226703 or 3227568. OLE color: 3227568.
HSL color Cylindrical-coordinate representation of color #B03F31: hue angle of 6.61º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B03F31 is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 63 | 49 | - |
| CMYK | 0 | 0.64 | 0.72 | 0.31 |
| HSL | 6.61º | 0.56% | 0.44% | - |
| HSV(B) | 6.61º | 0.72% | 0.69% | - |
| XYZ | 20.24 | 13.01 | 4.35 | - |
| YUV | 95.19 | 101.94 | 185.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 63 | 49 | 0 | 0.64 | 0.72 | 0.31 | 6.61 | 0.56 | 0.44 |
| Hex | B0 | 3F | 31 | 0 | 40 | 48 | 1F | 7 | 38 | 2C |
| Octal | 260 | 77 | 61 | 0 | 100 | 110 | 37 | 7 | 70 | 54 |
| Binary | 10110000 | 111111 | 110001 | 0 | 1000000 | 1001000 | 11111 | 111 | 111000 | 101100 |
Color Harmonies of #B03F31
Complementary color
Monochromatic Colors of #B03F31
Black with #B03F31
Text Example
Text Example
White with #B03F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03F31; }
p { color: rgb(176,63,49); }
H1.HeaderClassName
{
color: #B03F31;
}
.AnyTagClassName
{
color: #B03F31;
}
</style>
background-color css
<style>
a { background-color: #B03F31; }
a { background-color: rgb(176,63,49); }
div.DivClassName
{
background-color: #B03F31;
}
.BgClassName
{
background-color: #B03F31;
}
</style>
border-color css
<style>
span { border-color: #B03F31; }
span { border-color: rgb(176,63,49); }
td.TdClassName
{
border-color: #B03F31;
}
.TagClassName
{
border-color: #B03F31;
}
</style>