Shades of Medium Carmine #B13C2E
Tints of Medium Carmine #B13C2E
RGB
CMYK
RGB Variations
Color information
#B13C2E (or 0xB13C2E) is known color: Medium Carmine. HEX triplet: B1, 3C and 2E. RGB value is (177,60,46). Sum of RGB (Red+Green+Blue) = 177+60+46=283 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.54% from 283); Green value is 60 (23.83% from 255 or 21.20% from 283); Blue value is 46 (18.36% from 255 or 16.25% from 283); Max value from RGB is 177 - color contains mainly: red. Hex color #B13C2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13C2E is #4EC3D1. Grayscale: #5D5D5D. Windows color (decimal): -5161938 or 3030193. OLE color: 3030193.
HSL color Cylindrical-coordinate representation of color #B13C2E: hue angle of 6.41º 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 #B13C2E is Cyan = 0, Magento = 0.66, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 60 | 46 | - |
| CMYK | 0 | 0.66 | 0.74 | 0.31 |
| HSL | 6.41º | 0.59% | 0.44% | - |
| HSV(B) | 6.41º | 0.74% | 0.69% | - |
| XYZ | 20.24 | 12.78 | 3.98 | - |
| YUV | 93.39 | 101.26 | 187.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 60 | 46 | 0 | 0.66 | 0.74 | 0.31 | 6.41 | 0.59 | 0.44 |
| Hex | B1 | 3C | 2E | 0 | 42 | 4A | 1F | 6 | 3B | 2C |
| Octal | 261 | 74 | 56 | 0 | 102 | 112 | 37 | 6 | 73 | 54 |
| Binary | 10110001 | 111100 | 101110 | 0 | 1000010 | 1001010 | 11111 | 110 | 111011 | 101100 |
Color Harmonies of #B13C2E
Complementary color
Monochromatic Colors of #B13C2E
Black with #B13C2E
Text Example
Text Example
White with #B13C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13C2E; }
p { color: rgb(177,60,46); }
H1.HeaderClassName
{
color: #B13C2E;
}
.AnyTagClassName
{
color: #B13C2E;
}
</style>
background-color css
<style>
a { background-color: #B13C2E; }
a { background-color: rgb(177,60,46); }
div.DivClassName
{
background-color: #B13C2E;
}
.BgClassName
{
background-color: #B13C2E;
}
</style>
border-color css
<style>
span { border-color: #B13C2E; }
span { border-color: rgb(177,60,46); }
td.TdClassName
{
border-color: #B13C2E;
}
.TagClassName
{
border-color: #B13C2E;
}
</style>