Shades of Medium Carmine #B13F2E
Tints of Medium Carmine #B13F2E
RGB
CMYK
RGB Variations
Color information
#B13F2E (or 0xB13F2E) is known color: Medium Carmine. HEX triplet: B1, 3F and 2E. RGB value is (177,63,46). Sum of RGB (Red+Green+Blue) = 177+63+46=286 (37% of max value = 765). Red value is 177 (69.53% from 255 or 61.89% from 286); Green value is 63 (25% from 255 or 22.03% from 286); Blue value is 46 (18.36% from 255 or 16.08% from 286); Max value from RGB is 177 - color contains mainly: red. Hex color #B13F2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13F2E is #4EC0D1. Grayscale: #5F5F5F. Windows color (decimal): -5161170 or 3030961. OLE color: 3030961.
HSL color Cylindrical-coordinate representation of color #B13F2E: hue angle of 7.79º 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 #B13F2E is Cyan = 0, Magento = 0.64, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 63 | 46 | - |
| CMYK | 0 | 0.64 | 0.74 | 0.31 |
| HSL | 7.79º | 0.59% | 0.44% | - |
| HSV(B) | 7.79º | 0.74% | 0.69% | - |
| XYZ | 20.4 | 13.1 | 4.04 | - |
| YUV | 95.15 | 100.27 | 186.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 63 | 46 | 0 | 0.64 | 0.74 | 0.31 | 7.79 | 0.59 | 0.44 |
| Hex | B1 | 3F | 2E | 0 | 40 | 4A | 1F | 8 | 3B | 2C |
| Octal | 261 | 77 | 56 | 0 | 100 | 112 | 37 | 10 | 73 | 54 |
| Binary | 10110001 | 111111 | 101110 | 0 | 1000000 | 1001010 | 11111 | 1000 | 111011 | 101100 |
Color Harmonies of #B13F2E
Complementary color
Monochromatic Colors of #B13F2E
Black with #B13F2E
Text Example
Text Example
White with #B13F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13F2E; }
p { color: rgb(177,63,46); }
H1.HeaderClassName
{
color: #B13F2E;
}
.AnyTagClassName
{
color: #B13F2E;
}
</style>
background-color css
<style>
a { background-color: #B13F2E; }
a { background-color: rgb(177,63,46); }
div.DivClassName
{
background-color: #B13F2E;
}
.BgClassName
{
background-color: #B13F2E;
}
</style>
border-color css
<style>
span { border-color: #B13F2E; }
span { border-color: rgb(177,63,46); }
td.TdClassName
{
border-color: #B13F2E;
}
.TagClassName
{
border-color: #B13F2E;
}
</style>