Shades of Medium Carmine #B13E2E
Tints of Medium Carmine #B13E2E
RGB
CMYK
RGB Variations
Color information
#B13E2E (or 0xB13E2E) is known color: Medium Carmine. HEX triplet: B1, 3E and 2E. RGB value is (177,62,46). Sum of RGB (Red+Green+Blue) = 177+62+46=285 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.11% from 285); Green value is 62 (24.61% from 255 or 21.75% from 285); Blue value is 46 (18.36% from 255 or 16.14% from 285); Max value from RGB is 177 - color contains mainly: red. Hex color #B13E2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13E2E is #4EC1D1. Grayscale: #5E5E5E. Windows color (decimal): -5161426 or 3030705. OLE color: 3030705.
HSL color Cylindrical-coordinate representation of color #B13E2E: hue angle of 7.33º 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 #B13E2E is Cyan = 0, Magento = 0.65, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 62 | 46 | - |
| CMYK | 0 | 0.65 | 0.74 | 0.31 |
| HSL | 7.33º | 0.59% | 0.44% | - |
| HSV(B) | 7.33º | 0.74% | 0.69% | - |
| XYZ | 20.35 | 12.99 | 4.02 | - |
| YUV | 94.56 | 100.6 | 186.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 62 | 46 | 0 | 0.65 | 0.74 | 0.31 | 7.33 | 0.59 | 0.44 |
| Hex | B1 | 3E | 2E | 0 | 41 | 4A | 1F | 7 | 3B | 2C |
| Octal | 261 | 76 | 56 | 0 | 101 | 112 | 37 | 7 | 73 | 54 |
| Binary | 10110001 | 111110 | 101110 | 0 | 1000001 | 1001010 | 11111 | 111 | 111011 | 101100 |
Color Harmonies of #B13E2E
Complementary color
Monochromatic Colors of #B13E2E
Black with #B13E2E
Text Example
Text Example
White with #B13E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13E2E; }
p { color: rgb(177,62,46); }
H1.HeaderClassName
{
color: #B13E2E;
}
.AnyTagClassName
{
color: #B13E2E;
}
</style>
background-color css
<style>
a { background-color: #B13E2E; }
a { background-color: rgb(177,62,46); }
div.DivClassName
{
background-color: #B13E2E;
}
.BgClassName
{
background-color: #B13E2E;
}
</style>
border-color css
<style>
span { border-color: #B13E2E; }
span { border-color: rgb(177,62,46); }
td.TdClassName
{
border-color: #B13E2E;
}
.TagClassName
{
border-color: #B13E2E;
}
</style>