Shades of Medium Carmine #B03F3D
Tints of Medium Carmine #B03F3D
RGB
CMYK
RGB Variations
Color information
#B03F3D (or 0xB03F3D) is known color: Medium Carmine. HEX triplet: B0, 3F and 3D. RGB value is (176,63,61). Sum of RGB (Red+Green+Blue) = 176+63+61=300 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.67% from 300); Green value is 63 (25% from 255 or 21% from 300); Blue value is 61 (24.22% from 255 or 20.33% from 300); Max value from RGB is 176 - color contains mainly: red. Hex color #B03F3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03F3D is #4FC0C2. Grayscale: #606060. Windows color (decimal): -5226691 or 4014000. OLE color: 4014000.
HSL color Cylindrical-coordinate representation of color #B03F3D: hue angle of 1.04º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B03F3D is Cyan = 0, Magento = 0.64, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 63 | 61 | - |
| CMYK | 0 | 0.64 | 0.65 | 0.31 |
| HSL | 1.04º | 0.49% | 0.46% | - |
| HSV(B) | 1.04º | 0.65% | 0.69% | - |
| XYZ | 20.52 | 13.12 | 5.87 | - |
| YUV | 96.56 | 107.94 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 63 | 61 | 0 | 0.64 | 0.65 | 0.31 | 1.04 | 0.49 | 0.46 |
| Hex | B0 | 3F | 3D | 0 | 40 | 41 | 1F | 1 | 31 | 2E |
| Octal | 260 | 77 | 75 | 0 | 100 | 101 | 37 | 1 | 61 | 56 |
| Binary | 10110000 | 111111 | 111101 | 0 | 1000000 | 1000001 | 11111 | 1 | 110001 | 101110 |
Color Harmonies of #B03F3D
Complementary color
Monochromatic Colors of #B03F3D
Black with #B03F3D
Text Example
Text Example
White with #B03F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03F3D; }
p { color: rgb(176,63,61); }
H1.HeaderClassName
{
color: #B03F3D;
}
.AnyTagClassName
{
color: #B03F3D;
}
</style>
background-color css
<style>
a { background-color: #B03F3D; }
a { background-color: rgb(176,63,61); }
div.DivClassName
{
background-color: #B03F3D;
}
.BgClassName
{
background-color: #B03F3D;
}
</style>
border-color css
<style>
span { border-color: #B03F3D; }
span { border-color: rgb(176,63,61); }
td.TdClassName
{
border-color: #B03F3D;
}
.TagClassName
{
border-color: #B03F3D;
}
</style>