Shades of Medium Carmine #B13C2D
Tints of Medium Carmine #B13C2D
RGB
CMYK
RGB Variations
Color information
#B13C2D (or 0xB13C2D) is known color: Medium Carmine. HEX triplet: B1, 3C and 2D. RGB value is (177,60,45). Sum of RGB (Red+Green+Blue) = 177+60+45=282 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.77% from 282); Green value is 60 (23.83% from 255 or 21.28% from 282); Blue value is 45 (17.97% from 255 or 15.96% from 282); Max value from RGB is 177 - color contains mainly: red. Hex color #B13C2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13C2D is #4EC3D2. Grayscale: #5D5D5D. Windows color (decimal): -5161939 or 2964657. OLE color: 2964657.
HSL color Cylindrical-coordinate representation of color #B13C2D: hue angle of 6.82º 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 #B13C2D is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 60 | 45 | - |
| CMYK | 0 | 0.66 | 0.75 | 0.31 |
| HSL | 6.82º | 0.59% | 0.44% | - |
| HSV(B) | 6.82º | 0.75% | 0.69% | - |
| XYZ | 20.22 | 12.77 | 3.88 | - |
| YUV | 93.27 | 100.76 | 187.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 60 | 45 | 0 | 0.66 | 0.75 | 0.31 | 6.82 | 0.59 | 0.44 |
| Hex | B1 | 3C | 2D | 0 | 42 | 4B | 1F | 7 | 3B | 2C |
| Octal | 261 | 74 | 55 | 0 | 102 | 113 | 37 | 7 | 73 | 54 |
| Binary | 10110001 | 111100 | 101101 | 0 | 1000010 | 1001011 | 11111 | 111 | 111011 | 101100 |
Color Harmonies of #B13C2D
Complementary color
Monochromatic Colors of #B13C2D
Black with #B13C2D
Text Example
Text Example
White with #B13C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13C2D; }
p { color: rgb(177,60,45); }
H1.HeaderClassName
{
color: #B13C2D;
}
.AnyTagClassName
{
color: #B13C2D;
}
</style>
background-color css
<style>
a { background-color: #B13C2D; }
a { background-color: rgb(177,60,45); }
div.DivClassName
{
background-color: #B13C2D;
}
.BgClassName
{
background-color: #B13C2D;
}
</style>
border-color css
<style>
span { border-color: #B13C2D; }
span { border-color: rgb(177,60,45); }
td.TdClassName
{
border-color: #B13C2D;
}
.TagClassName
{
border-color: #B13C2D;
}
</style>