Shades of Medium Carmine #B13D2D
Tints of Medium Carmine #B13D2D
RGB
CMYK
RGB Variations
Color information
#B13D2D (or 0xB13D2D) is known color: Medium Carmine. HEX triplet: B1, 3D and 2D. RGB value is (177,61,45). Sum of RGB (Red+Green+Blue) = 177+61+45=283 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.54% from 283); Green value is 61 (24.22% from 255 or 21.55% from 283); Blue value is 45 (17.97% from 255 or 15.90% from 283); Max value from RGB is 177 - color contains mainly: red. Hex color #B13D2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13D2D is #4EC2D2. Grayscale: #5E5E5E. Windows color (decimal): -5161683 or 2964913. OLE color: 2964913.
HSL color Cylindrical-coordinate representation of color #B13D2D: hue angle of 7.27º 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 #B13D2D is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 61 | 45 | - |
| CMYK | 0 | 0.66 | 0.75 | 0.31 |
| HSL | 7.27º | 0.59% | 0.44% | - |
| HSV(B) | 7.27º | 0.75% | 0.69% | - |
| XYZ | 20.27 | 12.87 | 3.9 | - |
| YUV | 93.86 | 100.43 | 187.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 61 | 45 | 0 | 0.66 | 0.75 | 0.31 | 7.27 | 0.59 | 0.44 |
| Hex | B1 | 3D | 2D | 0 | 42 | 4B | 1F | 7 | 3B | 2C |
| Octal | 261 | 75 | 55 | 0 | 102 | 113 | 37 | 7 | 73 | 54 |
| Binary | 10110001 | 111101 | 101101 | 0 | 1000010 | 1001011 | 11111 | 111 | 111011 | 101100 |
Color Harmonies of #B13D2D
Complementary color
Monochromatic Colors of #B13D2D
Black with #B13D2D
Text Example
Text Example
White with #B13D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13D2D; }
p { color: rgb(177,61,45); }
H1.HeaderClassName
{
color: #B13D2D;
}
.AnyTagClassName
{
color: #B13D2D;
}
</style>
background-color css
<style>
a { background-color: #B13D2D; }
a { background-color: rgb(177,61,45); }
div.DivClassName
{
background-color: #B13D2D;
}
.BgClassName
{
background-color: #B13D2D;
}
</style>
border-color css
<style>
span { border-color: #B13D2D; }
span { border-color: rgb(177,61,45); }
td.TdClassName
{
border-color: #B13D2D;
}
.TagClassName
{
border-color: #B13D2D;
}
</style>