Shades of Medium Carmine #B13D2E
Tints of Medium Carmine #B13D2E
RGB
CMYK
RGB Variations
Color information
#B13D2E (or 0xB13D2E) is known color: Medium Carmine. HEX triplet: B1, 3D and 2E. RGB value is (177,61,46). Sum of RGB (Red+Green+Blue) = 177+61+46=284 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.32% from 284); Green value is 61 (24.22% from 255 or 21.48% from 284); Blue value is 46 (18.36% from 255 or 16.20% from 284); Max value from RGB is 177 - color contains mainly: red. Hex color #B13D2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13D2E is #4EC2D1. Grayscale: #5E5E5E. Windows color (decimal): -5161682 or 3030449. OLE color: 3030449.
HSL color Cylindrical-coordinate representation of color #B13D2E: hue angle of 6.87º 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 #B13D2E is Cyan = 0, Magento = 0.66, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 61 | 46 | - |
| CMYK | 0 | 0.66 | 0.74 | 0.31 |
| HSL | 6.87º | 0.59% | 0.44% | - |
| HSV(B) | 6.87º | 0.74% | 0.69% | - |
| XYZ | 20.29 | 12.88 | 4 | - |
| YUV | 93.97 | 100.93 | 187.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 61 | 46 | 0 | 0.66 | 0.74 | 0.31 | 6.87 | 0.59 | 0.44 |
| Hex | B1 | 3D | 2E | 0 | 42 | 4A | 1F | 7 | 3B | 2C |
| Octal | 261 | 75 | 56 | 0 | 102 | 112 | 37 | 7 | 73 | 54 |
| Binary | 10110001 | 111101 | 101110 | 0 | 1000010 | 1001010 | 11111 | 111 | 111011 | 101100 |
Color Harmonies of #B13D2E
Complementary color
Monochromatic Colors of #B13D2E
Black with #B13D2E
Text Example
Text Example
White with #B13D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13D2E; }
p { color: rgb(177,61,46); }
H1.HeaderClassName
{
color: #B13D2E;
}
.AnyTagClassName
{
color: #B13D2E;
}
</style>
background-color css
<style>
a { background-color: #B13D2E; }
a { background-color: rgb(177,61,46); }
div.DivClassName
{
background-color: #B13D2E;
}
.BgClassName
{
background-color: #B13D2E;
}
</style>
border-color css
<style>
span { border-color: #B13D2E; }
span { border-color: rgb(177,61,46); }
td.TdClassName
{
border-color: #B13D2E;
}
.TagClassName
{
border-color: #B13D2E;
}
</style>