Shades of Medium Carmine #B13F2D
Tints of Medium Carmine #B13F2D
RGB
CMYK
RGB Variations
Color information
#B13F2D (or 0xB13F2D) is known color: Medium Carmine. HEX triplet: B1, 3F and 2D. RGB value is (177,63,45). Sum of RGB (Red+Green+Blue) = 177+63+45=285 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.11% from 285); Green value is 63 (25% from 255 or 22.11% from 285); Blue value is 45 (17.97% from 255 or 15.79% from 285); Max value from RGB is 177 - color contains mainly: red. Hex color #B13F2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13F2D is #4EC0D2. Grayscale: #5F5F5F. Windows color (decimal): -5161171 or 2965425. OLE color: 2965425.
HSL color Cylindrical-coordinate representation of color #B13F2D: hue angle of 8.18º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B13F2D is Cyan = 0, Magento = 0.64, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 63 | 45 | - |
| CMYK | 0 | 0.64 | 0.75 | 0.31 |
| HSL | 8.18º | 0.59% | 0.44% | - |
| HSV(B) | 8.18º | 0.75% | 0.69% | - |
| XYZ | 20.38 | 13.09 | 3.94 | - |
| YUV | 95.03 | 99.77 | 186.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 63 | 45 | 0 | 0.64 | 0.75 | 0.31 | 8.18 | 0.59 | 0.44 |
| Hex | B1 | 3F | 2D | 0 | 40 | 4B | 1F | 8 | 3B | 2C |
| Octal | 261 | 77 | 55 | 0 | 100 | 113 | 37 | 10 | 73 | 54 |
| Binary | 10110001 | 111111 | 101101 | 0 | 1000000 | 1001011 | 11111 | 1000 | 111011 | 101100 |
Color Harmonies of #B13F2D
Complementary color
Monochromatic Colors of #B13F2D
Black with #B13F2D
Text Example
Text Example
White with #B13F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13F2D; }
p { color: rgb(177,63,45); }
H1.HeaderClassName
{
color: #B13F2D;
}
.AnyTagClassName
{
color: #B13F2D;
}
</style>
background-color css
<style>
a { background-color: #B13F2D; }
a { background-color: rgb(177,63,45); }
div.DivClassName
{
background-color: #B13F2D;
}
.BgClassName
{
background-color: #B13F2D;
}
</style>
border-color css
<style>
span { border-color: #B13F2D; }
span { border-color: rgb(177,63,45); }
td.TdClassName
{
border-color: #B13F2D;
}
.TagClassName
{
border-color: #B13F2D;
}
</style>