Shades of Medium Carmine #B03D2F
Tints of Medium Carmine #B03D2F
RGB
CMYK
RGB Variations
Color information
#B03D2F (or 0xB03D2F) is known color: Medium Carmine. HEX triplet: B0, 3D and 2F. RGB value is (176,61,47). Sum of RGB (Red+Green+Blue) = 176+61+47=284 (37% of max value = 765). Red value is 176 (69.14% from 255 or 61.97% from 284); Green value is 61 (24.22% from 255 or 21.48% from 284); Blue value is 47 (18.75% from 255 or 16.55% from 284); Max value from RGB is 176 - color contains mainly: red. Hex color #B03D2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03D2F is #4FC2D0. Grayscale: #5D5D5D. Windows color (decimal): -5227217 or 3095984. OLE color: 3095984.
HSL color Cylindrical-coordinate representation of color #B03D2F: hue angle of 6.51º 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 #B03D2F is Cyan = 0, Magento = 0.65, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 61 | 47 | - |
| CMYK | 0 | 0.65 | 0.73 | 0.31 |
| HSL | 6.51º | 0.58% | 0.44% | - |
| HSV(B) | 6.51º | 0.73% | 0.69% | - |
| XYZ | 20.09 | 12.77 | 4.1 | - |
| YUV | 93.79 | 101.6 | 186.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 61 | 47 | 0 | 0.65 | 0.73 | 0.31 | 6.51 | 0.58 | 0.44 |
| Hex | B0 | 3D | 2F | 0 | 41 | 49 | 1F | 7 | 3A | 2C |
| Octal | 260 | 75 | 57 | 0 | 101 | 111 | 37 | 7 | 72 | 54 |
| Binary | 10110000 | 111101 | 101111 | 0 | 1000001 | 1001001 | 11111 | 111 | 111010 | 101100 |
Color Harmonies of #B03D2F
Complementary color
Monochromatic Colors of #B03D2F
Black with #B03D2F
Text Example
Text Example
White with #B03D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03D2F; }
p { color: rgb(176,61,47); }
H1.HeaderClassName
{
color: #B03D2F;
}
.AnyTagClassName
{
color: #B03D2F;
}
</style>
background-color css
<style>
a { background-color: #B03D2F; }
a { background-color: rgb(176,61,47); }
div.DivClassName
{
background-color: #B03D2F;
}
.BgClassName
{
background-color: #B03D2F;
}
</style>
border-color css
<style>
span { border-color: #B03D2F; }
span { border-color: rgb(176,61,47); }
td.TdClassName
{
border-color: #B03D2F;
}
.TagClassName
{
border-color: #B03D2F;
}
</style>